aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/hid.h')
-rw-r--r--include/linux/hid.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h
index 3a639bff4ab2..5b47feecc101 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h
@@ -269,12 +269,6 @@ struct hid_item {
#define HID_QUIRK_FULLSPEED_INTERVAL 0x10000000
/*
- * Separate quirks for runtime report descriptor fixup
- */
-
-#define HID_QUIRK_RDESC_SAMSUNG_REMOTE 0x00000040
-
-/*
* This is the global environment of the parser. This information is
* persistent for main-items. The global environment can be saved and
* restored with PUSH/POP statements.