summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_handle_request.c
Commit message (Expand)AuthorAgeFilesLines
* Resolve a LOR after r246616. Protect control requests using the USB deviceHans Petter Selasky2013-02-131-6/+14
* - Move scratch data from the USB bus structure to the USB device structureHans Petter Selasky2013-02-101-7/+2
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-0/+4
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-3/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Add missing #if'sHans Petter Selasky2010-10-041-0/+2
* - Patch to allow USB controller to resume operation afterAlfred Perlstein2009-08-241-17/+13
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-6/+6
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-6/+6
* USB core:Alfred Perlstein2009-07-301-27/+39
* Sync to p4Andrew Thompson2009-06-271-5/+24
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-14/+34
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-52/+52
* Minor device side improvement. Make sure a not complete state gets paired withAndrew Thompson2009-06-121-31/+31
* Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson2009-06-071-5/+5
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-14/+14
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-26/+26
* MFp4 //depot/projects/usb@160930Andrew Thompson2009-04-221-3/+4
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-2/+0
* MFp4 //depot/projects/usb@159517Andrew Thompson2009-03-201-1/+1
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-03-201-1/+0
* MFp4 //depot/projects/usb@157958Andrew Thompson2009-02-241-0/+4
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+756