Date: Mon, 15 Nov 2010 02:27:01 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r215330 - in head/sys/dev/usb: . serial Message-ID: <201011150227.oAF2R11K001136@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011150227.oAF2R11K001136>