| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use __containerof() instead of home-rolled versions. | John Baldwin | 2020-12-17 | 1 | -2/+1 |
| * | usb: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -41/+0 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many) | Pawel Biernacki | 2020-02-15 | 1 | -1/+2 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | dev/usb: minor spelling fixes in comments. | Pedro F. Giffuni | 2016-05-02 | 1 | -1/+1 |
| * | Try to resolve infinite interrupts by clearing an undocumented | Hans Petter Selasky | 2015-02-17 | 1 | -1/+2 |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -4/+2 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -2/+4 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -4/+2 |
| * | Separate I/O errors from reception of STALL PID. | Hans Petter Selasky | 2014-01-13 | 1 | -2/+7 |
| * | USB method structures for USB controllers and USB pipes should be | Hans Petter Selasky | 2013-12-11 | 1 | -13/+13 |
| * | Revert r251023 until a more proper solution is found | Hans Petter Selasky | 2013-05-28 | 1 | -13/+0 |
| * | Workaround for for a problem seen with ATI Technologies EHCI | Hans Petter Selasky | 2013-05-27 | 1 | -0/+13 |
| * | Modify the FreeBSD USB kernel code so that it can be compiled directly | Hans Petter Selasky | 2013-01-30 | 1 | -3/+6 |
| * | Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack. | Hans Petter Selasky | 2012-10-26 | 1 | -4/+3 |
| * | Make several timing parameters of the USB enumeration sequence tuneable. | Hans Petter Selasky | 2012-10-24 | 1 | -2/+2 |
| * | Inherit USB mode from RootHUB port where the USB device is connected. | Hans Petter Selasky | 2012-10-01 | 1 | -4/+0 |
| * | Fix compiler warnings, mostly signed issues, | Hans Petter Selasky | 2012-04-02 | 1 | -7/+5 |
| * | Implement better support for USB controller suspend and resume. | Hans Petter Selasky | 2011-12-14 | 1 | -27/+29 |
| * | Style change. | Hans Petter Selasky | 2011-11-12 | 1 | -1/+1 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin | 2011-01-11 | 1 | -1/+0 |
| * | Change argument for usbd_get_dma_delay() from USB bus to USB device, some | Andrew Thompson | 2010-09-02 | 1 | -1/+1 |
| * | Add support for LOW speed BULK transfers. This mode is not recommended by the | Andrew Thompson | 2010-06-22 | 1 | -3/+1 |
| * | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | Andrew Thompson | 2010-04-22 | 1 | -17/+17 |
| * | Remove unused uhci_dump_qhs(). | Edward Tomasz Napierala | 2010-01-08 | 1 | -27/+0 |
| * | Provide tunables for some of the usb sysctls that affect boot behaviour. | Andrew Thompson | 2009-11-22 | 1 | -0/+4 |
| * | Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover for | Andrew Thompson | 2009-10-15 | 1 | -0/+1 |
| * | USB CORE: | Alfred Perlstein | 2009-07-30 | 1 | -0/+1 |
| * | - Make struct usb_xfer opaque so that drivers can not access the internals | Andrew Thompson | 2009-06-23 | 1 | -3/+22 |
| * | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | Andrew Thompson | 2009-06-15 | 1 | -77/+77 |
| * | Rename usb pipes to endpoints as it better represents what they are, and struct | Andrew Thompson | 2009-06-07 | 1 | -40/+40 |
| * | s/usb2_/usb_/ on all typedefs for the USB stack. | Andrew Thompson | 2009-05-29 | 1 | -9/+9 |
| * | s/usb2_/usb_/ on all C structs for the USB stack. | Andrew Thompson | 2009-05-28 | 1 | -79/+79 |
| * | Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*. | Andrew Thompson | 2009-05-21 | 1 | -3/+3 |
| * | - rename usb2_mode to usb_mode [1] | Andrew Thompson | 2009-05-21 | 1 | -2/+2 |
| * | Make sure the frame list base address is re-programmed after stopping the USB | Andrew Thompson | 2009-05-05 | 1 | -37/+50 |
| * | Revert part of r191494 which used the udev state to mark suspending, this needs | Andrew Thompson | 2009-05-05 | 1 | -5/+3 |
| * | Track the usb device state as its powered on, addressed and configured. This ... | Andrew Thompson | 2009-04-25 | 1 | -3/+3 |
| * | MFp4 //depot/projects/usb@160930 | Andrew Thompson | 2009-04-22 | 1 | -50/+56 |
| * | Remove usb_sw_transfer.[ch] which are now empty after r190735. | Andrew Thompson | 2009-04-06 | 1 | -1/+0 |
| * | Provide a better commit log for r190735, forced by making a whitespace change. | Andrew Thompson | 2009-04-06 | 1 | -1/+1 |
| * | MFp4 //depot/projects/usb@159946 | Andrew Thompson | 2009-04-05 | 1 | -8/+0 |
| * | MFp4 //depot/projects/usb@159922 | Andrew Thompson | 2009-04-05 | 1 | -180/+29 |
| * | MFp4 //depot/projects/usb @159479,159502,159516,159522,159529 | Andrew Thompson | 2009-03-20 | 1 | -25/+45 |
| * | MFp4 //depot/projects/usb @159431,159437,159438 | Andrew Thompson | 2009-03-20 | 1 | -2/+3 |
| * | MFp4 //depot/projects/usb @159430 | Andrew Thompson | 2009-03-20 | 1 | -2/+1 |
| * | MFp4 //depot/projects/usb@157853 | Andrew Thompson | 2009-02-24 | 1 | -31/+8 |
| * | Move the new USB stack into its new home. | Andrew Thompson | 2009-02-23 | 1 | -0/+3381 |