Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2015 18:21:57 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r287828 - in head/sys/dev/usb: . serial
Message-ID:  <201509151821.t8FILvuZ028394@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga (ports committer)
Date: Tue Sep 15 18:21:56 2015
New Revision: 287828
URL: https://svnweb.freebsd.org/changeset/base/287828

Log:
  Add support for Sierra MC7355 card
  
  Submitted by:	Jeremy Porter <jporter@netgate.com>
  Approved by:	loos
  Obtained from:	pfSense
  MFC after:	1 week
  Sponsored by:	Rubicon Communications (Netgate)

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 Sep 15 18:01:59 2015	(r287827)
+++ head/sys/dev/usb/serial/u3g.c	Tue Sep 15 18:21:56 2015	(r287828)
@@ -525,6 +525,7 @@ static const STRUCT_USB_HOST_ID u3g_devs
 	U3G_DEV(SIERRA, MC5727_2, 0),
 	U3G_DEV(SIERRA, MC5728, 0),
 	U3G_DEV(SIERRA, MC7354, 0),
+	U3G_DEV(SIERRA, MC7355, 0),
 	U3G_DEV(SIERRA, MC8700, 0),
 	U3G_DEV(SIERRA, MC8755, 0),
 	U3G_DEV(SIERRA, MC8755_2, 0),

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Tue Sep 15 18:01:59 2015	(r287827)
+++ head/sys/dev/usb/usbdevs	Tue Sep 15 18:21:56 2015	(r287828)
@@ -4044,6 +4044,7 @@ product SIERRA E6892		0x6892	E6892
 product SIERRA E6893		0x6893	E6893
 product SIERRA MC8700		0x68A3	MC8700
 product SIERRA MC7354		0x68C0	MC7354
+product SIERRA MC7355		0x9041	MC7355
 product SIERRA AC313U		0x68aa	Sierra Wireless AirCard 313U
 product SIERRA TRUINSTALL	0x0fff	Aircard Tru Installer
 



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