Source-Changes-HG archive

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

[src/netbsd-7]: src/sys/dev/usb Pull up following revision(s) (requested by b...



details:   https://anonhg.NetBSD.org/src/rev/280f9ca87869
branches:  netbsd-7
changeset: 800066:280f9ca87869
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Dec 14 19:16:14 2016 +0000

description:
Pull up following revision(s) (requested by bouyer in ticket #1320):
        sys/dev/usb/usbdevs: revision 1.728
Rename "CH341 serial/parallel" to "CH341 USB-Serial Bridge", and
add a second device id for this chip.
>From FreeBSD.

diffstat:

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

diffs (19 lines):

diff -r 8102f18022f6 -r 280f9ca87869 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Wed Dec 14 19:13:24 2016 +0000
+++ b/sys/dev/usb/usbdevs       Wed Dec 14 19:16:14 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.680.2.6 2016/12/08 07:49:42 snj Exp $
+$NetBSD: usbdevs,v 1.680.2.7 2016/12/14 19:16:14 snj Exp $
 
 /*
  * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -3377,7 +3377,8 @@
 
 /* WinChipHead products */
 product WINCHIPHEAD CH341SER   0x5523  CH341/CH340 USB-Serial Bridge
-product WINCHIPHEAD2 CH341     0x7523  CH341 serial/parallel
+product WINCHIPHEAD2 CH341     0x7523  CH341 USB-Serial Bridge
+product WINCHIPHEAD2 CH341_2   0x5523  CH341 USB-Serial Bridge
 
 /* Wistron NeWeb products */
 product WISTRONNEWEB WNC0600   0x0326  WNC-0600USB



Home | Main Index | Thread Index | Old Index