aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ftdi_sio.h
diff options
context:
space:
mode:
authorNathan Bronson <ndb@sns-usa.com>2006-04-10 00:05:09 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2006-04-27 10:28:59 -0700
commitcdd3b1565a8d563ed84cf1c2af6cabf461f3c317 (patch)
tree2ea4b9f59404f5353d186067aebebf3cd74ee2ff /drivers/usb/serial/ftdi_sio.h
parent[PATCH] USB: Use new PCI_CLASS_SERIAL_USB_* defines (diff)
downloadlinux-dev-cdd3b1565a8d563ed84cf1c2af6cabf461f3c317.tar.xz
linux-dev-cdd3b1565a8d563ed84cf1c2af6cabf461f3c317.zip
[PATCH] USB: ftdi_sio vendor code for RR-CirKits LocoBuffer USB
This patch adds recognition of the RR-CirKits LocoBuffer USB to the existing FTDI driver. http://www.rr-cirkits.com Signed-off-by: Nathan Bronson <ngb@sns-usa.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to '')
-rw-r--r--drivers/usb/serial/ftdi_sio.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio.h b/drivers/usb/serial/ftdi_sio.h
index 2155f0e4a378..b6c50a16ef80 100644
--- a/drivers/usb/serial/ftdi_sio.h
+++ b/drivers/usb/serial/ftdi_sio.h
@@ -400,6 +400,11 @@
#define FTDI_WESTREX_MODEL_8900F_PID 0xDC01 /* Model 8900F */
/*
+ * RR-CirKits LocoBuffer USB (http://www.rr-cirkits.com)
+ */
+#define FTDI_RRCIRKITS_LOCOBUFFER_PID 0xc7d0 /* LocoBuffer USB */
+
+/*
* Eclo (http://www.eclo.pt/) product IDs.
* PID 0xEA90 submitted by Martin Grill.
*/