Module Name: src
Committed By: jnemeth
Date: Tue May 30 20:26:26 UTC 2017
Modified Files:
src/sys/dev/usb: uftdi.c
Log Message:
add RTSYS CT57A to list of FTDI based USB serial devices
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/dev/usb/uftdi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/uftdi.c
diff -u src/sys/dev/usb/uftdi.c:1.64 src/sys/dev/usb/uftdi.c:1.65
--- src/sys/dev/usb/uftdi.c:1.64 Thu Dec 15 17:21:21 2016
+++ src/sys/dev/usb/uftdi.c Tue May 30 20:26:26 2017
@@ -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 @@ static const struct usb_devno uftdi_devs
{ 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 },