aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_msctest.h
Commit message (Collapse)AuthorAgeFilesLines
* This patch adds automatic detection of USB mass storage devicesHans Petter Selasky2011-09-021-0/+2
| | | | | | | | | | | | | | | which does not support the no synchronize cache SCSI command. The __FreeBSD_version version macro has been bumped and external kernel modules needs to be recompiled after this patch. Approved by: re (kib) MFC after: 1 week PR: usb/160299 Notes: svn path=/head/; revision=225350
* Add support to Alcatel/TCTMobile X080S USB 3G modem. The device needsGleb Smirnoff2010-10-061-0/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=213480
* Add support for the E1752 3G modem and the required eject command.Andrew Thompson2010-02-141-1/+2
| | | | | | | Submitted by: Milan Obuch Notes: svn path=/head/; revision=203905
* Improve u3g device ejecting by providing additional methods for the ejectAndrew Thompson2010-01-061-2/+11
| | | | | | | | | | command in the usb_msctest routines, as well as a general tidyup. This now properly ejects the ZTE MF636, Option Gi0322 and Novatel MC950D devices I have on my desk. Notes: svn path=/head/; revision=201681
* Fix _USB2_* refernces in the header protection defines.Andrew Thompson2009-06-151-3/+3
| | | | Notes: svn path=/head/; revision=194230
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-1/+1
| | | | Notes: svn path=/head/; revision=194228
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-1/+1
| | | | Notes: svn path=/head/; revision=193045
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-1/+1
| | | | Notes: svn path=/head/; revision=192984
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+33
Notes: svn path=/head/; revision=188942