ports/180017: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Thu Jun 27 09:10:02 UTC 2013
The following reply was made to PR ports/180017; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/180017: commit references a PR
Date: Thu, 27 Jun 2013 09:06:13 +0000 (UTC)
Author: remko
Date: Thu Jun 27 09:06:00 2013
New Revision: 252294
URL: http://svnweb.freebsd.org/changeset/base/252294
Log:
Add support for the NTT Docomo L-02C card.
PR: 180017
Submitted by: Masaharu FUJITA
Glanced at by: imp
MFC after: 1 week
Modified:
head/sys/dev/usb/serial/u3g.c
Modified: head/sys/dev/usb/serial/u3g.c
==============================================================================
--- head/sys/dev/usb/serial/u3g.c Thu Jun 27 08:12:23 2013 (r252293)
+++ head/sys/dev/usb/serial/u3g.c Thu Jun 27 09:06:00 2013 (r252294)
@@ -391,6 +391,7 @@ static const STRUCT_USB_HOST_ID u3g_devs
U3G_DEV(QISDA, H20_2, 0),
U3G_DEV(QISDA, H21_1, 0),
U3G_DEV(QISDA, H21_2, 0),
+ U3G_DEV(QUALCOMM, NTT_L02C_MODEM, U3GINIT_SCSIEJECT),
U3G_DEV(QUALCOMM2, AC8700, 0),
U3G_DEV(QUALCOMM2, MF330, 0),
U3G_DEV(QUALCOMM2, SIM5218, 0),
_______________________________________________
svn-src-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
More information about the freebsd-ports-bugs
mailing list