--- usb_quirks.h 2007-06-29 23:07:41.000000000 +0200 +++ usb_quirks.h-patched 2008-04-23 00:39:29.000000000 +0200 @@ -52,6 +52,7 @@ #define UQ_AU_NO_FRAC 0x00000400 /* don't adjust for fractional samples */ #define UQ_AU_INP_ASYNC 0x00000800 /* input is async despite claim of adaptive */ #define UQ_BROKEN_BIDIR 0x00002000 /* printer has broken bidir mode */ +#define UQ_FEATURE2 0x4000 /* requires the enabling of feature 2 */ #define UQ_OPEN_CLEARSTALL 0x04000 /* device needs clear endpoint stall */ #define UQ_HID_IGNORE 0x00008000 /* device should be ignored by hid class */ #define UQ_KBD_IGNORE 0x00018000 /* device should be ignored by both kbd and hid class */