diff options
Diffstat (limited to 'drivers/usb/serial/ftdi_sio.h')
| -rw-r--r-- | drivers/usb/serial/ftdi_sio.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/drivers/usb/serial/ftdi_sio.h b/drivers/usb/serial/ftdi_sio.h index f0edb87d2dd5..bae117d359af 100644 --- a/drivers/usb/serial/ftdi_sio.h +++ b/drivers/usb/serial/ftdi_sio.h | |||
| @@ -55,6 +55,9 @@ | |||
| 55 | /* iPlus device */ | 55 | /* iPlus device */ |
| 56 | #define FTDI_IPLUS_PID 0xD070 /* Product Id */ | 56 | #define FTDI_IPLUS_PID 0xD070 /* Product Id */ |
| 57 | 57 | ||
| 58 | /* DMX4ALL DMX Interfaces */ | ||
| 59 | #define FTDI_DMX4ALL 0xC850 | ||
| 60 | |||
| 58 | /* www.crystalfontz.com devices - thanx for providing free devices for evaluation ! */ | 61 | /* www.crystalfontz.com devices - thanx for providing free devices for evaluation ! */ |
| 59 | /* they use the ftdi chipset for the USB interface and the vendor id is the same */ | 62 | /* they use the ftdi chipset for the USB interface and the vendor id is the same */ |
| 60 | #define FTDI_XF_632_PID 0xFC08 /* 632: 16x2 Character Display */ | 63 | #define FTDI_XF_632_PID 0xFC08 /* 632: 16x2 Character Display */ |
| @@ -175,9 +178,15 @@ | |||
| 175 | #define FTDI_ASK_RDR400_PID 0xC991 /* ASK RDR 400 series card reader */ | 178 | #define FTDI_ASK_RDR400_PID 0xC991 /* ASK RDR 400 series card reader */ |
| 176 | 179 | ||
| 177 | /* | 180 | /* |
| 181 | * FTDI USB UART chips used in construction projects from the | ||
| 182 | * Elektor Electronics magazine (http://elektor-electronics.co.uk) | ||
| 183 | */ | ||
| 184 | #define ELEKTOR_VID 0x0C7D | ||
| 185 | #define ELEKTOR_FT323R_PID 0x0005 /* RFID-Reader, issue 09-2006 */ | ||
| 186 | |||
| 187 | /* | ||
| 178 | * DSS-20 Sync Station for Sony Ericsson P800 | 188 | * DSS-20 Sync Station for Sony Ericsson P800 |
| 179 | */ | 189 | */ |
| 180 | |||
| 181 | #define FTDI_DSS20_PID 0xFC82 | 190 | #define FTDI_DSS20_PID 0xFC82 |
| 182 | 191 | ||
| 183 | /* | 192 | /* |
