Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Sharp CE-175TU USB to Zaurus Option Port 16 cabl...



details:   https://anonhg.NetBSD.org/src/rev/f0d70d23920f
branches:  trunk
changeset: 330572:f0d70d23920f
user:      ryoon <ryoon%NetBSD.org@localhost>
date:      Mon Jul 14 12:04:48 2014 +0000

description:
Sharp CE-175TU USB to Zaurus Option Port 16 cable is uplcom(4) device.

diffstat:

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

diffs (27 lines):

diff -r 540b22ab6f5c -r f0d70d23920f sys/dev/usb/uplcom.c
--- a/sys/dev/usb/uplcom.c      Mon Jul 14 12:03:42 2014 +0000
+++ b/sys/dev/usb/uplcom.c      Mon Jul 14 12:04:48 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uplcom.c,v 1.73 2011/12/23 00:51:48 jakllsch Exp $     */
+/*     $NetBSD: uplcom.c,v 1.74 2014/07/14 12:04:48 ryoon Exp $        */
 /*
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uplcom.c,v 1.73 2011/12/23 00:51:48 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uplcom.c,v 1.74 2014/07/14 12:04:48 ryoon Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -191,6 +191,8 @@
        { USB_VENDOR_NETINDEX, USB_PRODUCT_NETINDEX_WS002IN },
        /* COREGA CG-USBRS232R */
        { USB_VENDOR_COREGA, USB_PRODUCT_COREGA_CGUSBRS232R },
+       /* Sharp CE-175TU (USB to Zaurus option port 15 adapter) */
+       { USB_VENDOR_SHARP, USB_PRODUCT_SHARP_CE175TU },
 };
 #define uplcom_lookup(v, p) usb_lookup(uplcom_devs, v, p)
 



Home | Main Index | Thread Index | Old Index