summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_transfer.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r207080Andrew Thompson2010-04-291-12/+12
* MFC r207079Andrew Thompson2010-04-291-1/+1
* MFC r207077Andrew Thompson2010-04-291-1/+1
* MFC r205035Andrew Thompson2010-04-061-4/+18
* MFC r199816Andrew Thompson2009-12-091-10/+10
* MFC r199672Andrew Thompson2009-12-091-3/+17
* MFC r199059Andrew Thompson2009-12-091-0/+23
* MFC r198775Andrew Thompson2009-11-041-1/+19
* MFC r197562Andrew Thompson2009-10-291-7/+21
* MFC r197553Andrew Thompson2009-10-291-3/+3
* MFC: r196489,196498Alfred Perlstein2009-09-021-4/+0
* USB CORE:Alfred Perlstein2009-07-301-6/+90
* Sync to p4Andrew Thompson2009-06-271-8/+39
* Fix a typeo in the frame len function to unbreak the build, make it shorterAndrew Thompson2009-06-231-2/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-33/+195
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-197/+197
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededAndrew Thompson2009-06-151-4/+4
* Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson2009-06-071-65/+65
* Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson2009-05-301-8/+8
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-25/+25
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-99/+99
* Improve device mode (gadget) stall handling.Andrew Thompson2009-05-211-2/+6
* Use enums for speed and rev data types.Andrew Thompson2009-05-211-9/+9
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-9/+9
* The transfer must return USB_ERR_CANCELLED when the device is gone due to theAndrew Thompson2009-05-131-1/+5
* Revert part of r191494 which used the udev state to mark suspending, this needsAndrew Thompson2009-05-051-9/+8
* Track the usb device state as its powered on, addressed and configured. This ...Andrew Thompson2009-04-251-15/+28
* MFp4 //depot/projects/usb@160706Andrew Thompson2009-04-221-1/+10
* Provide a better commit log for r190735, forced by making a whitespace change.Andrew Thompson2009-04-061-1/+1
* MFp4 //depot/projects/usb@159946Andrew Thompson2009-04-051-38/+28
* MFp4 //depot/projects/usb@159922Andrew Thompson2009-04-051-1/+4
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-76/+124
* MFp4 //depot/projects/usb @159479,159502,159516,159522,159529Andrew Thompson2009-03-201-17/+34
* MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson2009-03-201-29/+29
* MFp4 //depot/projects/usb@159392Andrew Thompson2009-03-201-10/+27
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-03-201-1/+0
* MFp4 //depot/projects/usb@157853Andrew Thompson2009-02-241-112/+6
* MFp4 //depot/projects/usb@157847Andrew Thompson2009-02-241-70/+68
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+2826