summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_msctest.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r290327. The compiler warnings seems to be specific to clang v3.5 only.hselasky2015-11-031-3/+2
* Fix some clang compile warnings.hselasky2015-11-031-2/+3
* Add support for DYMO LabelWriter PnP.hselasky2015-05-071-33/+157
* Separate out detection of prevent and allow medium removal quirk.hselasky2015-02-021-7/+22
* Increase the maximum number of dynamic USB quirks. USB memory stickhselasky2015-01-121-3/+8
* Return USB_ERR_INVAL if the eject method is not known.n_hibma2014-08-051-2/+3
* Add a second Huawei SCSI eject command as USB mode switch config filesn_hibma2014-08-051-0/+8
* Reset the error value in the softc before starting a BBB transfer.n_hibma2014-08-051-0/+1
* Make driver detach code in USB mass storage test optional.hselasky2014-05-301-0/+3
* Add support for basic read, write and read capacity disk operations tohselasky2014-05-301-2/+104
* Fix some statical clang analyzer warnings.hselasky2013-05-251-1/+1
* - Move scratch data from the USB bus structure to the USB device structurehselasky2013-02-101-7/+2
* Fix some nits.hselasky2013-02-051-1/+1
* Modify the FreeBSD USB kernel code so that it can be compiled directlyhselasky2013-01-301-0/+4
* Fix more regression issue after r244503.hselasky2012-12-241-4/+7
* Fix regression issue after r244503.hselasky2012-12-231-5/+8
* Make sure all USB drivers allocate buffer memoryhselasky2012-12-201-24/+28
* If a USB mass storage device doesn't respond properlyhselasky2012-10-301-2/+5
* Improve auto-quirks detection for certain Kingston memory sticks.hselasky2012-08-131-1/+41
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-2/+3
* Fix a compile warning with clang.hselasky2011-12-031-1/+1
* Style change.hselasky2011-11-121-2/+2
* Improve USB mass storage quirk auto detection.hselasky2011-10-291-0/+28
* Reduce USB memory usage during enumeration.hselasky2011-09-141-3/+4
* Some USB mass storage devices requires that the sense informationhselasky2011-09-051-2/+33
* This patch adds automatic detection of USB mass storage deviceshselasky2011-09-021-4/+89
* Remove duplicate header includeskevlo2011-06-281-1/+0
* - Move execution of event handlers into the probe and attach function so thathselasky2011-06-241-0/+18
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* We already have dummy receive buffer in sc->buffer.glebius2010-10-121-3/+6
* Remove extra assignment.glebius2010-10-061-1/+0
* Add support to Alcatel/TCTMobile X080S USB 3G modem. The device needsglebius2010-10-061-0/+7
* Add support for the E1752 3G modem and the required eject command.thompsa2010-02-141-0/+8
* Fix debug printf on 64bit arches.thompsa2010-01-071-1/+1
* Improve u3g device ejecting by providing additional methods for the ejectthompsa2010-01-061-113/+145
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-261-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-47/+63
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-21/+21
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededthompsa2009-06-151-4/+4
* Revert the size_t part of the last commit for the moment, this blows up thethompsa2009-05-301-3/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-16/+16
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-15/+15
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-21/+21
* MFp4 //depot/projects/usb@159517thompsa2009-03-201-3/+0
* MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-201-9/+9
* MFp4 //depot/projects/usb @159430thompsa2009-03-201-1/+0
* Move the new USB stack into its new home.thompsa2009-02-231-0/+578
OpenPOWER on IntegriCloud