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 RTSYS CT57A to list of FTDI based USB serial...



details:   https://anonhg.NetBSD.org/src/rev/a604474faf0a
branches:  trunk
changeset: 824277:a604474faf0a
user:      jnemeth <jnemeth%NetBSD.org@localhost>
date:      Tue May 30 20:26:26 2017 +0000

description:
add RTSYS CT57A to list of FTDI based USB serial devices

diffstat:

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

diffs (26 lines):

diff -r ca91f0c42a1e -r a604474faf0a sys/dev/usb/uftdi.c
--- a/sys/dev/usb/uftdi.c       Tue May 30 20:16:08 2017 +0000
+++ b/sys/dev/usb/uftdi.c       Tue May 30 20:26:26 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uftdi.c,v 1.64 2016/12/15 17:21:21 maya Exp $  */
+/*     $NetBSD: uftdi.c,v 1.65 2017/05/30 20:26:26 jnemeth Exp $       */
 
 /*
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uftdi.c,v 1.64 2016/12/15 17:21:21 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uftdi.c,v 1.65 2017/05/30 20:26:26 jnemeth Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -165,6 +165,7 @@
        { USB_VENDOR_INTREPIDCS, USB_PRODUCT_INTREPIDCS_NEOVI },
        { USB_VENDOR_MELCO, USB_PRODUCT_MELCO_PCOPRS1 },
        { USB_VENDOR_RATOC, USB_PRODUCT_RATOC_REXUSB60F },
+       { USB_VENDOR_RTSYS, USB_PRODUCT_RTSYS_CT57A },
        { USB_VENDOR_SEALEVEL, USB_PRODUCT_SEALEVEL_USBSERIAL },
        { USB_VENDOR_SEALEVEL, USB_PRODUCT_SEALEVEL_SEAPORT4P1 },
        { USB_VENDOR_SEALEVEL, USB_PRODUCT_SEALEVEL_SEAPORT4P2 },



Home | Main Index | Thread Index | Old Index