aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ftdi_sio_ids.h
diff options
context:
space:
mode:
authordranch@trinnet.net <dranch@trinnet.net>2010-07-26 19:44:33 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-10 14:35:43 -0700
commitb6180ef7c99574c3350bbffa2a3a9d675321543d (patch)
tree59d32bbbe960483eb556df247878bf983e1e8b72 /drivers/usb/serial/ftdi_sio_ids.h
parentUSB: accept RNDIS configs if there's no alternative (diff)
downloadlinux-dev-b6180ef7c99574c3350bbffa2a3a9d675321543d.tar.xz
linux-dev-b6180ef7c99574c3350bbffa2a3a9d675321543d.zip
USB: ftdi_sio: device id for Navitator
This patch is to add a US Interface, Inc. "Navigator" USB device. Specifically, it's a HAM Radio USB sound modem that also incorporates three pairs of unique FTDI serial ports. The standard Linux FTDI serial driver will only recognize the first two serial ports of an unknown FDTI derived device and this patch adds in recognition to these specific new IDs. Signed-off-by: David A. Ranch <dranch@trinnet.net> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to '')
-rw-r--r--drivers/usb/serial/ftdi_sio_ids.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h
index 74f094273f79..6e612c52e763 100644
--- a/drivers/usb/serial/ftdi_sio_ids.h
+++ b/drivers/usb/serial/ftdi_sio_ids.h
@@ -40,6 +40,11 @@
#define FTDI_NXTCAM_PID 0xABB8 /* NXTCam for Mindstorms NXT */
+/* US Interface Navigator (http://www.usinterface.com/) */
+#define FTDI_USINT_CAT_PID 0xb810 /* Navigator CAT and 2nd PTT lines */
+#define FTDI_USINT_WKEY_PID 0xb811 /* Navigator WKEY and FSK lines */
+#define FTDI_USINT_RS232_PID 0xb812 /* Navigator RS232 and CONFIG lines */
+
/* OOCDlink by Joern Kaipf <joernk@web.de>
* (http://www.joernonline.de/dw/doku.php?id=start&idx=projects:oocdlink) */
#define FTDI_OOCDLINK_PID 0xbaf8 /* Amontec JTAGkey */