Re: Add your device DWM-222 to a proper driver

2017-12-13 Thread Lars Melin

On 12/13/2017 14:18, martin.er...@centrum.cz wrote:

Dear linux development,

please to add device to a proper driver. I wrote this requirement according log 
list message.

My USB modem is D-link DWM-222

Vendor    3G Standard    Default     Id        Modem Id    User     Modem 
Storage    Diag    Protocol(s)

DWM-222 A1        LTE CAT4    2001:ab00    2001:7e35    2    1    5    0    serial 
& qmi



Dear linux user,

DWM-222 A1 with USB Id 2001:7e35 was added to the option driver 4-5 
month ago so it is either a matter of loading the driver or updating 
your kernel to a more recent version.



rgds
Lars

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Add your device DWM-222 to a proper driver

2017-12-12 Thread Greg KH
On Wed, Dec 13, 2017 at 08:18:41AM +0100, martin.er...@centrum.cz wrote:
> Dear linux development,
> 
> please to add device to a proper driver. I wrote this requirement according 
> log list message.
> 
> My USB modem is D-link DWM-222
> 
> Vendor    3G Standard    Default     Id        Modem Id    User     Modem 
> Storage    Diag    Protocol(s)
> 
> DWM-222 A1        LTE CAT4    2001:ab00    2001:7e35    2    1    5    0    
> serial & qmi

What produced this output?

Anyway, thanks, can you provide the output of 'lsusb' for this device so
we know what ids to use?

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Add your device DWM-222 to a proper driver

2017-12-12 Thread martin.ersil
Dear linux development,

please to add device to a proper driver. I wrote this requirement according log 
list message.

My USB modem is D-link DWM-222

Vendor    3G Standard    Default     Id        Modem Id    User     Modem 
Storage    Diag    Protocol(s)

DWM-222 A1        LTE CAT4    2001:ab00    2001:7e35    2    1    5    0    
serial & qmi

Here is log:

root@OpenWrt:~# dmesg |grep usb
[    4.44] usbcore: registered new interface driver usbfs
[    4.44] usbcore: registered new interface driver hub
[    4.45] usbcore: registered new device driver usb
[   13.17] usbcore: registered new interface driver usbserial
[   13.17] usbcore: registered new interface driver usbserial_generic
[   13.18] usbserial: USB Serial support registered for generic
[   13.19] usbcore: registered new interface driver cdc_acm
[   13.21] usbcore: registered new interface driver cdc_wdm
[   13.32] usbcore: registered new interface driver cdc_ether
[   13.54] usbcore: registered new interface driver option
[   13.54] usbserial: USB Serial support registered for GSM modem (1-port)
[   13.57] usbcore: registered new interface driver qmi_wwan
[   13.58] usbcore: registered new interface driver rndis_host
[   19.45] usb 1-1: new high-speed USB device number 2 using ehci-platform
[   19.64] usbserial_generic 1-1:1.0: The "generic" usb-serial driver is 
only for testing and one-off prototypes.
[   19.64] usbserial_generic 1-1:1.0: Tell linux-usb@vger.kernel.org to add 
your device to a proper driver.
[   19.64] usbserial_generic 1-1:1.0: generic converter detected
[   19.64] usb 1-1: generic converter now attached to ttyUSB0
[   19.66] usbserial_generic 1-1:1.0: device disconnected

Best regards
Martin Ersil
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html