summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_compat_linux.c
AgeCommit message (Expand)Author
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky
2013-08-12- Try to fix build of 32-bit compatibility USB support for FreeBSD andHans Petter Selasky
2013-01-30Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez
2013-01-30Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky
2012-04-02Fix compiler warnings, mostly signed issues,Hans Petter Selasky
2011-11-12Style change.Hans Petter Selasky
2011-01-11Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin
2010-09-01Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson
2010-04-22Use a more obvious prefix for the USB control (endpoint 0) transfers ratherAndrew Thompson
2010-03-28Make sure the bsd_urb_list gets initialised and that new URB's are queued atAndrew Thompson
2009-11-01- Add usb_fill_bulk_urb() and usb_bulk_msg() linux compat functions [1]Andrew Thompson
2009-08-20Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin
2009-08-02Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao
2009-07-30USB CORE - compat Linux:Alfred Perlstein
2009-06-23- Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson
2009-06-15s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson
2009-06-15Remove usb2_cv_* and just use the kernel condvar implementation, it was neededAndrew Thompson
2009-06-12Free the correct memory pointer.Andrew Thompson
2009-06-07Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson
2009-05-30Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson
2009-05-29s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-05-21- rename usb2_mode to usb_mode [1]Andrew Thompson
2009-05-05Remove USB shutdown methods from device drivers as its the host controllersAndrew Thompson
2009-04-05MFp4 //depot/projects/usb@159909Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159430Andrew Thompson
2009-03-02Rename the ushub device class back to uhub as it was in the old usb stack,Andrew Thompson
2009-02-23Move the new USB stack into its new home.Andrew Thompson