svn commit: r243663 - in head/sys/dev/usb: . serial

Eitan Adler eadler at FreeBSD.org
Thu Nov 29 00:32:04 UTC 2012


Author: eadler
Date: Thu Nov 29 00:32:03 2012
New Revision: 243663
URL: http://svnweb.freebsd.org/changeset/base/243663

Log:
  Add support for AT&T Sierra Wireless USB 3G adapter
  
  PR:		kern/173982
  Submitted by:	Eric Camachat <eric at camachat.org>
  Approved by:	cperciva (implicit)
  MFC after:	1 week

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

Modified: head/sys/dev/usb/serial/u3g.c
==============================================================================
--- head/sys/dev/usb/serial/u3g.c	Wed Nov 28 22:04:18 2012	(r243662)
+++ head/sys/dev/usb/serial/u3g.c	Thu Nov 29 00:32:03 2012	(r243663)
@@ -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),

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Wed Nov 28 22:04:18 2012	(r243662)
+++ head/sys/dev/usb/usbdevs	Thu Nov 29 00:32:03 2012	(r243663)
@@ -943,6 +943,7 @@ product AIRPLUS MCD650		0x3198	MCD650 mo
 /* AirPrime products */
 product AIRPRIME PC5220		0x0112	CDMA Wireless PC Card
 product AIRPRIME USB308		0x68A3	USB308 HSPA+ USB Modem
+product AIRPRIME AC313U		0x68aa	Sierra Wireless AirCard 313U
 
 /* AirTies products */
 product AIRTIES RT3070		0x2310	RT3070


More information about the svn-src-all mailing list