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-core.c | |
parent | 79364d87af239e2029aeba3b82bd79c355b9bb86 (diff) | |
download | op-kernel-dev-e9287099ba6539bccb20cd791269186f3ae28b85.zip op-kernel-dev-e9287099ba6539bccb20cd791269186f3ae28b85.tar.gz |
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-core.c')
-rw-r--r-- | drivers/hid/hid-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index 81665b4..ef718f9 100644 --- a/drivers/hid/hid-core.c +++ b/drivers/hid/hid-core.c @@ -1982,6 +1982,7 @@ static const struct hid_device_id hid_have_special_driver[] = { { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_PRESENTER_8K_BT) }, { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_NINTENDO, USB_DEVICE_ID_NINTENDO_WIIMOTE) }, { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_NINTENDO, USB_DEVICE_ID_NINTENDO_WIIMOTE2) }, + { HID_USB_DEVICE(USB_VENDOR_ID_RAZER, USB_DEVICE_ID_RAZER_BLADE_14) }, { } }; |