Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Oct 2010 14:29:00 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/usb usb_msctest.c usb_msctest.h usbdevs src/sys/dev/usb/serial u3g.c
Message-ID:  <201010061429.o96ETH71056371@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glebius     2010-10-06 14:29:00 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          usb_msctest.c usb_msctest.h usbdevs 
    sys/dev/usb/serial   u3g.c 
  Log:
  SVN rev 213480 on 2010-10-06 14:29:00Z by glebius
  
  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
  
  Revision  Changes    Path
  1.39      +5 -0      src/sys/dev/usb/serial/u3g.c
  1.16      +7 -0      src/sys/dev/usb/usb_msctest.c
  1.8       +1 -0      src/sys/dev/usb/usb_msctest.h
  1.484     +1 -0      src/sys/dev/usb/usbdevs



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010061429.o96ETH71056371>