Inpur: recognize and ignore Logitech vendor usages in HID
These get in our way with MX mice. Signed-off-by: Vojtech Pavlik <vojtech@suse.cz> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:

committed by
Dmitry Torokhov

parent
7545c24c6a
commit
b8c9c642db
@@ -182,6 +182,7 @@ struct hid_item {
|
||||
#define HID_UP_PID 0x000f0000
|
||||
#define HID_UP_HPVENDOR 0xff7f0000
|
||||
#define HID_UP_MSVENDOR 0xff000000
|
||||
#define HID_UP_LOGIVENDOR 0x00ff0000
|
||||
|
||||
#define HID_USAGE 0x0000ffff
|
||||
|
||||
|
Reference in New Issue
Block a user