Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 2013 09:10:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/180017: commit references a PR
Message-ID:  <201306270910.r5R9A26K069827@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/180017; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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