Ernillew / wl500g

Automatically exported from code.google.com/p/wl500g
0 stars 0 forks source link

Device ZTE K3565-Z is not supported in option driver patch #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Device ZTE K3565-Z is not supported in the option driver patch as the USB ID 
(19d2:2000h) is missing.
http://www.linux-usb.org/usb.ids
19d2  ONDA Communication S.p.A.
    0002  ET502HS/MT505UP ZTE MF632
    0031  ZTE MF636
    0064  ZTE MF627 AU
    0103  ZTE MF112
    2000  ZTE MF627/MF628/MF628+ HSDPA
    fff2  Gobi Wireless Modem (QDL mode)
    fff3  Gobi Wireless Modem

What is the expected output? What do you see instead?
Supported USB ID in option driver (1 liner)

What version of the product are you using?
http://code.google.com/p/wl500g/downloads/detail?name=modules-1.9.2.7-d-r1612.tg
z&can=2&q=

Please provide any additional information below.
Can you please add the USB ID quickly and provide a build. Thnx.

Original issue reported on code.google.com by gerhard....@gmail.com on 8 Jul 2010 at 5:54

GoogleCodeExporter commented 9 years ago
USB ID 19d2:2000h is not a valid ID for modem, you have to read about 
usb_modeswitch utility.

Moreover, we have almost same list for VID=19d2, as in kernel 2.6 upstream. 
Just take a look at 
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=driver
s/usb/serial/option.c;h=e280ad8e12f75898850eb03659d513ce1d1dee7b;hb=HEAD

Original comment by lly.dev on 8 Jul 2010 at 6:16

GoogleCodeExporter commented 9 years ago
I'm using already the usb_modeswitch utility which also means that switch is 
ok. But option driver still doesn't detect ZTE K3565-Z. Huawei E160 works well 
...

Original comment by gerhard....@gmail.com on 8 Jul 2010 at 7:07

GoogleCodeExporter commented 9 years ago
In that case, you should know real VID:PID for ZTE K3565-Z in modem mode.

Have you read
 http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?t=419
 http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?t=368

Original comment by lly.dev on 8 Jul 2010 at 7:17