svn commit: r215505 - in stable/8/sys/dev/usb: . serial

Andrew Thompson thompsa at FreeBSD.org
Fri Nov 19 01:52:34 UTC 2010


Author: thompsa
Date: Fri Nov 19 01:52:34 2010
New Revision: 215505
URL: http://svn.freebsd.org/changeset/base/215505

Log:
  MFC r215330
  
   Add the Sierra MC8700.

Modified:
  stable/8/sys/dev/usb/serial/u3g.c
  stable/8/sys/dev/usb/usbdevs
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/dev/usb/serial/u3g.c
==============================================================================
--- stable/8/sys/dev/usb/serial/u3g.c	Fri Nov 19 01:51:51 2010	(r215504)
+++ stable/8/sys/dev/usb/serial/u3g.c	Fri Nov 19 01:52:34 2010	(r215505)
@@ -453,6 +453,7 @@ static const struct usb_device_id u3g_de
 	U3G_DEV(SIERRA, MC5727, 0),
 	U3G_DEV(SIERRA, MC5727_2, 0),
 	U3G_DEV(SIERRA, MC5728, 0),
+	U3G_DEV(SIERRA, MC8700, 0),
 	U3G_DEV(SIERRA, MC8755, 0),
 	U3G_DEV(SIERRA, MC8755_2, 0),
 	U3G_DEV(SIERRA, MC8755_3, 0),

Modified: stable/8/sys/dev/usb/usbdevs
==============================================================================
--- stable/8/sys/dev/usb/usbdevs	Fri Nov 19 01:51:51 2010	(r215504)
+++ stable/8/sys/dev/usb/usbdevs	Fri Nov 19 01:52:34 2010	(r215505)
@@ -2895,6 +2895,7 @@ product SIERRA C888		0x6890	C888
 product SIERRA C22		0x6891	C22
 product SIERRA E6892		0x6892	E6892
 product SIERRA E6893		0x6893	E6893
+product SIERRA MC8700		0x68A3	MC8700
 product SIERRA AIRCARD875	0x6820	Aircard 875 HSDPA
 product SIERRA TRUINSTALL	0x0fff	Aircard Tru Installer
 


More information about the svn-src-all mailing list