diff options
author | hselasky <hselasky@FreeBSD.org> | 2014-01-24 08:22:29 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2014-01-24 08:22:29 +0000 |
commit | 7736d2754511fc4c44ebbe830e9748eb49e25fcf (patch) | |
tree | cdc5898bec8a92fb24511487a121810e01bd3166 | |
parent | 6c824eefbf159c311111716b85c64e42d5fd5940 (diff) | |
download | FreeBSD-src-7736d2754511fc4c44ebbe830e9748eb49e25fcf.zip FreeBSD-src-7736d2754511fc4c44ebbe830e9748eb49e25fcf.tar.gz |
MFC r260534:
Move USB ID from u3g driver to uhso driver.
-rw-r--r-- | sys/dev/usb/net/uhso.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/net/uhso.c b/sys/dev/usb/net/uhso.c index c9d9757..c5f7535 100644 --- a/sys/dev/usb/net/uhso.c +++ b/sys/dev/usb/net/uhso.c @@ -268,6 +268,8 @@ static const STRUCT_USB_HOST_ID uhso_devs[] = { UHSO_DEV(OPTION, ICON401, UHSO_AUTO_IFACE), /* Option GlobeTrotter Module 382 */ UHSO_DEV(OPTION, GMT382, UHSO_AUTO_IFACE), + /* Option GTM661W */ + UHSO_DEV(OPTION, GTM661W, UHSO_AUTO_IFACE), /* Option iCON EDGE */ UHSO_DEV(OPTION, ICONEDGE, UHSO_STATIC_IFACE), /* Option Module HSxPA */ |