Date: Fri, 11 Dec 2009 00:57:30 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r200376 - head/sys/dev/usb/serial Message-ID: <200912110057.nBB0vU4n080313@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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),
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912110057.nBB0vU4n080313>