diff options
author | eadler <eadler@FreeBSD.org> | 2012-11-29 00:32:03 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-11-29 00:32:03 +0000 |
commit | 6602edb8edc891a2d8434bf7ed74dc3b7d3c4f40 (patch) | |
tree | 7c6875244027e347df7643465de4928b9dda66ae /sys/dev/usb/serial/u3g.c | |
parent | e505bfee023bc1d6052d8bf6586e67565394d5db (diff) | |
download | FreeBSD-src-6602edb8edc891a2d8434bf7ed74dc3b7d3c4f40.zip FreeBSD-src-6602edb8edc891a2d8434bf7ed74dc3b7d3c4f40.tar.gz |
Add support for AT&T Sierra Wireless USB 3G adapter
PR: kern/173982
Submitted by: Eric Camachat <eric@camachat.org>
Approved by: cperciva (implicit)
MFC after: 1 week
Diffstat (limited to 'sys/dev/usb/serial/u3g.c')
-rw-r--r-- | sys/dev/usb/serial/u3g.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/serial/u3g.c b/sys/dev/usb/serial/u3g.c index 193c71b..aae42e5 100644 --- a/sys/dev/usb/serial/u3g.c +++ b/sys/dev/usb/serial/u3g.c @@ -213,6 +213,7 @@ static const STRUCT_USB_HOST_ID u3g_devs[] = { U3G_DEV(ACERP, H10, 0), U3G_DEV(AIRPLUS, MCD650, 0), U3G_DEV(AIRPRIME, PC5220, 0), + U3G_DEV(AIRPRIME, AC313U, 0), U3G_DEV(ALINK, 3G, 0), U3G_DEV(ALINK, 3GU, 0), U3G_DEV(ALINK, DWM652U5, 0), |