File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,8 @@ static const struct hid_device_id hammer_devices[] = {
124
124
USB_VENDOR_ID_GOOGLE , USB_DEVICE_ID_GOOGLE_STAFF ) },
125
125
{ HID_DEVICE (BUS_USB , HID_GROUP_GENERIC ,
126
126
USB_VENDOR_ID_GOOGLE , USB_DEVICE_ID_GOOGLE_WAND ) },
127
+ { HID_DEVICE (BUS_USB , HID_GROUP_GENERIC ,
128
+ USB_VENDOR_ID_GOOGLE , USB_DEVICE_ID_GOOGLE_WHISKERS ) },
127
129
{ }
128
130
};
129
131
MODULE_DEVICE_TABLE (hid , hammer_devices );
Original file line number Diff line number Diff line change 452
452
#define USB_DEVICE_ID_GOOGLE_TOUCH_ROSE 0x5028
453
453
#define USB_DEVICE_ID_GOOGLE_STAFF 0x502b
454
454
#define USB_DEVICE_ID_GOOGLE_WAND 0x502d
455
+ #define USB_DEVICE_ID_GOOGLE_WHISKERS 0x5030
455
456
456
457
#define USB_VENDOR_ID_GOTOP 0x08f2
457
458
#define USB_DEVICE_ID_SUPER_Q2 0x007f
You can’t perform that action at this time.
0 commit comments