diff options
Diffstat (limited to 'sys/dev/usb/usb_core.h')
-rw-r--r-- | sys/dev/usb/usb_core.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_core.h b/sys/dev/usb/usb_core.h index 71bd1e0..50051e3 100644 --- a/sys/dev/usb/usb_core.h +++ b/sys/dev/usb/usb_core.h @@ -114,7 +114,7 @@ /* * The following macro defines if USB transaction translator support - * shall be compiled for the USB HUB and USB controller drivers. + * shall be supported for the USB HUB and USB controller drivers. */ #ifndef USB_HAVE_TT_SUPPORT #define USB_HAVE_TT_SUPPORT 1 @@ -122,12 +122,20 @@ /* * The following macro defines if the USB power daemon shall - * be compiled for the USB core. + * be supported in the USB core. */ #ifndef USB_HAVE_POWERD #define USB_HAVE_POWERD 1 #endif +/* + * The following macro defines if the USB autoinstall detection shall + * be supported in the USB core. + */ +#ifndef USB_HAVE_MSCTEST +#define USB_HAVE_MSCTEST 1 +#endif + #ifndef USB_TD_GET_PROC #define USB_TD_GET_PROC(td) (td)->td_proc #endif |