Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Add some more devices. From FreeBSD.
details: https://anonhg.NetBSD.org/src/rev/796ff75db031
branches: trunk
changeset: 555612:796ff75db031
user: augustss <augustss%NetBSD.org@localhost>
date: Sun Nov 23 12:22:51 2003 +0000
description:
Add some more devices. From FreeBSD.
diffstat:
sys/dev/usb/uplcom.c | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (35 lines):
diff -r 86a32178dadb -r 796ff75db031 sys/dev/usb/uplcom.c
--- a/sys/dev/usb/uplcom.c Sun Nov 23 12:22:19 2003 +0000
+++ b/sys/dev/usb/uplcom.c Sun Nov 23 12:22:51 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uplcom.c,v 1.31 2003/11/10 09:02:08 wiz Exp $ */
+/* $NetBSD: uplcom.c,v 1.32 2003/11/23 12:22:51 augustss 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.31 2003/11/10 09:02:08 wiz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uplcom.c,v 1.32 2003/11/23 12:22:51 augustss Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -166,9 +166,16 @@
{ USB_VENDOR_TDK, USB_PRODUCT_TDK_UPA9664 },
/* Sony Ericsson USB Cable */
{ USB_VENDOR_SONYERICSSON, USB_PRODUCT_SONYERICSSON_DCU10 },
+ /* SOURCENEXT KeikaiDenwa 8 */
+ { USB_VENDOR_SOURCENEXT, USB_PRODUCT_SOURCENEXT_KEIKAI8 },
+ /* SOURCENEXT KeikaiDenwa 8 with charger */
+ { USB_VENDOR_SOURCENEXT, USB_PRODUCT_SOURCENEXT_KEIKAI8_CHG },
+ /* HAL Corporation Crossam2+USB */
+ { USB_VENDOR_HAL, USB_PRODUCT_HAL_IMR001 },
};
#define uplcom_lookup(v, p) usb_lookup(uplcom_devs, v, p)
+
USB_DECLARE_DRIVER(uplcom);
USB_MATCH(uplcom)
Home |
Main Index |
Thread Index |
Old Index