HID: usbhid: add always-poll quirk
[deliverable/linux.git] / include / linux / hid.h
index f53c4a9cca1d74568afceedf7a6393b4a7491557..26ee25fced27a37d4e803fdf82068169f45a08e5 100644 (file)
@@ -287,6 +287,7 @@ struct hid_item {
 #define HID_QUIRK_HIDINPUT_FORCE               0x00000080
 #define HID_QUIRK_NO_EMPTY_INPUT               0x00000100
 #define HID_QUIRK_NO_INIT_INPUT_REPORTS                0x00000200
+#define HID_QUIRK_ALWAYS_POLL                  0x00000400
 #define HID_QUIRK_SKIP_OUTPUT_REPORTS          0x00010000
 #define HID_QUIRK_SKIP_OUTPUT_REPORT_ID                0x00020000
 #define HID_QUIRK_NO_OUTPUT_REPORTS_ON_INTR_EP 0x00040000
This page took 0.024702 seconds and 5 git commands to generate.