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

[ Available lists | Index of svn-src-all | Month of Feb 2012 | Week of 14 Feb 2012 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Hans Petter Selasky <hselasky@FreeBSD.org>
Date
14 Feb 2012 21:36:56
Subject
svn commit: r231713 - in head/sys/dev/usb: . serial
Message-ID
201202142136.q1ELauR8020153@svn.freebsd.org


[ Hide this part ]
Author: hselasky
Date: Tue Feb 14 21:36:55 2012
New Revision: 231713
URL: http://svn.freebsd.org/changeset/base/231713

Log:
Add new USB device ID.

MFC after: 3 days
PR: usb/165154

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 Tue Feb 14 20:34:25 2012 (r231712)
+++ head/sys/dev/usb/serial/u3g.c Tue Feb 14 21:36:55 2012 (r231713)
@@ -433,6 +433,7 @@ static const STRUCT_USB_HOST_ID u3g_devs
U3G_DEV(QUANTA, Q111, 0),
U3G_DEV(SIERRA, AC402, 0),
U3G_DEV(SIERRA, AC595U, 0),
+ U3G_DEV(SIERRA, AC313U, 0),
U3G_DEV(SIERRA, AC597E, 0),
U3G_DEV(SIERRA, AC875E, 0),
U3G_DEV(SIERRA, AC875U, 0),

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs Tue Feb 14 20:34:25 2012 (r231712)
+++ head/sys/dev/usb/usbdevs Tue Feb 14 21:36:55 2012 (r231713)
@@ -3005,6 +3005,7 @@ product SIERRA E6892 0x6892 E6892
product SIERRA E6893 0x6893 E6893
product SIERRA MC8700 0x68A3 MC8700
product SIERRA AIRCARD875 0x6820 Aircard 875 HSDPA
+product SIERRA AC313U 0x68aa Sierra Wireless AirCard 313U
product SIERRA TRUINSTALL 0x0fff Aircard Tru Installer

/* Sigmatel products */


Elapsed time: 0.081 seconds