diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usb_port.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 5e814d448e7f..aff97305e1ef 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -52,7 +52,7 @@ #include "opt_usbverbose.h" -/*#define USB_USE_SOFTINTR */ +#define USB_USE_SOFTINTR #ifdef USB_DEBUG #define UHID_DEBUG 1 @@ -300,6 +300,8 @@ MALLOC_DECLARE(M_USBHC); #define USBVERBOSE +#define USB_USE_SOFTINTR + #define Static static #define device_ptr_t device_t |
