Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb attach to Sitecom USB to serial cable



details:   https://anonhg.NetBSD.org/src/rev/ddddb6d168d9
branches:  trunk
changeset: 567213:ddddb6d168d9
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sat Jun 05 08:41:43 2004 +0000

description:
attach to Sitecom USB to serial cable
patch submitted in PR kern/25510

diffstat:

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

diffs (27 lines):

diff -r fb47dcbfe664 -r ddddb6d168d9 sys/dev/usb/uplcom.c
--- a/sys/dev/usb/uplcom.c      Sat Jun 05 08:40:10 2004 +0000
+++ b/sys/dev/usb/uplcom.c      Sat Jun 05 08:41:43 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uplcom.c,v 1.37 2004/05/20 09:23:33 martin Exp $       */
+/*     $NetBSD: uplcom.c,v 1.38 2004/06/05 08:41:43 jdolecek Exp $     */
 /*
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uplcom.c,v 1.37 2004/05/20 09:23:33 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uplcom.c,v 1.38 2004/06/05 08:41:43 jdolecek Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -181,6 +181,8 @@
        { USB_VENDOR_SOURCENEXT, USB_PRODUCT_SOURCENEXT_KEIKAI8_CHG },
        /* HAL Corporation Crossam2+USB */
        { USB_VENDOR_HAL, USB_PRODUCT_HAL_IMR001 },
+       /* Sitecom USB to serial cable */
+       { USB_VENDOR_SITECOM, USB_PRODUCT_SITECOM_SERIAL },
 };
 #define uplcom_lookup(v, p) usb_lookup(uplcom_devs, v, p)
 



Home | Main Index | Thread Index | Old Index