| Commit message (Expand) | Author | Age | Files | Lines |
| * | Avoid starting the USB transfer if an error is already pending. | Hans Petter Selasky | 2011-09-20 | 1 | -4/+6 |
| * | Reset clear-stall error counter before setting up the USB control transfers. | Hans Petter Selasky | 2011-06-06 | 1 | -0/+5 |
| * | - Improvements to USB PF solution | Hans Petter Selasky | 2011-04-03 | 1 | -3/+26 |
| * | - Add support for software pre-scaling of ISOCHRONOUS transfers. | Hans Petter Selasky | 2011-02-28 | 1 | -0/+2 |
| * | Minor cleanup: | Hans Petter Selasky | 2011-02-09 | 1 | -0/+2 |
| * | Make USB packet filtering code optional. | Hans Petter Selasky | 2011-01-18 | 1 | -3/+6 |
| * | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin | 2011-01-11 | 1 | -1/+0 |
| * | Adds a USB packet filter feature to the stack that it could capture | Weongyo Jeong | 2010-11-22 | 1 | -0/+8 |
| * | This commit adds full support for USB 3.0 devices in host and device | Hans Petter Selasky | 2010-10-04 | 1 | -45/+137 |
| * | Change argument for usbd_get_dma_delay() from USB bus to USB device, some | Andrew Thompson | 2010-09-02 | 1 | -8/+14 |
| * | Add support for LOW speed BULK transfers. This mode is not recommended by the | Andrew Thompson | 2010-06-22 | 1 | -1/+1 |
| * | Use a more obvious prefix for the USB control (endpoint 0) transfers rather | Andrew Thompson | 2010-04-22 | 1 | -12/+12 |
| * | Properly name the sxlocks, mutexes and condvars. | Andrew Thompson | 2010-04-22 | 1 | -1/+1 |
| * | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | Andrew Thompson | 2010-04-22 | 1 | -1/+1 |
| * | Make sure there is a way to reset the endpoint FIFO on transfer errors for | Andrew Thompson | 2010-03-11 | 1 | -4/+18 |
| * | Remove overuse of exclamation marks in kernel printfs, there mere fact a | Andrew Thompson | 2009-11-26 | 1 | -10/+10 |
| * | Improve High Speed slot allocation mechanism by moving the computation to the | Andrew Thompson | 2009-11-22 | 1 | -3/+17 |
| * | improve support for high speed isochronous endpoints which does not run 1:1, | Andrew Thompson | 2009-11-08 | 1 | -0/+23 |
| * | Fix a corner case where usbd_transfer_drain() can return too early if the | Andrew Thompson | 2009-11-01 | 1 | -1/+19 |
| * | Add extra safety locking when clobbering xfer->flags_int.started in start and | Andrew Thompson | 2009-09-28 | 1 | -7/+21 |
| * | MFp4 @ 168387 | Andrew Thompson | 2009-09-28 | 1 | -3/+3 |
| * | - Patch to allow USB controller to resume operation after | Alfred Perlstein | 2009-08-24 | 1 | -4/+0 |
| * | USB CORE: | Alfred Perlstein | 2009-07-30 | 1 | -6/+90 |
| * | Sync to p4 | Andrew Thompson | 2009-06-27 | 1 | -8/+39 |
| * | Fix a typeo in the frame len function to unbreak the build, make it shorter | Andrew Thompson | 2009-06-23 | 1 | -2/+2 |
| * | - Make struct usb_xfer opaque so that drivers can not access the internals | Andrew Thompson | 2009-06-23 | 1 | -33/+195 |
| * | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | Andrew Thompson | 2009-06-15 | 1 | -197/+197 |
| * | Remove usb2_cv_* and just use the kernel condvar implementation, it was needed | Andrew Thompson | 2009-06-15 | 1 | -4/+4 |
| * | Rename usb pipes to endpoints as it better represents what they are, and struct | Andrew Thompson | 2009-06-07 | 1 | -65/+65 |
| * | Revert the size_t part of the last commit for the moment, this blows up the | Andrew Thompson | 2009-05-30 | 1 | -8/+8 |
| * | s/usb2_/usb_/ on all typedefs for the USB stack. | Andrew Thompson | 2009-05-29 | 1 | -25/+25 |
| * | s/usb2_/usb_/ on all C structs for the USB stack. | Andrew Thompson | 2009-05-28 | 1 | -99/+99 |
| * | Improve device mode (gadget) stall handling. | Andrew Thompson | 2009-05-21 | 1 | -2/+6 |
| * | Use enums for speed and rev data types. | Andrew Thompson | 2009-05-21 | 1 | -9/+9 |
| * | - rename usb2_mode to usb_mode [1] | Andrew Thompson | 2009-05-21 | 1 | -9/+9 |
| * | The transfer must return USB_ERR_CANCELLED when the device is gone due to the | Andrew Thompson | 2009-05-13 | 1 | -1/+5 |
| * | Revert part of r191494 which used the udev state to mark suspending, this needs | Andrew Thompson | 2009-05-05 | 1 | -9/+8 |
| * | Track the usb device state as its powered on, addressed and configured. This ... | Andrew Thompson | 2009-04-25 | 1 | -15/+28 |
| * | MFp4 //depot/projects/usb@160706 | Andrew Thompson | 2009-04-22 | 1 | -1/+10 |
| * | 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 | -38/+28 |
| * | MFp4 //depot/projects/usb@159922 | Andrew Thompson | 2009-04-05 | 1 | -1/+4 |
| * | MFp4 //depot/projects/usb@159909 | Andrew Thompson | 2009-04-05 | 1 | -76/+124 |
| * | MFp4 //depot/projects/usb @159479,159502,159516,159522,159529 | Andrew Thompson | 2009-03-20 | 1 | -17/+34 |
| * | MFp4 //depot/projects/usb @159431,159437,159438 | Andrew Thompson | 2009-03-20 | 1 | -29/+29 |
| * | MFp4 //depot/projects/usb@159392 | Andrew Thompson | 2009-03-20 | 1 | -10/+27 |
| * | MFp4 //depot/projects/usb @159430 | Andrew Thompson | 2009-03-20 | 1 | -1/+0 |
| * | MFp4 //depot/projects/usb@157853 | Andrew Thompson | 2009-02-24 | 1 | -112/+6 |
| * | MFp4 //depot/projects/usb@157847 | Andrew Thompson | 2009-02-24 | 1 | -70/+68 |
| * | Move the new USB stack into its new home. | Andrew Thompson | 2009-02-23 | 1 | -0/+2826 |