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>
This commit is contained in:

committed by
Jiri Kosina

parent
fc3abb5325
commit
14c9c014ba
@@ -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
|
||||
|
Reference in New Issue
Block a user