svn commit: r232036 - in stable/9/sys/dev/usb: . serial
Hans Petter Selasky
hselasky at FreeBSD.org
Thu Feb 23 07:26:59 UTC 2012
Author: hselasky
Date: Thu Feb 23 07:26:58 2012
New Revision: 232036
URL: http://svn.freebsd.org/changeset/base/232036
Log:
MFC r231713:
Add new USB device ID.
PR: usb/165154
Modified:
stable/9/sys/dev/usb/serial/u3g.c
stable/9/sys/dev/usb/usbdevs
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/dev/usb/serial/u3g.c
==============================================================================
--- stable/9/sys/dev/usb/serial/u3g.c Thu Feb 23 07:23:33 2012 (r232035)
+++ stable/9/sys/dev/usb/serial/u3g.c Thu Feb 23 07:26:58 2012 (r232036)
@@ -432,6 +432,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: stable/9/sys/dev/usb/usbdevs
==============================================================================
--- stable/9/sys/dev/usb/usbdevs Thu Feb 23 07:23:33 2012 (r232035)
+++ stable/9/sys/dev/usb/usbdevs Thu Feb 23 07:26:58 2012 (r232036)
@@ -3000,6 +3000,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 */
More information about the svn-src-stable-9
mailing list