diff options
author | Michael Hund <mhund@ld-didactic.de> | 2011-05-03 13:12:00 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-05-03 13:12:00 -0400 |
commit | ce97cac813340eb8ecb1c5410041c9eade58f870 (patch) | |
tree | 4413b36b4d8ae7f4e7359bd3a3707f06e61e5e4f /drivers/hid/hid-ids.h | |
parent | 139540170d9d9b7ead3caaf540f161756b356d56 (diff) |
USB: ldusb: add several new devices
Added several new devices to ldusb and excluded them from the HID driver.
Signed-off-by: Michael Hund <mhund@ld-didactic.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 00a94b535d28..a8a05835fb49 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -367,19 +367,38 @@ | |||
367 | 367 | ||
368 | #define USB_VENDOR_ID_LD 0x0f11 | 368 | #define USB_VENDOR_ID_LD 0x0f11 |
369 | #define USB_DEVICE_ID_LD_CASSY 0x1000 | 369 | #define USB_DEVICE_ID_LD_CASSY 0x1000 |
370 | #define USB_DEVICE_ID_LD_CASSY2 0x1001 | ||
370 | #define USB_DEVICE_ID_LD_POCKETCASSY 0x1010 | 371 | #define USB_DEVICE_ID_LD_POCKETCASSY 0x1010 |
372 | #define USB_DEVICE_ID_LD_POCKETCASSY2 0x1011 | ||
371 | #define USB_DEVICE_ID_LD_MOBILECASSY 0x1020 | 373 | #define USB_DEVICE_ID_LD_MOBILECASSY 0x1020 |
374 | #define USB_DEVICE_ID_LD_MOBILECASSY2 0x1021 | ||
375 | #define USB_DEVICE_ID_LD_MICROCASSYVOLTAGE 0x1031 | ||
376 | #define USB_DEVICE_ID_LD_MICROCASSYCURRENT 0x1032 | ||
377 | #define USB_DEVICE_ID_LD_MICROCASSYTIME 0x1033 | ||
378 | #define USB_DEVICE_ID_LD_MICROCASSYTEMPERATURE 0x1035 | ||
379 | #define USB_DEVICE_ID_LD_MICROCASSYPH 0x1038 | ||
372 | #define USB_DEVICE_ID_LD_JWM 0x1080 | 380 | #define USB_DEVICE_ID_LD_JWM 0x1080 |
373 | #define USB_DEVICE_ID_LD_DMMP 0x1081 | 381 | #define USB_DEVICE_ID_LD_DMMP 0x1081 |
374 | #define USB_DEVICE_ID_LD_UMIP 0x1090 | 382 | #define USB_DEVICE_ID_LD_UMIP 0x1090 |
375 | #define USB_DEVICE_ID_LD_XRAY1 0x1100 | 383 | #define USB_DEVICE_ID_LD_UMIC 0x10A0 |
384 | #define USB_DEVICE_ID_LD_UMIB 0x10B0 | ||
385 | #define USB_DEVICE_ID_LD_XRAY 0x1100 | ||
376 | #define USB_DEVICE_ID_LD_XRAY2 0x1101 | 386 | #define USB_DEVICE_ID_LD_XRAY2 0x1101 |
387 | #define USB_DEVICE_ID_LD_XRAYCT 0x1110 | ||
377 | #define USB_DEVICE_ID_LD_VIDEOCOM 0x1200 | 388 | #define USB_DEVICE_ID_LD_VIDEOCOM 0x1200 |
389 | #define USB_DEVICE_ID_LD_MOTOR 0x1210 | ||
378 | #define USB_DEVICE_ID_LD_COM3LAB 0x2000 | 390 | #define USB_DEVICE_ID_LD_COM3LAB 0x2000 |
379 | #define USB_DEVICE_ID_LD_TELEPORT 0x2010 | 391 | #define USB_DEVICE_ID_LD_TELEPORT 0x2010 |
380 | #define USB_DEVICE_ID_LD_NETWORKANALYSER 0x2020 | 392 | #define USB_DEVICE_ID_LD_NETWORKANALYSER 0x2020 |
381 | #define USB_DEVICE_ID_LD_POWERCONTROL 0x2030 | 393 | #define USB_DEVICE_ID_LD_POWERCONTROL 0x2030 |
382 | #define USB_DEVICE_ID_LD_MACHINETEST 0x2040 | 394 | #define USB_DEVICE_ID_LD_MACHINETEST 0x2040 |
395 | #define USB_DEVICE_ID_LD_MOSTANALYSER 0x2050 | ||
396 | #define USB_DEVICE_ID_LD_MOSTANALYSER2 0x2051 | ||
397 | #define USB_DEVICE_ID_LD_ABSESP 0x2060 | ||
398 | #define USB_DEVICE_ID_LD_AUTODATABUS 0x2070 | ||
399 | #define USB_DEVICE_ID_LD_MCT 0x2080 | ||
400 | #define USB_DEVICE_ID_LD_HYBRID 0x2090 | ||
401 | #define USB_DEVICE_ID_LD_HEATCONTROL 0x20A0 | ||
383 | 402 | ||
384 | #define USB_VENDOR_ID_LOGITECH 0x046d | 403 | #define USB_VENDOR_ID_LOGITECH 0x046d |
385 | #define USB_DEVICE_ID_LOGITECH_RECEIVER 0xc101 | 404 | #define USB_DEVICE_ID_LOGITECH_RECEIVER 0xc101 |