Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Add support for FTDI FT230X.



details:   https://anonhg.NetBSD.org/src/rev/d543f5745a06
branches:  trunk
changeset: 325340:d543f5745a06
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Dec 19 08:22:40 2013 +0000

description:
Add support for FTDI FT230X.

diffstat:

 sys/dev/usb/uftdi.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 9938e37c7e05 -r d543f5745a06 sys/dev/usb/uftdi.c
--- a/sys/dev/usb/uftdi.c       Thu Dec 19 08:22:13 2013 +0000
+++ b/sys/dev/usb/uftdi.c       Thu Dec 19 08:22:40 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uftdi.c,v 1.58 2013/06/02 12:45:00 mlelstv Exp $       */
+/*     $NetBSD: uftdi.c,v 1.59 2013/12/19 08:22:40 msaitoh Exp $       */
 
 /*
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uftdi.c,v 1.58 2013/06/02 12:45:00 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uftdi.c,v 1.59 2013/12/19 08:22:40 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -125,6 +125,7 @@
        { USB_VENDOR_BBELECTRONICS, USB_PRODUCT_BBELECTRONICS_USOTL4 },
        { USB_VENDOR_FALCOM, USB_PRODUCT_FALCOM_TWIST },
        { USB_VENDOR_FALCOM, USB_PRODUCT_FALCOM_SAMBA },
+       { USB_VENDOR_FTDI, USB_PRODUCT_FTDI_SERIAL_230X },
        { USB_VENDOR_FTDI, USB_PRODUCT_FTDI_SERIAL_232H },
        { USB_VENDOR_FTDI, USB_PRODUCT_FTDI_SERIAL_232RL },
        { USB_VENDOR_FTDI, USB_PRODUCT_FTDI_SERIAL_2232C },



Home | Main Index | Thread Index | Old Index