diff options
author | Jiri Kosina <jkosina@suse.cz> | 2018-04-05 13:28:34 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-04-05 13:28:34 +0200 |
commit | 108ff0e8012ae10708168940c7474318fb343751 (patch) | |
tree | 57b8936d4ec961d62c90af3c2a4c764a1b2d50c0 /drivers/hid/hid-ids.h | |
parent | Merge branch 'for-4.17/multitouch' into for-linus (diff) | |
parent | HID: sony: Add touchpad support for NSG-MR5U and NSG-MR7U remotes (diff) | |
download | linux-108ff0e8012ae10708168940c7474318fb343751.tar.xz linux-108ff0e8012ae10708168940c7474318fb343751.zip |
Merge branch 'for-4.17/sony' into for-linus
Pull support for NSG-MR5U and NSG-MR7U devices.
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 18933074e59a..77814cbe2d4c 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -964,6 +964,9 @@ #define USB_VENDOR_ID_SMK 0x0609 #define USB_DEVICE_ID_SMK_PS3_BDREMOTE 0x0306 +#define USB_DEVICE_ID_SMK_NSG_MR5U_REMOTE 0x0368 +#define USB_DEVICE_ID_SMK_NSG_MR7U_REMOTE 0x0369 + #define USB_VENDOR_ID_SONY 0x054c #define USB_DEVICE_ID_SONY_VAIO_VGX_MOUSE 0x024b |