diff options
author | glebius <glebius@FreeBSD.org> | 2010-10-06 14:29:00 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2010-10-06 14:29:00 +0000 |
commit | ff60b600fd22ef1399e00ce49fd2f33d709f10f7 (patch) | |
tree | c32765ccd19abee6d78d5dad1d28e0175cb341e2 /sys/dev/usb/usbdevs | |
parent | ce0838f76027fe60b391104523d17c8dc66b0f8a (diff) | |
download | FreeBSD-src-ff60b600fd22ef1399e00ce49fd2f33d709f10f7.zip FreeBSD-src-ff60b600fd22ef1399e00ce49fd2f33d709f10f7.tar.gz |
Add support to Alcatel/TCTMobile X080S USB 3G modem. The device needs
special eject command to reappear as modem. It also requires DIR_IN flag
in the command message, so we supply some dummy data along with the command.
Feedback from X080S owners appreciated. I have not a pure Alcatel/TCTMobile
device, but another one under "Svyaznoy" (Связной) brand, and I didn't yet
managed to get it working. It is successfully recognized, it responds to
AT commands, but it shuts up right after successfull CONNECT response.
Reviewed by: hps
Diffstat (limited to 'sys/dev/usb/usbdevs')
-rw-r--r-- | sys/dev/usb/usbdevs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 3120963..a733326 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -3148,6 +3148,7 @@ product TAUGA CAMERAMATE 0x0005 CameraMate (DPCM_USB) /* TCTMobile products */ product TCTMOBILE X060S 0x0000 X060S 3G modem +product TCTMOBILE X080S 0xf000 X080S 3G modem /* TDK products */ product TDK UPA9664 0x0115 USB-PDC Adapter UPA9664 |