diff options
author | Andrew Duggan <aduggan@synaptics.com> | 2015-01-08 14:51:35 -0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-01-12 10:12:00 +0100 |
commit | e9287099ba6539bccb20cd791269186f3ae28b85 (patch) | |
tree | 9b79f9bbaf1ae7527ef17e931d9993665b2c589c /drivers/hid/hid-ids.h | |
parent | 79364d87af239e2029aeba3b82bd79c355b9bb86 (diff) | |
download | linux-e9287099ba6539bccb20cd791269186f3ae28b85.tar.bz2 |
HID: rmi: Add support for the touchpad in the Razer Blade 14 laptop
Have hid-rmi handle all of the Razer Blade HID devices that are part of the
composite USB device. This will allow hid-rmi to operate the touchpad in rmi
mode while passing events from the other devices to hid-input.
Signed-off-by: Andrew Duggan <aduggan@synaptics.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 7460f3402298..7d0912db3ca9 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -767,6 +767,9 @@ #define USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH_3001 0x3001 #define USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH_3008 0x3008 +#define USB_VENDOR_ID_RAZER 0x1532 +#define USB_DEVICE_ID_RAZER_BLADE_14 0x011D + #define USB_VENDOR_ID_REALTEK 0x0bda #define USB_DEVICE_ID_REALTEK_READER 0x0152 |