diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2004-11-12 20:33:13 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2004-11-12 20:33:13 +0000 |
| commit | 4f7eab5fd4dd29f182207712e859874022dc4b9e (patch) | |
| tree | 373d4e7b17e7321499fbb7df22209a6a4daac22a /sys/dev | |
| parent | 2f2c7518e2c4f0330e2859f00f67535e6e855ff0 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/uhid.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c index b5619dedc867..59b8e9af7d23 100644 --- a/sys/dev/usb/uhid.c +++ b/sys/dev/usb/uhid.c @@ -421,7 +421,9 @@ uhidopen(dev_t dev, int flag, int mode, usb_proc_ptr p) s = splhigh(); tty_imask |= bio_imask; bio_imask |= tty_imask; +#ifdef __i386__ update_intr_masks(); +#endif splx( s ); if (sc->sc_state & UHID_OPEN) |
