[PATCH] Bump HID_MAX_USAGES to 32768
From: Tim Kersten <hidden>
Date: 2010-07-14 11:45:51
Subsystem:
hid core layer, the rest · Maintainers:
Jiri Kosina, Benjamin Tissoires, Linus Torvalds
From: Tim Kersten <hidden>
Date: 2010-07-14 11:45:51
Subsystem:
hid core layer, the rest · Maintainers:
Jiri Kosina, Benjamin Tissoires, Linus Torvalds
to cater for number of usages reported by JAOTECH/Alcor Micro Corp wired remote. Needed for volume and channnel buttons. (USB ID 058f:9462) Signed-off-by: Tim Kersten <redacted> --- include/linux/hid.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/hid.h b/include/linux/hid.h
index 895001f..91fbf4e 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h@@ -339,7 +339,7 @@ struct hid_global { * This is the local environment. It is persistent up the next main-item. */ -#define HID_MAX_USAGES 12288 +#define HID_MAX_USAGES 32768 #define HID_DEFAULT_NUM_COLLECTIONS 16 struct hid_local {
--
1.7.0.4