HID: google: Add support for whiskers
Another device in the hammer class, with USB id 0x5030. Signed-off-by: Nicolas Boichat <drinkcat@chromium.org> Acked-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
fdea70d26a
commit
3e84c7651d
2 changed files with 3 additions and 0 deletions
|
@ -124,6 +124,8 @@ static const struct hid_device_id hammer_devices[] = {
|
|||
USB_VENDOR_ID_GOOGLE, USB_DEVICE_ID_GOOGLE_STAFF) },
|
||||
{ HID_DEVICE(BUS_USB, HID_GROUP_GENERIC,
|
||||
USB_VENDOR_ID_GOOGLE, USB_DEVICE_ID_GOOGLE_WAND) },
|
||||
{ HID_DEVICE(BUS_USB, HID_GROUP_GENERIC,
|
||||
USB_VENDOR_ID_GOOGLE, USB_DEVICE_ID_GOOGLE_WHISKERS) },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(hid, hammer_devices);
|
||||
|
|
|
@ -452,6 +452,7 @@
|
|||
#define USB_DEVICE_ID_GOOGLE_TOUCH_ROSE 0x5028
|
||||
#define USB_DEVICE_ID_GOOGLE_STAFF 0x502b
|
||||
#define USB_DEVICE_ID_GOOGLE_WAND 0x502d
|
||||
#define USB_DEVICE_ID_GOOGLE_WHISKERS 0x5030
|
||||
|
||||
#define USB_VENDOR_ID_GOTOP 0x08f2
|
||||
#define USB_DEVICE_ID_SUPER_Q2 0x007f
|
||||
|
|
Loading…
Reference in a new issue