summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ftdi_sio.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-12-18 11:48:30 +0100
committerIngo Molnar <mingo@elte.hu>2008-12-18 11:48:30 +0100
commitb9974dc6bddd41fbdc2583f196a34fbcebd8b089 (patch)
tree1a53efb9732453020b9157d17b2850df436235d9 /drivers/usb/serial/ftdi_sio.h
parentd733e00d7c10cc68333fbb88108bb15bb044f61b (diff)
parent55dac3a5553b13891f0ae4bbd11920619b5436d4 (diff)
downloadblackbird-op-linux-b9974dc6bddd41fbdc2583f196a34fbcebd8b089.tar.gz
blackbird-op-linux-b9974dc6bddd41fbdc2583f196a34fbcebd8b089.zip
Merge branch 'linus' into cpus4096
Diffstat (limited to 'drivers/usb/serial/ftdi_sio.h')
-rw-r--r--drivers/usb/serial/ftdi_sio.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio.h b/drivers/usb/serial/ftdi_sio.h
index 07a3992abad2..373ee09975bb 100644
--- a/drivers/usb/serial/ftdi_sio.h
+++ b/drivers/usb/serial/ftdi_sio.h
@@ -40,6 +40,9 @@
/* AlphaMicro Components AMC-232USB01 device */
#define FTDI_AMC232_PID 0xFF00 /* Product Id */
+/* www.candapter.com Ewert Energy Systems CANdapter device */
+#define FTDI_CANDAPTER_PID 0x9F80 /* Product Id */
+
/* SCS HF Radio Modems PID's (http://www.scs-ptc.com) */
/* the VID is the standard ftdi vid (FTDI_VID) */
#define FTDI_SCS_DEVICE_0_PID 0xD010 /* SCS PTC-IIusb */
@@ -75,6 +78,9 @@
/* OpenDCC (www.opendcc.de) product id */
#define FTDI_OPENDCC_PID 0xBFD8
+/* Sprog II (Andrew Crosland's SprogII DCC interface) */
+#define FTDI_SPROG_II 0xF0C8
+
/* www.crystalfontz.com devices - thanx for providing free devices for evaluation ! */
/* they use the ftdi chipset for the USB interface and the vendor id is the same */
#define FTDI_XF_632_PID 0xFC08 /* 632: 16x2 Character Display */
OpenPOWER on IntegriCloud