From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 21 08:40:02 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 11B44FED for ; Fri, 21 Jun 2013 08:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DE98C12A5 for ; Fri, 21 Jun 2013 08:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5L8e1bl069270 for ; Fri, 21 Jun 2013 08:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5L8e1v0069269; Fri, 21 Jun 2013 08:40:01 GMT (envelope-from gnats) Date: Fri, 21 Jun 2013 08:40:01 GMT Message-Id: <201306210840.r5L8e1v0069269@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Fujita Masaharu Subject: Re: kern/179802: u3g for NTT Docomo L-02C X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Fujita Masaharu List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jun 2013 08:40:02 -0000 The following reply was made to PR kern/179802; it has been noted by GNATS. From: Fujita Masaharu To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/179802: u3g for NTT Docomo L-02C Date: Fri, 21 Jun 2013 17:21:38 +0900 (JST) ----Next_Part(Fri_Jun_21_17_21_38_2013_453)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit It had been forgotten to attach patch, sorry. From: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: kern/179802: u3g for NTT Docomo L-02C Date: Fri, 21 Jun 2013 08:10:00 GMT > Thank you very much for your problem report. > It has the internal identification `kern/179802'. > The individual assigned to look at your > report is: freebsd-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=179802 > > >Category: kern > >Responsible: freebsd-bugs > >Synopsis: u3g for NTT Docomo L-02C > >Arrival-Date: Fri Jun 21 08:10:00 UTC 2013 ----Next_Part(Fri_Jun_21_17_21_38_2013_453)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="usbdevs.txt" --- sys/dev/usb/usbdevs.orig 2010-12-22 02:09:25.000000000 +0900 +++ sys/dev/usb/usbdevs 2013-05-24 16:13:46.000000000 +0900 @@ -2623,6 +2623,8 @@ /* Qualcomm products */ product QUALCOMM CDMA_MSM 0x6000 CDMA Technologies MSM phone +product QUALCOMM NTT_DOCOMO_L02C_MODEM 0x618f NTT DOCOMO L-02C +product QUALCOMM NTT_DOCOMO_L02C_STORAGE 0x61dd NTT DOCOMO L-02C product QUALCOMM2 MF330 0x6613 MF330 product QUALCOMM2 RWT_FCT 0x3100 RWT FCT-CDMA 2000 1xRTT modem product QUALCOMM2 CDMA_MSM 0x3196 CDMA Technologies MSM modem ----Next_Part(Fri_Jun_21_17_21_38_2013_453)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="u3g.txt" --- sys/dev/usb/serial/u3g.c.orig 2010-12-22 02:09:25.000000000 +0900 +++ sys/dev/usb/serial/u3g.c 2013-05-24 16:17:09.000000000 +0900 @@ -355,6 +355,7 @@ U3G_DEV(QUALCOMMINC, AC8700, 0), U3G_DEV(QUALCOMMINC, AC8710, 0), U3G_DEV(QUALCOMMINC, CDMA_MSM, U3GINIT_SCSIEJECT), + U3G_DEV(QUALCOMM, NTT_DOCOMO_L02C_MODEM, U3GINIT_SCSIEJECT), U3G_DEV(QUALCOMMINC, E0002, 0), U3G_DEV(QUALCOMMINC, E0003, 0), U3G_DEV(QUALCOMMINC, E0004, 0), ----Next_Part(Fri_Jun_21_17_21_38_2013_453)----