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 @@ -585,6 +585,8 @@ static void hammer_remove(struct hid_device *hdev)
585
585
static const struct hid_device_id hammer_devices [] = {
586
586
{ HID_DEVICE (BUS_USB , HID_GROUP_GENERIC ,
587
587
USB_VENDOR_ID_GOOGLE , USB_DEVICE_ID_GOOGLE_DON ) },
588
+ { HID_DEVICE (BUS_USB , HID_GROUP_GENERIC ,
589
+ USB_VENDOR_ID_GOOGLE , USB_DEVICE_ID_GOOGLE_EEL ) },
588
590
{ HID_DEVICE (BUS_USB , HID_GROUP_GENERIC ,
589
591
USB_VENDOR_ID_GOOGLE , USB_DEVICE_ID_GOOGLE_HAMMER ) },
590
592
{ HID_DEVICE (BUS_USB , HID_GROUP_GENERIC ,
Original file line number Diff line number Diff line change 501
501
#define USB_DEVICE_ID_GOOGLE_MAGNEMITE 0x503d
502
502
#define USB_DEVICE_ID_GOOGLE_MOONBALL 0x5044
503
503
#define USB_DEVICE_ID_GOOGLE_DON 0x5050
504
+ #define USB_DEVICE_ID_GOOGLE_EEL 0x5057
504
505
505
506
#define USB_VENDOR_ID_GOTOP 0x08f2
506
507
#define USB_DEVICE_ID_SUPER_Q2 0x007f
You can’t perform that action at this time.
0 commit comments