diff options
author | Masaki Ota <masaki.ota@jp.alps.com> | 2016-06-16 12:45:57 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-06-18 00:12:04 +0300 |
commit | 2562756dde550901c224e3805102bdfc17e7d13a (patch) | |
tree | 39158e659c1f4ca9502ab4fd45dcb4bb2cbb63ad /drivers/hid/hid-ids.h | |
parent | dcc4c2f61cdc7e0ab61b25b8d28205302497a8c4 (diff) | |
download | linux-2562756dde550901c224e3805102bdfc17e7d13a.tar.xz |
HID: add Alps I2C HID Touchpad-Stick support
Add support Alps I2C HID Touchpad and Stick device.
Signed-off-by: Masaki Ota <masaki.ota@jp.alps.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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 3eec09a134cb..a5a429cbf163 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -70,6 +70,8 @@ #define USB_VENDOR_ID_ALPS 0x0433 #define USB_DEVICE_ID_IBM_GAMEPAD 0x1101 +#define USB_VENDOR_ID_ALPS_JP 0x044E + #define USB_VENDOR_ID_ANTON 0x1130 #define USB_DEVICE_ID_ANTON_TOUCH_PAD 0x3101 |