svn commit: r244047 - in head/sys/dev/usb: . serial
Hans Petter Selasky
hselasky at FreeBSD.org
Sun Dec 9 09:58:45 UTC 2012
Author: hselasky
Date: Sun Dec 9 09:58:44 2012
New Revision: 244047
URL: http://svnweb.freebsd.org/changeset/base/244047
Log:
Add new USB ID.
MFC after: 1 week
Submitted by: Artyom Mirgorodskiy
Modified:
head/sys/dev/usb/serial/u3g.c
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/serial/u3g.c
==============================================================================
--- head/sys/dev/usb/serial/u3g.c Sun Dec 9 04:54:22 2012 (r244046)
+++ head/sys/dev/usb/serial/u3g.c Sun Dec 9 09:58:44 2012 (r244047)
@@ -553,6 +553,7 @@ static const STRUCT_USB_HOST_ID u3g_devs
U3G_DEV(TOSHIBA, G450, 0),
U3G_DEV(TOSHIBA, HSDPA, 0),
U3G_DEV(YISO, C893, 0),
+ U3G_DEV(WETELECOM, WM_D200, 0),
/* Autoinstallers */
U3G_DEV(NOVATEL, ZEROCD, U3GINIT_SCSIEJECT),
U3G_DEV(OPTION, GTICON322, U3GINIT_REZERO),
Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs Sun Dec 9 04:54:22 2012 (r244046)
+++ head/sys/dev/usb/usbdevs Sun Dec 9 09:58:44 2012 (r244047)
@@ -721,6 +721,7 @@ vendor RTSYSTEMS 0x2100 RTSYSTEMS
vendor VIALABS 0x2109 VIA Labs
vendor ERICSSON 0x2282 Ericsson
vendor MOTOROLA2 0x22b8 Motorola
+vendor WETELECOM 0x22de WeTelecom
vendor TRIPPLITE 0x2478 Tripp-Lite
vendor HIROSE 0x2631 Hirose Electric
vendor NHJ 0x2770 NHJ
@@ -4194,6 +4195,9 @@ product WESTERN HUB 0x0500 USB HUB
product WESTERN MYBOOK 0x0901 MyBook External HDD
product WESTERN MYPASSWORD 0x0704 MyPassword External HDD
+/* WeTelecom products */
+product WETELECOM WM_D200 0x6801 WM-D200
+
/* WIENER Plein & Baus GmbH products */
product WIENERPLEINBAUS PL512 0x0010 PL512 PSU
product WIENERPLEINBAUS RCM 0x0011 RCM Remote Control
More information about the svn-src-all
mailing list