svn commit: r200376 - head/sys/dev/usb/serial

Andrew Thompson thompsa at FreeBSD.org
Thu Dec 10 16:57:30 PST 2009


Author: thompsa
Date: Fri Dec 11 00:57:30 2009
New Revision: 200376
URL: http://svn.freebsd.org/changeset/base/200376

Log:
  Revert r199331, the UM175 is in fact a cdc-acm device handled by umodem(4).

Modified:
  head/sys/dev/usb/serial/u3g.c

Modified: head/sys/dev/usb/serial/u3g.c
==============================================================================
--- head/sys/dev/usb/serial/u3g.c	Fri Dec 11 00:38:13 2009	(r200375)
+++ head/sys/dev/usb/serial/u3g.c	Fri Dec 11 00:57:30 2009	(r200376)
@@ -173,7 +173,6 @@ MODULE_DEPEND(u3g, usb, 1, 1, 1);
 
 static const struct usb_device_id u3g_devs[] = {
 #define	U3G_DEV(v,p,i) { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, i) }
-	U3G_DEV(CURITEL, UM175, 0),
 	/* OEM: Huawei */
 	U3G_DEV(HUAWEI, MOBILE, U3GFL_HUAWEI_INIT),
 	U3G_DEV(HUAWEI, E180V, U3GFL_HUAWEI_INIT),


More information about the svn-src-head mailing list