Module Name: src
Committed By: ryoon
Date: Mon Jul 14 12:04:48 UTC 2014
Modified Files:
src/sys/dev/usb: uplcom.c
Log Message:
Sharp CE-175TU USB to Zaurus Option Port 16 cable is uplcom(4) device.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/dev/usb/uplcom.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/uplcom.c
diff -u src/sys/dev/usb/uplcom.c:1.73 src/sys/dev/usb/uplcom.c:1.74
--- src/sys/dev/usb/uplcom.c:1.73 Fri Dec 23 00:51:48 2011
+++ src/sys/dev/usb/uplcom.c Mon Jul 14 12:04:48 2014
@@ -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 @@ static const struct usb_devno uplcom_dev
{ 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)