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 RT Systems RTS-03
details: https://anonhg.NetBSD.org/src/rev/c52b3c1c0a1d
branches: trunk
changeset: 828641:c52b3c1c0a1d
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Fri Dec 22 14:18:29 2017 +0000
description:
Add RT Systems RTS-03
diffstat:
sys/dev/usb/uftdi.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 2f82bfe698df -r c52b3c1c0a1d sys/dev/usb/uftdi.c
--- a/sys/dev/usb/uftdi.c Fri Dec 22 14:13:55 2017 +0000
+++ b/sys/dev/usb/uftdi.c Fri Dec 22 14:18:29 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uftdi.c,v 1.65 2017/05/30 20:26:26 jnemeth Exp $ */
+/* $NetBSD: uftdi.c,v 1.66 2017/12/22 14:18:29 jakllsch Exp $ */
/*
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uftdi.c,v 1.65 2017/05/30 20:26:26 jnemeth Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uftdi.c,v 1.66 2017/12/22 14:18:29 jakllsch Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -166,6 +166,7 @@
{ USB_VENDOR_MELCO, USB_PRODUCT_MELCO_PCOPRS1 },
{ USB_VENDOR_RATOC, USB_PRODUCT_RATOC_REXUSB60F },
{ USB_VENDOR_RTSYS, USB_PRODUCT_RTSYS_CT57A },
+ { USB_VENDOR_RTSYS, USB_PRODUCT_RTSYS_RTS03 },
{ 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