svn commit: r215330 - in head/sys/dev/usb: . serial
Andrew Thompson
thompsa at FreeBSD.org
Mon Nov 15 02:27:01 UTC 2010
Author: thompsa
Date: Mon Nov 15 02:27:01 2010
New Revision: 215330
URL: http://svn.freebsd.org/changeset/base/215330
Log:
Add the Sierra MC8700.
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 Mon Nov 15 00:06:19 2010 (r215329)
+++ head/sys/dev/usb/serial/u3g.c Mon Nov 15 02:27:01 2010 (r215330)
@@ -458,6 +458,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: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs Mon Nov 15 00:06:19 2010 (r215329)
+++ head/sys/dev/usb/usbdevs Mon Nov 15 02:27:01 2010 (r215330)
@@ -2920,6 +2920,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-head
mailing list