Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2013 17:41:05 +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: r245427 - in head/sys/dev/usb: . serial
Message-ID:  <201301141741.r0EHf5dl068738@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Mon Jan 14 17:41:04 2013
New Revision: 245427
URL: http://svnweb.freebsd.org/changeset/base/245427

Log:
  Add new u3g device quirk.
  
  Submitted by:	Lowell Gilbert
  MFC after:	1 week

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 Jan 14 16:40:50 2013	(r245426)
+++ head/sys/dev/usb/serial/u3g.c	Mon Jan 14 17:41:04 2013	(r245427)
@@ -356,6 +356,7 @@ static const STRUCT_USB_HOST_ID u3g_devs
 	U3G_DEV(NOVATEL, V740, 0),
 	U3G_DEV(NOVATEL, X950D, 0),
 	U3G_DEV(NOVATEL, XU870, 0),
+	U3G_DEV(MOTOROLA2, MB886, U3GINIT_SCSIEJECT),
 	U3G_DEV(OPTION, E6500, 0),
 	U3G_DEV(OPTION, E6501, 0),
 	U3G_DEV(OPTION, E6601, 0),

Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs	Mon Jan 14 16:40:50 2013	(r245426)
+++ head/sys/dev/usb/usbdevs	Mon Jan 14 17:41:04 2013	(r245427)
@@ -2939,6 +2939,7 @@ product MOTOROLA2 A41XV32X	0x2a22	A41x/V
 product MOTOROLA2 E398		0x4810	E398 Mobile Phone
 product MOTOROLA2 USBLAN	0x600c	USBLAN
 product MOTOROLA2 USBLAN2	0x6027	USBLAN
+product MOTOROLA2 MB886		0x710f	MB886 Mobile Phone (Atria HD)
 product MOTOROLA4 RT2770	0x9031	RT2770
 product MOTOROLA4 RT3070	0x9032	RT3070
 



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