| Commit message (Expand) | Author | Age | Files | Lines |
| * | usb(4): Quirk for non-compliant USB devices. | Hans Petter Selasky | 2022-09-03 | 1 | -0/+10 |
| * | MFC r368659 and r368664: | Hans Petter Selasky | 2020-12-28 | 1 | -2/+13 |
| * | MFC r366536: | Hans Petter Selasky | 2020-10-20 | 1 | -3/+17 |
| * | MFC r364932: | Hans Petter Selasky | 2020-09-21 | 1 | -3/+4 |
| * | MFC r342778: | Hans Petter Selasky | 2019-01-18 | 1 | -2/+3 |
| * | Improve the kernel's USB descriptor reading function. | Hans Petter Selasky | 2018-06-27 | 1 | -2/+27 |
| * | Permit "(", ")", ":", and "/" in USB string descriptors. | Edward Tomasz Napierala | 2018-05-19 | 1 | -1/+5 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Improve USB polling mode by not locking any mutexes, asserting any | Hans Petter Selasky | 2016-09-14 | 1 | -3/+3 |
| * | Resolve deadlock between device_detach() and usbd_do_request_flags() | Hans Petter Selasky | 2016-09-05 | 1 | -12/+3 |
| * | Make a bunch of USB debug SYSCTLs tunable, so that their value(s) can | Hans Petter Selasky | 2015-01-05 | 1 | -10/+10 |
| * | Implement better error recovery for Transaction Translators, TTs, | Hans Petter Selasky | 2014-01-13 | 1 | -3/+24 |
| * | - Try to fix build of 32-bit compatibility USB support for FreeBSD and | Hans Petter Selasky | 2013-08-12 | 1 | -1/+0 |
| * | - Add more defines to limit USB memory usage and number of allocations | Hans Petter Selasky | 2013-05-03 | 1 | -5/+43 |
| * | Add some defines to limit USB memory usage in reduced memory systems. | Hans Petter Selasky | 2013-05-03 | 1 | -6/+8 |
| * | Fix typo. | Hans Petter Selasky | 2013-03-13 | 1 | -2/+2 |
| * | - Make quirk for reading device descriptor from broken USB devices. | Hans Petter Selasky | 2013-03-13 | 1 | -19/+33 |
| * | Resolve a LOR after r246616. Protect control requests using the USB device | Hans Petter Selasky | 2013-02-13 | 1 | -16/+12 |
| * | Fix some nits. | Hans Petter Selasky | 2013-02-05 | 1 | -2/+0 |
| * | Modify the FreeBSD USB kernel code so that it can be compiled directly | Hans Petter Selasky | 2013-01-30 | 1 | -0/+4 |
| * | Make several timing parameters of the USB enumeration sequence tuneable. | Hans Petter Selasky | 2012-10-24 | 1 | -73/+7 |
| * | Fix typo. | Hans Petter Selasky | 2012-09-20 | 1 | -1/+1 |
| * | Add support for the so-called streams feature of BULK endpoints | Hans Petter Selasky | 2012-08-12 | 1 | -3/+6 |
| * | Fix compiler warnings, mostly signed issues, | Hans Petter Selasky | 2012-04-02 | 1 | -1/+1 |
| * | Add definitions and structures for USB 2.0 Link Power Management, LPM. | Hans Petter Selasky | 2012-04-02 | 1 | -0/+54 |
| * | Improve support for USB 3.0 HUBs. In certain states we | Hans Petter Selasky | 2012-01-13 | 1 | -18/+56 |
| * | - Try to fix support for USB 3.0 HUBs. | Hans Petter Selasky | 2012-01-12 | 1 | -0/+24 |
| * | Style change. | Hans Petter Selasky | 2011-11-12 | 1 | -1/+1 |
| * | Add sysctl to not reset the device on clear stall failures, to | Hans Petter Selasky | 2011-08-19 | 1 | -1/+13 |
| * | Do not block zero report ID. It is correct value for devices with single | Alexander Motin | 2011-08-09 | 1 | -1/+1 |
| * | Fix for VirtualBox 4.x and other virtual machines that fail | Hans Petter Selasky | 2011-07-16 | 1 | -7/+28 |
| * | Improve enumeration of Low- and Full-speed devices connected through a | Hans Petter Selasky | 2011-06-06 | 1 | -1/+99 |
| * | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin | 2011-01-11 | 1 | -1/+0 |
| * | Re-add a status check which sneaked out during r214804. | Hans Petter Selasky | 2010-12-07 | 1 | -0/+4 |
| * | Add code to warm reset a USB 3.0 port. | Hans Petter Selasky | 2010-11-04 | 1 | -4/+97 |
| * | This commit adds full support for USB 3.0 devices in host and device | Hans Petter Selasky | 2010-10-04 | 1 | -24/+187 |
| * | Add more strict USB string filtering. | Hans Petter Selasky | 2010-10-04 | 1 | -6/+13 |
| * | Reduce diffs to p4. | Andrew Thompson | 2010-05-12 | 1 | -24/+163 |
| * | If a USB device is suspended and a USB set config request is issued when the | Andrew Thompson | 2010-05-12 | 1 | -6/+18 |
| * | Use a more obvious prefix for the USB control (endpoint 0) transfers rather | Andrew Thompson | 2010-04-22 | 1 | -2/+2 |
| * | Properly name the sxlocks, mutexes and condvars. | Andrew Thompson | 2010-04-22 | 1 | -4/+4 |
| * | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | Andrew Thompson | 2010-04-22 | 1 | -6/+6 |
| * | Remove overuse of exclamation marks in kernel printfs, there mere fact a | Andrew Thompson | 2009-11-26 | 1 | -2/+2 |
| * | USB core: | Alfred Perlstein | 2009-07-30 | 1 | -4/+4 |
| * | - Make struct usb_xfer opaque so that drivers can not access the internals | Andrew Thompson | 2009-06-23 | 1 | -9/+29 |
| * | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | Andrew Thompson | 2009-06-15 | 1 | -152/+152 |
| * | Remove usb2_cv_* and just use the kernel condvar implementation, it was needed | Andrew Thompson | 2009-06-15 | 1 | -2/+2 |
| * | Rename usb pipes to endpoints as it better represents what they are, and struct | Andrew Thompson | 2009-06-07 | 1 | -25/+25 |
| * | Reorgansise the logic for tranversing the pipe list. | Andrew Thompson | 2009-06-02 | 1 | -9/+9 |
| * | s/usb2_/usb_/ on all typedefs for the USB stack. | Andrew Thompson | 2009-05-29 | 1 | -48/+48 |