Lines Matching refs:HQ
34 #ifndef HQ
43 HQ(NONE), /* not a valid quirk */ \
45 HQ(MATCH_VENDOR_ONLY), /* match quirk on vendor only */ \
48 HQ(HAS_KBD_BOOTPROTO), /* device supports keyboard boot protocol */ \
49 HQ(HAS_MS_BOOTPROTO), /* device supports mouse boot protocol */ \
50 HQ(IS_XBOX360GP), /* device is XBox 360 GamePad */ \
51 HQ(NOWRITE), /* device does not support writes */ \
52 HQ(IICHID_SAMPLING), /* IIC backend runs in sampling mode */ \
53 HQ(NO_READAHEAD), /* Disable interrupt after one report */\
56 HQ(HID_IGNORE), /* device should be ignored by hid class */ \
57 HQ(KBD_BOOTPROTO), /* device should set the boot protocol */ \
58 HQ(MS_BOOTPROTO), /* device should set the boot protocol */ \
59 HQ(MS_BAD_CLASS), /* doesn't identify properly */ \
60 HQ(MS_LEADING_BYTE), /* mouse sends an unknown leading byte */ \
61 HQ(MS_REVZ), /* mouse has Z-axis reversed */ \
62 HQ(MS_VENDOR_BTN), /* mouse has buttons in vendor usage page */ \
63 HQ(SPUR_BUT_UP), /* spurious mouse button up events */ \
64 HQ(MT_TIMESTAMP) /* Multitouch device exports HW timestamps */
66 #ifndef HQ
67 #define HQ(x) HQ_##x macro
72 #undef HQ