aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_compat_linux.c
Commit message (Expand)AuthorAgeFilesLines
* - Try to fix build of 32-bit compatibility USB support for FreeBSD andHans Petter Selasky2013-08-121-1/+0
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+1
* 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-1/+1
* Style change.Hans Petter Selasky2011-11-121-6/+6
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-011-0/+1
* Use a more obvious prefix for the USB control (endpoint 0) transfers ratherAndrew Thompson2010-04-221-1/+1
* Make sure the bsd_urb_list gets initialised and that new URB's are queued atAndrew Thompson2010-03-281-1/+2
* - Add usb_fill_bulk_urb() and usb_bulk_msg() linux compat functions [1]Andrew Thompson2009-11-011-7/+73
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-7/+20
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-20/+7
* USB CORE - compat Linux:Alfred Perlstein2009-07-301-18/+58
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-31/+47
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-31/+31
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededAndrew Thompson2009-06-151-4/+4
* Free the correct memory pointer.Andrew Thompson2009-06-121-1/+1
* Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson2009-06-071-10/+10
* Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson2009-05-301-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-82/+58
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-2/+2
* Remove USB shutdown methods from device drivers as its the host controllersAndrew Thompson2009-05-051-19/+0
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-11/+11
* MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson2009-03-201-12/+12
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-03-201-1/+0
* Rename the ushub device class back to uhub as it was in the old usb stack,Andrew Thompson2009-03-021-1/+1
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+1653