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