Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2012 21:36:55 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r231713 - in head/sys/dev/usb: . serial
Message-ID:  <201202142136.q1ELauR8020153@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202142136.q1ELauR8020153>