aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_msctest.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some statical clang analyzer warnings.Hans Petter Selasky2013-05-251-1/+1
* - Move scratch data from the USB bus structure to the USB device structureHans Petter Selasky2013-02-101-7/+2
* Fix some nits.Hans Petter Selasky2013-02-051-1/+1
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-0/+4
* Fix more regression issue after r244503.Hans Petter Selasky2012-12-241-4/+7
* Fix regression issue after r244503.Hans Petter Selasky2012-12-231-5/+8
* Make sure all USB drivers allocate buffer memoryHans Petter Selasky2012-12-201-24/+28
* If a USB mass storage device doesn't respond properlyHans Petter Selasky2012-10-301-2/+5
* Improve auto-quirks detection for certain Kingston memory sticks.Hans Petter Selasky2012-08-131-1/+41
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-2/+3
* Fix a compile warning with clang.Hans Petter Selasky2011-12-031-1/+1
* Style change.Hans Petter Selasky2011-11-121-2/+2
* Improve USB mass storage quirk auto detection.Hans Petter Selasky2011-10-291-0/+28
* Reduce USB memory usage during enumeration.Hans Petter Selasky2011-09-141-3/+4
* Some USB mass storage devices requires that the sense informationHans Petter Selasky2011-09-051-2/+33
* This patch adds automatic detection of USB mass storage devicesHans Petter Selasky2011-09-021-4/+89
* Remove duplicate header includesKevin Lo2011-06-281-1/+0
* - Move execution of event handlers into the probe and attach function so thatHans Petter Selasky2011-06-241-0/+18
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* We already have dummy receive buffer in sc->buffer.Gleb Smirnoff2010-10-121-3/+6
* Remove extra assignment.Gleb Smirnoff2010-10-061-1/+0
* Add support to Alcatel/TCTMobile X080S USB 3G modem. The device needsGleb Smirnoff2010-10-061-0/+7
* Add support for the E1752 3G modem and the required eject command.Andrew Thompson2010-02-141-0/+8
* Fix debug printf on 64bit arches.Andrew Thompson2010-01-071-1/+1
* Improve u3g device ejecting by providing additional methods for the ejectAndrew Thompson2010-01-061-113/+145
* Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson2009-11-261-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-47/+63
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-21/+21
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededAndrew Thompson2009-06-151-4/+4
* Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson2009-05-301-3/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-16/+16
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-15/+15
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-21/+21
* MFp4 //depot/projects/usb@159517Andrew Thompson2009-03-201-3/+0
* MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson2009-03-201-9/+9
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-03-201-1/+0
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+578