diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-12-11 00:57:30 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-12-11 00:57:30 +0000 |
commit | 20b63b6e555ce9cfef13946fae385dfc64cb1073 (patch) | |
tree | 48b2a5260196ed69785e55bc82636747f342c84a | |
parent | 38193a3fb04e6db91d66ab77e5ab17218d17fb72 (diff) | |
download | FreeBSD-src-20b63b6e555ce9cfef13946fae385dfc64cb1073.zip FreeBSD-src-20b63b6e555ce9cfef13946fae385dfc64cb1073.tar.gz |
Revert r199331, the UM175 is in fact a cdc-acm device handled by umodem(4).
-rw-r--r-- | sys/dev/usb/serial/u3g.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/serial/u3g.c b/sys/dev/usb/serial/u3g.c index ec54833..ea40ea6f 100644 --- a/sys/dev/usb/serial/u3g.c +++ b/sys/dev/usb/serial/u3g.c @@ -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), |