diff options
author | Chen-Tsung Hsieh <chentsung@chromium.org> | 2020-03-16 08:24:19 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2020-03-16 14:51:05 +0100 |
commit | 58322a1590fc189a8e1e349d309637d4a4942840 (patch) | |
tree | 24b8776bad18ef018b51ae3d868b617801216473 /drivers/hid/hid-google-hammer.c | |
parent | HID: hid-sensor-custom: Use scnprintf() for avoiding potential buffer overflow (diff) | |
download | linux-58322a1590fc189a8e1e349d309637d4a4942840.tar.xz linux-58322a1590fc189a8e1e349d309637d4a4942840.zip |
HID: google: add moonball USB id
Add 1 additional hammer-like device.
Signed-off-by: Chen-Tsung Hsieh <chentsung@chromium.org>
Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-google-hammer.c')
-rw-r--r-- | drivers/hid/hid-google-hammer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/hid-google-hammer.c b/drivers/hid/hid-google-hammer.c index 2aa4ed157aec..85a054f1ce38 100644 --- a/drivers/hid/hid-google-hammer.c +++ b/drivers/hid/hid-google-hammer.c @@ -533,6 +533,8 @@ static const struct hid_device_id hammer_devices[] = { { HID_DEVICE(BUS_USB, HID_GROUP_GENERIC, USB_VENDOR_ID_GOOGLE, USB_DEVICE_ID_GOOGLE_MASTERBALL) }, { HID_DEVICE(BUS_USB, HID_GROUP_GENERIC, + USB_VENDOR_ID_GOOGLE, USB_DEVICE_ID_GOOGLE_MOONBALL) }, + { HID_DEVICE(BUS_USB, HID_GROUP_GENERIC, 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) }, |