diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-23 15:33:02 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-23 15:33:02 -0400 |
commit | c44dead70a841d90ddc01968012f323c33217c9e (patch) | |
tree | 85489ebe9b9a3413cd8ee197ffb40c8aa8d97e63 /drivers/hid/hid-ids.h | |
parent | 99dff5856220a02b8711f2e8746413ea6e53ccf6 (diff) | |
parent | d5f6db9e1aff6ccf1876224f152c0268b0c8a992 (diff) |
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
* 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6: (205 commits)
USB: EHCI: Remove SPARC_LEON {read,write}_be definitions from ehci.h
USB: UHCI: Support big endian GRUSBHC HC
sparc: add {read,write}*_be routines
USB: UHCI: Add support for big endian descriptors
USB: UHCI: Use ACCESS_ONCE rather than using a full compiler barrier
USB: UHCI: Add support for big endian mmio
usb-storage: Correct adjust_quirks to include latest flags
usb/isp1760: Fix possible unlink problems
usb/isp1760: Move function isp1760_endpoint_disable() within file.
USB: remove remaining usages of hcd->state from usbcore and fix regression
usb: musb: ux500: add configuration and build options for ux500 dma
usb: musb: ux500: add dma glue layer for ux500
usb: musb: ux500: add dma name for ux500
usb: musb: ux500: add ux500 specific code for gadget side
usb: musb: fix compile error
usb-storage: fix up the unusual_realtek device list
USB: gadget: f_audio: Fix invalid dereference of initdata
EHCI: don't rescan interrupt QHs needlessly
OHCI: fix regression caused by nVidia shutdown workaround
USB: OTG: msm: Free VCCCX regulator even if we can't set the voltage
...
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index e715c43aa013..0b374a6d6db0 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -380,19 +380,38 @@ | |||
380 | 380 | ||
381 | #define USB_VENDOR_ID_LD 0x0f11 | 381 | #define USB_VENDOR_ID_LD 0x0f11 |
382 | #define USB_DEVICE_ID_LD_CASSY 0x1000 | 382 | #define USB_DEVICE_ID_LD_CASSY 0x1000 |
383 | #define USB_DEVICE_ID_LD_CASSY2 0x1001 | ||
383 | #define USB_DEVICE_ID_LD_POCKETCASSY 0x1010 | 384 | #define USB_DEVICE_ID_LD_POCKETCASSY 0x1010 |
385 | #define USB_DEVICE_ID_LD_POCKETCASSY2 0x1011 | ||
384 | #define USB_DEVICE_ID_LD_MOBILECASSY 0x1020 | 386 | #define USB_DEVICE_ID_LD_MOBILECASSY 0x1020 |
387 | #define USB_DEVICE_ID_LD_MOBILECASSY2 0x1021 | ||
388 | #define USB_DEVICE_ID_LD_MICROCASSYVOLTAGE 0x1031 | ||
389 | #define USB_DEVICE_ID_LD_MICROCASSYCURRENT 0x1032 | ||
390 | #define USB_DEVICE_ID_LD_MICROCASSYTIME 0x1033 | ||
391 | #define USB_DEVICE_ID_LD_MICROCASSYTEMPERATURE 0x1035 | ||
392 | #define USB_DEVICE_ID_LD_MICROCASSYPH 0x1038 | ||
385 | #define USB_DEVICE_ID_LD_JWM 0x1080 | 393 | #define USB_DEVICE_ID_LD_JWM 0x1080 |
386 | #define USB_DEVICE_ID_LD_DMMP 0x1081 | 394 | #define USB_DEVICE_ID_LD_DMMP 0x1081 |
387 | #define USB_DEVICE_ID_LD_UMIP 0x1090 | 395 | #define USB_DEVICE_ID_LD_UMIP 0x1090 |
388 | #define USB_DEVICE_ID_LD_XRAY1 0x1100 | 396 | #define USB_DEVICE_ID_LD_UMIC 0x10A0 |
397 | #define USB_DEVICE_ID_LD_UMIB 0x10B0 | ||
398 | #define USB_DEVICE_ID_LD_XRAY 0x1100 | ||
389 | #define USB_DEVICE_ID_LD_XRAY2 0x1101 | 399 | #define USB_DEVICE_ID_LD_XRAY2 0x1101 |
400 | #define USB_DEVICE_ID_LD_XRAYCT 0x1110 | ||
390 | #define USB_DEVICE_ID_LD_VIDEOCOM 0x1200 | 401 | #define USB_DEVICE_ID_LD_VIDEOCOM 0x1200 |
402 | #define USB_DEVICE_ID_LD_MOTOR 0x1210 | ||
391 | #define USB_DEVICE_ID_LD_COM3LAB 0x2000 | 403 | #define USB_DEVICE_ID_LD_COM3LAB 0x2000 |
392 | #define USB_DEVICE_ID_LD_TELEPORT 0x2010 | 404 | #define USB_DEVICE_ID_LD_TELEPORT 0x2010 |
393 | #define USB_DEVICE_ID_LD_NETWORKANALYSER 0x2020 | 405 | #define USB_DEVICE_ID_LD_NETWORKANALYSER 0x2020 |
394 | #define USB_DEVICE_ID_LD_POWERCONTROL 0x2030 | 406 | #define USB_DEVICE_ID_LD_POWERCONTROL 0x2030 |
395 | #define USB_DEVICE_ID_LD_MACHINETEST 0x2040 | 407 | #define USB_DEVICE_ID_LD_MACHINETEST 0x2040 |
408 | #define USB_DEVICE_ID_LD_MOSTANALYSER 0x2050 | ||
409 | #define USB_DEVICE_ID_LD_MOSTANALYSER2 0x2051 | ||
410 | #define USB_DEVICE_ID_LD_ABSESP 0x2060 | ||
411 | #define USB_DEVICE_ID_LD_AUTODATABUS 0x2070 | ||
412 | #define USB_DEVICE_ID_LD_MCT 0x2080 | ||
413 | #define USB_DEVICE_ID_LD_HYBRID 0x2090 | ||
414 | #define USB_DEVICE_ID_LD_HEATCONTROL 0x20A0 | ||
396 | 415 | ||
397 | #define USB_VENDOR_ID_LOGITECH 0x046d | 416 | #define USB_VENDOR_ID_LOGITECH 0x046d |
398 | #define USB_DEVICE_ID_LOGITECH_RECEIVER 0xc101 | 417 | #define USB_DEVICE_ID_LOGITECH_RECEIVER 0xc101 |