diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-10-25 01:08:57 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-10-25 01:08:57 -0700 |
| commit | eaf1260ced06e957fff4a127d681fa0159d9fb81 (patch) | |
| tree | e22a781f0df3db46fdab6ffb336288b35ef482af /include/linux | |
| parent | fc509761a150060953e80bd1020ecb960fd1dff3 (diff) | |
| parent | 61fd8755a707acbdb697499ea265d9676294ffc7 (diff) | |
Merge "HID: core: move Usage Page concatenation to Main item"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/hid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h index d16de62231d3..5f1e901353ed 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h @@ -378,6 +378,7 @@ 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; |
