summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uftdi.c
diff options
context:
space:
mode:
authorChristopher Pascoe <pascoe@cvs.openbsd.org>2005-05-24 03:26:06 +0000
committerChristopher Pascoe <pascoe@cvs.openbsd.org>2005-05-24 03:26:06 +0000
commit3d774e6d1b4b395307bce9300745a90fffdd2977 (patch)
tree1321485b3641e333565ba73ec09666ba3e7fd075 /sys/dev/usb/uftdi.c
parent176acf0d61a9bbfb686165657a0c98056934ae10 (diff)
Support second interface on FTDI 2232C based devices.
ok dlg@
Diffstat (limited to 'sys/dev/usb/uftdi.c')
-rw-r--r--sys/dev/usb/uftdi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/uftdi.c b/sys/dev/usb/uftdi.c
index 04a0c881804..3e90187d34e 100644
--- a/sys/dev/usb/uftdi.c
+++ b/sys/dev/usb/uftdi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uftdi.c,v 1.23 2005/05/13 22:32:42 deraadt Exp $ */
+/* $OpenBSD: uftdi.c,v 1.24 2005/05/24 03:26:05 pascoe Exp $ */
/* $NetBSD: uftdi.c,v 1.14 2003/02/23 04:20:07 simonb Exp $ */
/*
@@ -142,7 +142,6 @@ USB_MATCH(uftdi)
if (uaa->vendor == USB_VENDOR_FTDI &&
(uaa->product == USB_PRODUCT_FTDI_SERIAL_8U100AX ||
uaa->product == USB_PRODUCT_FTDI_SERIAL_8U232AM ||
- uaa->product == USB_PRODUCT_FTDI_SERIAL_2232C ||
uaa->product == USB_PRODUCT_FTDI_SEMC_DSS20 ||
uaa->product == USB_PRODUCT_FTDI_LCD_LK202_24 ||
uaa->product == USB_PRODUCT_FTDI_LCD_LK204_24 ||