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 line to get the ftdi driver to use the seria...



details:   https://anonhg.NetBSD.org/src/rev/77cadc444187
branches:  trunk
changeset: 784160:77cadc444187
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Sun Jan 20 13:43:24 2013 +0000

description:
Add line to get the ftdi driver to use the serial function of the FTDI 232H.

diffstat:

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

diffs (26 lines):

diff -r a791f6ac0ecb -r 77cadc444187 sys/dev/usb/uftdi.c
--- a/sys/dev/usb/uftdi.c       Sun Jan 20 13:35:43 2013 +0000
+++ b/sys/dev/usb/uftdi.c       Sun Jan 20 13:43:24 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uftdi.c,v 1.54 2012/11/02 02:30:15 jakllsch Exp $      */
+/*     $NetBSD: uftdi.c,v 1.55 2013/01/20 13:43:24 reinoud Exp $       */
 
 /*
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uftdi.c,v 1.54 2012/11/02 02:30:15 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uftdi.c,v 1.55 2013/01/20 13:43:24 reinoud 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_232H },
        { USB_VENDOR_FTDI, USB_PRODUCT_FTDI_SERIAL_2232C },
        { USB_VENDOR_FTDI, USB_PRODUCT_FTDI_SERIAL_4232H },
        { USB_VENDOR_FTDI, USB_PRODUCT_FTDI_SERIAL_8U100AX },



Home | Main Index | Thread Index | Old Index