diff options
author | Sean O'Brien <seobrien@chromium.org> | 2020-09-10 01:03:04 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2020-09-30 23:44:26 +0300 |
commit | 14c9c014babedc6098bf4cd83c622997867bc0df (patch) | |
tree | 46971e93b820a8f56783e09bfea4beb1ab2a9018 /include/linux/hid.h | |
parent | fc3abb53250a90ba2150eebd182137c136f4d25a (diff) | |
download | linux-14c9c014babedc6098bf4cd83c622997867bc0df.tar.xz |
HID: add vivaldi HID driver
Add vivaldi HID driver. This driver allows us to read and report the top
row layout of keyboards which provide a vendor-defined (Google) HID
usage.
Signed-off-by: Sean O'Brien <seobrien@chromium.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/hid.h')
-rw-r--r-- | include/linux/hid.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h index c7044a14200e..58684657960b 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h @@ -163,6 +163,7 @@ struct hid_item { #define HID_UP_LNVENDOR 0xffa00000 #define HID_UP_SENSOR 0x00200000 #define HID_UP_ASUSVENDOR 0xff310000 +#define HID_UP_GOOGLEVENDOR 0xffd10000 #define HID_USAGE 0x0000ffff @@ -371,6 +372,7 @@ struct hid_item { #define HID_GROUP_LOGITECH_DJ_DEVICE 0x0102 #define HID_GROUP_STEAM 0x0103 #define HID_GROUP_LOGITECH_27MHZ_DEVICE 0x0104 +#define HID_GROUP_VIVALDI 0x0105 /* * HID protocol status |