Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb support USB-serial PLANEX USB-RS232 URS-03



details:   https://anonhg.NetBSD.org/src/rev/8323717ccc59
branches:  trunk
changeset: 507878:8323717ccc59
user:      ichiro <ichiro%NetBSD.org@localhost>
date:      Mon Apr 02 13:38:14 2001 +0000

description:
support USB-serial PLANEX USB-RS232 URS-03
reported by sakamoto%splhack.org@localhost (Kazuki Sakamoto)

diffstat:

 sys/dev/usb/uplcom.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 60fb17cedb0f -r 8323717ccc59 sys/dev/usb/uplcom.c
--- a/sys/dev/usb/uplcom.c      Mon Apr 02 13:18:31 2001 +0000
+++ b/sys/dev/usb/uplcom.c      Mon Apr 02 13:38:14 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uplcom.c,v 1.15 2001/04/01 03:28:11 augustss Exp $     */
+/*     $NetBSD: uplcom.c,v 1.16 2001/04/02 13:38:14 ichiro Exp $       */
 /*
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -152,6 +152,8 @@
        { USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2303 },
        /* I/O DATA USB-RSAQ */
        { USB_VENDOR_IODATA, USB_PRODUCT_IODATA_USBRSAQ },
+       /* PLANEX USB-RS232 URS-03 */
+       { USB_VENDOR_ATEN, USB_PRODUCT_ATEN_UC232A },
 
        { 0, 0 }
 };



Home | Main Index | Thread Index | Old Index