| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r305421: | hselasky | 2016-09-12 | 1 | -2/+2 |
* | MFC r286773: | hselasky | 2015-08-29 | 1 | -16/+42 |
* | MFC r286799: | hselasky | 2015-08-29 | 1 | -1/+4 |
* | MFC r278074: | hselasky | 2015-02-10 | 1 | -4/+27 |
* | MFC r278071: | hselasky | 2015-02-10 | 1 | -0/+28 |
* | MFC r266969 and r276717: | hselasky | 2015-02-05 | 1 | -1/+2 |
* | MFC r263159: | hselasky | 2014-03-22 | 1 | -0/+23 |
* | MFC r261004, r261005 and r261033: | hselasky | 2014-02-04 | 1 | -1/+1 |
* | MFC r260588 and r260589: | hselasky | 2014-01-24 | 1 | -8/+26 |
* | - Move scratch data from the USB bus structure to the USB device structure | hselasky | 2013-02-10 | 1 | -77/+90 |
* | Add defines to more easily allow a single threaded version of the FreeBSD | hselasky | 2013-02-05 | 1 | -11/+11 |
* | Modify the FreeBSD USB kernel code so that it can be compiled directly | hselasky | 2013-01-30 | 1 | -0/+4 |
* | Allocate separate USB buffers for DMA'ed data, so that | hselasky | 2012-12-20 | 1 | -11/+64 |
* | Add support for the so-called streams feature of BULK endpoints | hselasky | 2012-08-12 | 1 | -11/+32 |
* | Consistently use USB_PAGE_SIZE. Currently, this is cosmetic. | marius | 2012-05-26 | 1 | -2/+2 |
* | Make sure the EHCI bandwidth allocation algorithm | hselasky | 2012-05-03 | 1 | -8/+12 |
* | Fix compiler warnings, mostly signed issues, | hselasky | 2012-04-02 | 1 | -1/+2 |
* | Avoid to check the same cache line/variable from all the locking | attilio | 2012-01-28 | 1 | -0/+1 |
* | adapt usb transfer code for SCHEDULER_STOPPED | avg | 2011-12-21 | 1 | -3/+3 |
* | Style change. | hselasky | 2011-11-12 | 1 | -2/+2 |
* | Avoid starting the USB transfer if an error is already pending. | hselasky | 2011-09-20 | 1 | -4/+6 |
* | Reset clear-stall error counter before setting up the USB control transfers. | hselasky | 2011-06-06 | 1 | -0/+5 |
* | - Improvements to USB PF solution | hselasky | 2011-04-03 | 1 | -3/+26 |
* | - Add support for software pre-scaling of ISOCHRONOUS transfers. | hselasky | 2011-02-28 | 1 | -0/+2 |
* | Minor cleanup: | hselasky | 2011-02-09 | 1 | -0/+2 |
* | Make USB packet filtering code optional. | hselasky | 2011-01-18 | 1 | -3/+6 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 1 | -1/+0 |
* | Adds a USB packet filter feature to the stack that it could capture | weongyo | 2010-11-22 | 1 | -0/+8 |
* | This commit adds full support for USB 3.0 devices in host and device | hselasky | 2010-10-04 | 1 | -45/+137 |
* | Change argument for usbd_get_dma_delay() from USB bus to USB device, some | thompsa | 2010-09-02 | 1 | -8/+14 |
* | Add support for LOW speed BULK transfers. This mode is not recommended by the | thompsa | 2010-06-22 | 1 | -1/+1 |
* | Use a more obvious prefix for the USB control (endpoint 0) transfers rather | thompsa | 2010-04-22 | 1 | -12/+12 |
* | Properly name the sxlocks, mutexes and condvars. | thompsa | 2010-04-22 | 1 | -1/+1 |
* | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | thompsa | 2010-04-22 | 1 | -1/+1 |
* | Make sure there is a way to reset the endpoint FIFO on transfer errors for | thompsa | 2010-03-11 | 1 | -4/+18 |
* | Remove overuse of exclamation marks in kernel printfs, there mere fact a | thompsa | 2009-11-26 | 1 | -10/+10 |
* | Improve High Speed slot allocation mechanism by moving the computation to the | thompsa | 2009-11-22 | 1 | -3/+17 |
* | improve support for high speed isochronous endpoints which does not run 1:1, | thompsa | 2009-11-08 | 1 | -0/+23 |
* | Fix a corner case where usbd_transfer_drain() can return too early if the | thompsa | 2009-11-01 | 1 | -1/+19 |
* | Add extra safety locking when clobbering xfer->flags_int.started in start and | thompsa | 2009-09-28 | 1 | -7/+21 |
* | MFp4 @ 168387 | thompsa | 2009-09-28 | 1 | -3/+3 |
* | - Patch to allow USB controller to resume operation after | alfred | 2009-08-24 | 1 | -4/+0 |
* | USB CORE: | alfred | 2009-07-30 | 1 | -6/+90 |
* | Sync to p4 | thompsa | 2009-06-27 | 1 | -8/+39 |
* | Fix a typeo in the frame len function to unbreak the build, make it shorter | thompsa | 2009-06-23 | 1 | -2/+2 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 1 | -33/+195 |
* | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | thompsa | 2009-06-15 | 1 | -197/+197 |
* | Remove usb2_cv_* and just use the kernel condvar implementation, it was needed | thompsa | 2009-06-15 | 1 | -4/+4 |
* | Rename usb pipes to endpoints as it better represents what they are, and struct | thompsa | 2009-06-07 | 1 | -65/+65 |
* | Revert the size_t part of the last commit for the moment, this blows up the | thompsa | 2009-05-30 | 1 | -8/+8 |