| Commit message (Expand) | Author | Age | Files | Lines |
* | - Try to fix build of 32-bit compatibility USB support for FreeBSD and | hselasky | 2013-08-12 | 1 | -1/+0 |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | sbz | 2013-01-30 | 1 | -1/+1 |
* | Modify the FreeBSD USB kernel code so that it can be compiled directly | hselasky | 2013-01-30 | 1 | -0/+4 |
* | Fix compiler warnings, mostly signed issues, | hselasky | 2012-04-02 | 1 | -1/+1 |
* | Style change. | hselasky | 2011-11-12 | 1 | -6/+6 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 1 | -1/+0 |
* | Add missing MODULE_VERSION() definitions, this resolves problems around | thompsa | 2010-09-01 | 1 | -0/+1 |
* | Use a more obvious prefix for the USB control (endpoint 0) transfers rather | thompsa | 2010-04-22 | 1 | -1/+1 |
* | Make sure the bsd_urb_list gets initialised and that new URB's are queued at | thompsa | 2010-03-28 | 1 | -1/+2 |
* | - Add usb_fill_bulk_urb() and usb_bulk_msg() linux compat functions [1] | thompsa | 2009-11-01 | 1 | -7/+73 |
* | Temporarily revert the new-bus locking for 8.0 release. It will be | jhb | 2009-08-20 | 1 | -7/+20 |
* | Make the newbus subsystem Giant free by adding the new newbus sxlock. | attilio | 2009-08-02 | 1 | -20/+7 |
* | USB CORE - compat Linux: | alfred | 2009-07-30 | 1 | -18/+58 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 1 | -31/+47 |
* | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | thompsa | 2009-06-15 | 1 | -31/+31 |
* | Remove usb2_cv_* and just use the kernel condvar implementation, it was needed | thompsa | 2009-06-15 | 1 | -4/+4 |
* | Free the correct memory pointer. | thompsa | 2009-06-12 | 1 | -1/+1 |
* | Rename usb pipes to endpoints as it better represents what they are, and struct | thompsa | 2009-06-07 | 1 | -10/+10 |
* | Revert the size_t part of the last commit for the moment, this blows up the | thompsa | 2009-05-30 | 1 | -5/+5 |
* | s/usb2_/usb_/ on all typedefs for the USB stack. | thompsa | 2009-05-29 | 1 | -14/+14 |
* | s/usb2_/usb_/ on all C structs for the USB stack. | thompsa | 2009-05-28 | 1 | -82/+58 |
* | - rename usb2_mode to usb_mode [1] | thompsa | 2009-05-21 | 1 | -2/+2 |
* | Remove USB shutdown methods from device drivers as its the host controllers | thompsa | 2009-05-05 | 1 | -19/+0 |
* | MFp4 //depot/projects/usb@159909 | thompsa | 2009-04-05 | 1 | -11/+11 |
* | MFp4 //depot/projects/usb @159431,159437,159438 | thompsa | 2009-03-20 | 1 | -12/+12 |
* | MFp4 //depot/projects/usb @159430 | thompsa | 2009-03-20 | 1 | -1/+0 |
* | Rename the ushub device class back to uhub as it was in the old usb stack, | thompsa | 2009-03-02 | 1 | -1/+1 |
* | Move the new USB stack into its new home. | thompsa | 2009-02-23 | 1 | -0/+1653 |