aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_msctest.h
Commit message (Collapse)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326255
* Add support for DYMO LabelWriter PnP.Hans Petter Selasky2015-05-071-0/+2
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=282577
* Add a second Huawei SCSI eject command as USB mode switch config filesNick Hibma2014-08-051-0/+1
| | | | | | | | | | | | sometimes use one or the other. Maybe newer Huawei modems switched. Add a quirk for it as well. PR: 145319 Submitted by: rozhuk.im gmail.com Notes: svn path=/head/; revision=269576
* Add support for basic read, write and read capacity disk operations toHans Petter Selasky2014-05-301-0/+9
| | | | | | | | | the USB mass storage test utility file. Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=266873
* 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