| Commit message (Expand) | Author | Age | Files | Lines |
| * | sys: Remove $FreeBSD$: one-line .c comment pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
| * | atmegadci: eliminate unused variables sc, ep_no | Warner Losh | 2022-04-05 | 1 | -7/+0 |
| * | Fix undefined behaviour in the USB controllers | Andrew Turner | 2022-01-12 | 1 | -2/+1 |
| * | Factor out repeated code in the USB controller drivers to avoid bugs | Hans Petter Selasky | 2021-07-10 | 1 | -35/+2 |
| * | usb: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -26/+0 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many) | Pawel Biernacki | 2020-02-15 | 1 | -1/+1 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can | Hans Petter Selasky | 2015-01-05 | 1 | -1/+1 |
| * | - Isochronous transfers should use the alternate next transfer | Hans Petter Selasky | 2014-05-13 | 1 | -7/+9 |
| * | USB method structures for USB controllers and USB pipes should be | Hans Petter Selasky | 2013-12-11 | 1 | -6/+6 |
| * | Use string literals in string descriptors for marginally | Hans Petter Selasky | 2013-01-30 | 1 | -4/+2 |
| * | Provide one global language string descriptor for | Hans Petter Selasky | 2013-01-30 | 1 | -6/+2 |
| * | Modify the FreeBSD USB kernel code so that it can be compiled directly | Hans Petter Selasky | 2013-01-30 | 1 | -3/+6 |
| * | Inherit USB mode from RootHUB port where the USB device is connected. | Hans Petter Selasky | 2012-10-01 | 1 | -4/+0 |
| * | Add support for the so-called streams feature of BULK endpoints | Hans Petter Selasky | 2012-08-12 | 1 | -5/+8 |
| * | Fix compiler warnings, mostly signed issues, | Hans Petter Selasky | 2012-04-02 | 1 | -4/+3 |
| * | Implement better support for USB controller suspend and resume. | Hans Petter Selasky | 2011-12-14 | 1 | -4/+25 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+2 |
| * | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin | 2011-01-11 | 1 | -1/+0 |
| * | Correct some root HUB descriptor fields in multiple controller drivers. | Hans Petter Selasky | 2010-10-13 | 1 | -13/+2 |
| * | Remove overuse of exclamation marks in kernel printfs, there mere fact a | Andrew Thompson | 2009-11-26 | 1 | -2/+4 |
| * | Initialise variable before use. | Andrew Thompson | 2009-11-22 | 1 | -0/+1 |
| * | Clear all interrupts rather than just SETUP packet. | Andrew Thompson | 2009-09-28 | 1 | -2/+2 |
| * | USB CORE: | Alfred Perlstein | 2009-07-30 | 1 | -0/+1 |
| * | Sync to p4 | Andrew Thompson | 2009-06-27 | 1 | -1/+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 | -13/+13 |
| * | Rename usb pipes to endpoints as it better represents what they are, and struct | Andrew Thompson | 2009-06-07 | 1 | -32/+32 |
| * | s/usb2_/usb_/ on all typedefs for the USB stack. | Andrew Thompson | 2009-05-29 | 1 | -7/+7 |
| * | s/usb2_/usb_/ on all C structs for the USB stack. | Andrew Thompson | 2009-05-28 | 1 | -52/+52 |
| * | Improve device mode (gadget) stall handling. | Andrew Thompson | 2009-05-21 | 1 | -1/+2 |
| * | Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*. | Andrew Thompson | 2009-05-21 | 1 | -2/+2 |
| * | - rename usb2_mode to usb_mode [1] | Andrew Thompson | 2009-05-21 | 1 | -4/+4 |
| * | - Add new register definitions | Andrew Thompson | 2009-05-20 | 1 | -10/+29 |
| * | MFp4 //depot/projects/usb@160930 | Andrew Thompson | 2009-04-22 | 1 | -42/+48 |
| * | MFp4 //depot/projects/usb@160708 | Andrew Thompson | 2009-04-22 | 1 | -8/+9 |
| * | 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 | -3/+2 |
| * | MFp4 //depot/projects/usb@159946 | Andrew Thompson | 2009-04-05 | 1 | -4/+0 |
| * | MFp4 //depot/projects/usb@159926 | Andrew Thompson | 2009-04-05 | 1 | -138/+24 |
| * | MFp4 //depot/projects/usb@159922 | Andrew Thompson | 2009-04-05 | 1 | -170/+18 |
| * | MFp4 //depot/projects/usb@159674 | Andrew Thompson | 2009-04-05 | 1 | -1/+4 |
| * | MFp4 //depot/projects/usb@159673 | Andrew Thompson | 2009-04-05 | 1 | -8/+11 |
| * | MFp4 //depot/projects/usb@159671 | Andrew Thompson | 2009-04-05 | 1 | -6/+9 |
| * | MFp4 //depot/projects/usb @159479,159502,159516,159522,159529 | Andrew Thompson | 2009-03-20 | 1 | -32/+41 |
| * | MFp4 //depot/projects/usb @159431,159437,159438 | Andrew Thompson | 2009-03-20 | 1 | -1/+1 |
| * | MFp4 //depot/projects/usb@159392 | Andrew Thompson | 2009-03-20 | 1 | -1/+1 |
| * | MFp4 //depot/projects/usb @159430 | Andrew Thompson | 2009-03-20 | 1 | -1/+0 |
| * | MFp4 //depot/projects/usb 158981,159016,159024 | Andrew Thompson | 2009-03-11 | 1 | -23/+62 |