summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_msctest.c
Commit message (Expand)AuthorAgeFilesLines
* 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