summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRahul Shahare <rshaha@codeaurora.org>2019-09-09 16:25:05 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2019-09-11 01:18:26 -0700
commit357e01ca3a8613ba84729852e4c6222c4f956672 (patch)
tree5d5640fcb9f4e2e54d52e046df13b6becadfb7ef /include/linux
parentf7783089abe5f745d30c3c8455ef759737e0a7a0 (diff)
Revert "HID: core: move Usage Page concatenation to Main item"
This reverts commit 5db3c5adf44ad3166472b009b122df5ef1144c9c [as with the orignal commit change, BTN_GAMEPAD device is not getting registered, which leads to cts gamepad test failure]. Change-Id: I0fcfe4f3198a6c0f887697d6825170fe674bc9ab Signed-off-by: Rahul Shahare <rshaha@codeaurora.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/hid.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h
index 5f1e901353ed..d16de62231d3 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h
@@ -378,7 +378,6 @@ struct hid_global {
struct hid_local {
unsigned usage[HID_MAX_USAGES]; /* usage array */
- u8 usage_size[HID_MAX_USAGES]; /* usage size array */
unsigned collection_index[HID_MAX_USAGES]; /* collection index array */
unsigned usage_index;
unsigned usage_minimum;