--- 2526f3bbd273e522e1ff77b2ba404c87d9a5a56a +++ dd0bde120045aab26a2ce403af9d39d8b46b4171 @@ -19,4 +19,8 @@ /* device can't handle its Configuration or Interface strings */ #define USB_QUIRK_CONFIG_INTF_STRINGS 0x00000008 +/* device needs a pause during initialization, after we read the device + descriptor */ +#define USB_QUIRK_DELAY_INIT 0x00000040 + #endif /* __LINUX_USB_QUIRKS_H */