ZTE AC8710
Alexandr <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
Hello! I have ZTE AC8710 modem, which is not recognized by u3g driver on my 8-STABLE: In CD-mode it has following vendor/product id: hp6710# usbconfig -d 3.2 dump_device_desc|grep id idVendor = 0x19d2 idProduct = 0xfff5 In modem mode: hp6710# usbconfig -d 3.2 dump_device_desc | grep id idVendor = 0x19d2 idProduct = 0xffff Now I'm using usb_modeswitch utility to change modem's mode and my own patch against usbdevs which make this modem works with u3g driver: --- sys/dev/usb/usbdevs 2011-07-30 13:15:48.377599847 +0300 +++ sys/dev/usb/usbdevs 2011-07-30 13:16:23.665666626 +0300 @@ -2707,7 +2707,7 @@ product QUALCOMMINC ZTE_STOR 0x2000 USB ZTE Storage product QUALCOMMINC E2002 0x2002 3G modem product QUALCOMMINC E2003 0x2003 3G modem -product QUALCOMMINC AC8710 0xfff1 3G modem +product QUALCOMMINC AC8710 0xffff 3G modem product QUALCOMMINC AC2726 0xfff5 3G modem product QUALCOMMINC AC8700 0xfffe CDMA 1xEVDO USB modem Can anyone add support of this modem to u3g? Thanks! _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[email protected]"