On Wed, Jan 08, 2014 at 10:45:43PM +0700, Lars Melin wrote: > On 2014-01-02 23:59, Dan Williams wrote: > >On Sun, 2013-12-29 at 15:35 +0700, Lars Melin wrote: > >>On 2013-12-29 00:55, Greg KH wrote: > >>>On Sat, Dec 28, 2013 at 02:13:08PM +0000, thomas.takacs.aliz@xxxxxxxxx wrote: > >>>>Hi, > >>>>I've seen this message: tell linux-usb... to add your device to a proper device. > >>>>My USB modem is Alcatel One Touch X080C. > >>>>Please kindly add it or inform me how can I fix it. > >>>What is the full message that is printed out? What is the vendor and > >>>device id of this device? You are using the module parameters to add a > >>>device id to the usb-serial module, we can add the id to the proper > >>>driver if we know the ids of it. > >>> > >>>thanks, > >>> > >>>greg k-h > >>>-- > >>>To unsubscribe from this list: send the line "unsubscribe linux-usb" in > >>>the body of a message to majordomo@xxxxxxxxxxxxxxx > >>>More majordomo info at http://vger.kernel.org/majordomo-info.html > >>Alcatel X085C 1bbb:0012 > >> > >>%DEVICE1BBB0012% = Modem6k, USB\VID_1BBB&PID_0012&MI_00 > >>%DEVICE1BBB0012% = OEMportInstall6k, USB\VID_1BBB&PID_0012&MI_01 > >>%DEVICE1BBB0012% = OEMportInstall6k, USB\VID_1BBB&PID_0012&MI_02 > >>%DEVICE1BBB0012% = OEMportInstallSound, USB\VID_1BBB&PID_0012&MI_03 > >The "6k" indicates that it's likely a Qualcomm-based device like other > >Alcatel/TCT. I would add the Modem, Service, and AT ports to the > >'option' driver using USB inteface numbers (eg, > >USB_DEVICE_INTERFACE_NUMBER using the MI_0x number). Don't bind the > >"Voice" port since it's likely not a serial port. > > > >>DEVICE1BBB0012 = "ALCATEL CDMA Modem USB Modem" > >>DEVICE1BBB0012 = "ALCATEL CDMA Modem Service Port" > >>DEVICE1BBB0012 = "ALCATEL CDMA Modem AT Port" > >>DEVICE1BBB0012 = "ALCATEL CDMA Modem Voice Port" > >> > >> > >>Alcatel X080C 1bbb:00ca > >> > >>%DEVICE1BBB00CA% = Modem6k, USB\VID_1BBB&PID_00CA&MI_00 > >>%DEVICE1BBB00CA% = OEMportInstall6k, USB\VID_1BBB&PID_00CA&MI_01 > >>%DEVICE1BBB00CA% = OEMportInstall6k, USB\VID_1BBB&PID_00CA&MI_02 > >>%DEVICE1BBB00CA% = OEMportInstallSound, USB\VID_1BBB&PID_00CA&MI_03 > >> > >>DEVICE1BBB00CA = "Modem X080C CDMA Modem USB Modem" > >>DEVICE1BBB00CA = "Modem X080C CDMA Modem Service Port" (Diag) > >>DEVICE1BBB00CA = "Modem X080C CDMA Modem AT Port" > >>DEVICE1BBB00CA = "Modem X080C CDMA Modem Voice Port" > >Same here. Bind 'option' to the device's Modem, Service, and AT ports > >by USB interface number but leave Voice alone. > > > >Dan > > > >>-- > >>To unsubscribe from this list: send the line "unsubscribe linux-usb" in > >>the body of a message to majordomo@xxxxxxxxxxxxxxx > >>More majordomo info at http://vger.kernel.org/majordomo-info.html > > > > The Voice Port is afaik serialised PCM data and the interface is present in > other option supported > Alcatel dongles made by T&A Mobile Phones without being blacklisted. > It's up to you or Greg K-H to decide, the info from Windows .inf file I > posted above was in response > to his request for more info which the reporter couldn't provide. Can you convert the above information into a patch for the option driver that people could test out and I could possibly apply? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html