aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/hid.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h
index ce5f996c8d3d..42079116fb61 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h
@@ -840,7 +840,8 @@ static inline bool hid_is_using_ll_driver(struct hid_device *hdev,
840#define IS_INPUT_APPLICATION(a) \ 840#define IS_INPUT_APPLICATION(a) \
841 (((a >= HID_UP_GENDESK) && (a <= HID_GD_MULTIAXIS)) \ 841 (((a >= HID_UP_GENDESK) && (a <= HID_GD_MULTIAXIS)) \
842 || ((a >= HID_DG_PEN) && (a <= HID_DG_WHITEBOARD)) \ 842 || ((a >= HID_DG_PEN) && (a <= HID_DG_WHITEBOARD)) \
843 || (a == HID_GD_SYSTEM_CONTROL) || (a == HID_CP_CONSUMER_CONTROL)) 843 || (a == HID_GD_SYSTEM_CONTROL) || (a == HID_CP_CONSUMER_CONTROL) \
844 || (a == HID_GD_WIRELESS_RADIO_CTLS))
844 845
845/* HID core API */ 846/* HID core API */
846 847