diff options
author | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-06-10 14:47:26 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-06-10 14:47:26 -0400 |
commit | f0cd91a68acdc9b49d7f6738b514a426da627649 (patch) | |
tree | 8ad73564015794197583b094217ae0a71e71e753 /drivers/usb/serial/ftdi_sio.h | |
parent | 60eef25701d25e99c991dd0f4a9f3832a0c3ad3e (diff) | |
parent | 128e6ced247cda88f96fa9f2e4ba8b2c4a681560 (diff) |
Merge ../linux-2.6
Diffstat (limited to 'drivers/usb/serial/ftdi_sio.h')
-rw-r--r-- | drivers/usb/serial/ftdi_sio.h | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio.h b/drivers/usb/serial/ftdi_sio.h index 8da773c2744d..d69a917e768f 100644 --- a/drivers/usb/serial/ftdi_sio.h +++ b/drivers/usb/serial/ftdi_sio.h | |||
@@ -32,6 +32,10 @@ | |||
32 | #define FTDI_NF_RIC_PID 0x0001 /* Product Id */ | 32 | #define FTDI_NF_RIC_PID 0x0001 /* Product Id */ |
33 | 33 | ||
34 | 34 | ||
35 | /* ACT Solutions HomePro ZWave interface (http://www.act-solutions.com/HomePro.htm) */ | ||
36 | #define FTDI_ACTZWAVE_PID 0xF2D0 | ||
37 | |||
38 | |||
35 | /* www.irtrans.de device */ | 39 | /* www.irtrans.de device */ |
36 | #define FTDI_IRTRANS_PID 0xFC60 /* Product Id */ | 40 | #define FTDI_IRTRANS_PID 0xFC60 /* Product Id */ |
37 | 41 | ||
@@ -39,6 +43,9 @@ | |||
39 | /* www.thoughttechnology.com/ TT-USB provide with procomp use ftdi_sio */ | 43 | /* www.thoughttechnology.com/ TT-USB provide with procomp use ftdi_sio */ |
40 | #define FTDI_TTUSB_PID 0xFF20 /* Product Id */ | 44 | #define FTDI_TTUSB_PID 0xFF20 /* Product Id */ |
41 | 45 | ||
46 | /* iPlus device */ | ||
47 | #define FTDI_IPLUS_PID 0xD070 /* Product Id */ | ||
48 | |||
42 | /* www.crystalfontz.com devices - thanx for providing free devices for evaluation ! */ | 49 | /* www.crystalfontz.com devices - thanx for providing free devices for evaluation ! */ |
43 | /* they use the ftdi chipset for the USB interface and the vendor id is the same */ | 50 | /* they use the ftdi chipset for the USB interface and the vendor id is the same */ |
44 | #define FTDI_XF_632_PID 0xFC08 /* 632: 16x2 Character Display */ | 51 | #define FTDI_XF_632_PID 0xFC08 /* 632: 16x2 Character Display */ |
@@ -153,6 +160,11 @@ | |||
153 | #define ICOM_ID1_PID 0x0004 | 160 | #define ICOM_ID1_PID 0x0004 |
154 | 161 | ||
155 | /* | 162 | /* |
163 | * ASK.fr devices | ||
164 | */ | ||
165 | #define FTDI_ASK_RDR400_PID 0xC991 /* ASK RDR 400 series card reader */ | ||
166 | |||
167 | /* | ||
156 | * DSS-20 Sync Station for Sony Ericsson P800 | 168 | * DSS-20 Sync Station for Sony Ericsson P800 |
157 | */ | 169 | */ |
158 | 170 | ||
@@ -399,6 +411,31 @@ | |||
399 | #define FTDI_WESTREX_MODEL_777_PID 0xDC00 /* Model 777 */ | 411 | #define FTDI_WESTREX_MODEL_777_PID 0xDC00 /* Model 777 */ |
400 | #define FTDI_WESTREX_MODEL_8900F_PID 0xDC01 /* Model 8900F */ | 412 | #define FTDI_WESTREX_MODEL_8900F_PID 0xDC01 /* Model 8900F */ |
401 | 413 | ||
414 | /* | ||
415 | * RR-CirKits LocoBuffer USB (http://www.rr-cirkits.com) | ||
416 | */ | ||
417 | #define FTDI_RRCIRKITS_LOCOBUFFER_PID 0xc7d0 /* LocoBuffer USB */ | ||
418 | |||
419 | /* | ||
420 | * Eclo (http://www.eclo.pt/) product IDs. | ||
421 | * PID 0xEA90 submitted by Martin Grill. | ||
422 | */ | ||
423 | #define FTDI_ECLO_COM_1WIRE_PID 0xEA90 /* COM to 1-Wire USB adaptor */ | ||
424 | |||
425 | /* | ||
426 | * Papouch products (http://www.papouch.com/) | ||
427 | * Submitted by Folkert van Heusden | ||
428 | */ | ||
429 | |||
430 | #define PAPOUCH_VID 0x5050 /* Vendor ID */ | ||
431 | #define PAPOUCH_TMU_PID 0x0400 /* TMU USB Thermometer */ | ||
432 | |||
433 | /* | ||
434 | * ACG Identification Technologies GmbH products (http://www.acg.de/). | ||
435 | * Submitted by anton -at- goto10 -dot- org. | ||
436 | */ | ||
437 | #define FTDI_ACG_HFDUAL_PID 0xDD20 /* HF Dual ISO Reader (RFID) */ | ||
438 | |||
402 | /* Commands */ | 439 | /* Commands */ |
403 | #define FTDI_SIO_RESET 0 /* Reset the port */ | 440 | #define FTDI_SIO_RESET 0 /* Reset the port */ |
404 | #define FTDI_SIO_MODEM_CTRL 1 /* Set the modem control register */ | 441 | #define FTDI_SIO_MODEM_CTRL 1 /* Set the modem control register */ |