diff options
Diffstat (limited to 'drivers/hid/hid-ids.h')
| -rw-r--r-- | drivers/hid/hid-ids.h | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index a0d6a6cb184..39289699c32 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -82,6 +82,9 @@  #define USB_DEVICE_ID_APPLE_WELLSPRING2_ANSI	0x0230  #define USB_DEVICE_ID_APPLE_WELLSPRING2_ISO	0x0231  #define USB_DEVICE_ID_APPLE_WELLSPRING2_JIS	0x0232 +#define USB_DEVICE_ID_APPLE_WELLSPRING3_ANSI	0x0236 +#define USB_DEVICE_ID_APPLE_WELLSPRING3_ISO	0x0237 +#define USB_DEVICE_ID_APPLE_WELLSPRING3_JIS	0x0238  #define USB_DEVICE_ID_APPLE_FOUNTAIN_TP_ONLY	0x030a  #define USB_DEVICE_ID_APPLE_GEYSER1_TP_ONLY	0x030b  #define USB_DEVICE_ID_APPLE_ATV_IRCONTROL	0x8241 @@ -160,9 +163,13 @@  #define USB_VENDOR_ID_GAMERON		0x0810  #define USB_DEVICE_ID_GAMERON_DUAL_PSX_ADAPTOR	0x0001 +#define USB_DEVICE_ID_GAMERON_DUAL_PCS_ADAPTOR	0x0002  #define USB_VENDOR_ID_GENERAL_TOUCH	0x0dfc +#define USB_VENDOR_ID_GENERIC_13BA	0x13ba +#define USB_DEVICE_ID_GENERIC_13BA_KBD_MOUSE	0x0017 +  #define USB_VENDOR_ID_GLAB		0x06c2  #define USB_DEVICE_ID_4_PHIDGETSERVO_30	0x0038  #define USB_DEVICE_ID_1_PHIDGETSERVO_30	0x0039 @@ -250,6 +257,9 @@  #define USB_VENDOR_ID_KBGEAR		0x084e  #define USB_DEVICE_ID_KBGEAR_JAMSTUDIO	0x1001 +#define USB_VENDOR_ID_KWORLD		0x1b80 +#define USB_DEVICE_ID_KWORLD_RADIO_FM700	0xd700 +  #define USB_VENDOR_ID_LABTEC		0x1020  #define USB_DEVICE_ID_LABTEC_WIRELESS_KEYBOARD	0x0006  |