It had been forgotten to attach patch, sorry.

From: [email protected]
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

--- 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
--- 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),
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to