summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_device.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r213379, r213426, r213426, r213427, r213432, r213435, r213437, r213439,Andrew Thompson2010-11-271-49/+68
* MFC r212136Andrew Thompson2010-11-191-7/+28
* MFC r212135Andrew Thompson2010-11-191-1/+1
* MFC r209062: fix a few cases where a string is passed via formatAndriy Gapon2010-07-081-1/+1
* MFC r208008Andrew Thompson2010-05-171-3/+30
* MFC r207080Andrew Thompson2010-04-291-23/+23
* MFC r207079Andrew Thompson2010-04-291-19/+19
* MFC r207078Andrew Thompson2010-04-291-2/+2
* MFC r207020, r207027, r207072.Andrew Thompson2010-04-291-4/+98
* MFC r205036Andrew Thompson2010-04-071-1/+0
* MFC r201681Andrew Thompson2010-01-171-1/+1
* MFC r201680Andrew Thompson2010-01-171-2/+1
* MFC r200653Andrew Thompson2009-12-311-76/+75
* MFC r199816Andrew Thompson2009-12-091-11/+11
* MFC r199672Andrew Thompson2009-12-091-1/+1
* MFC r197561Andrew Thompson2009-10-291-2/+3
* MFC r197559Andrew Thompson2009-10-291-21/+63
* MFC r197558Andrew Thompson2009-10-291-1/+3
* MFC r197553Andrew Thompson2009-10-291-17/+13
* MFC: r196489,196498Alfred Perlstein2009-09-021-22/+58
* USB core:Alfred Perlstein2009-07-301-17/+18
* Sync to p4Andrew Thompson2009-06-271-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-9/+29
* Fix usb2_find_descriptor function name.Andrew Thompson2009-06-151-2/+2
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-200/+200
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededAndrew Thompson2009-06-151-5/+5
* Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson2009-06-071-119/+119
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-15/+15
* Free device strings.Andrew Thompson2009-05-291-0/+3
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-128/+128
* Allocate the usb serial, manufacturer and product strings rather than use charAndrew Thompson2009-05-271-95/+45
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-1/+1
* Use enums for speed and rev data types.Andrew Thompson2009-05-211-4/+4
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-21/+21
* Revert part of r191494 which used the udev state to mark suspending, this needsAndrew Thompson2009-05-051-11/+8
* Make the state string descriptions public.Andrew Thompson2009-04-251-9/+17
* Track the usb device state as its powered on, addressed and configured. This ...Andrew Thompson2009-04-251-5/+36
* MFp4 //depot/projects/usb@160930Andrew Thompson2009-04-221-1/+2
* MFp4 //depot/projects/usb@160655Andrew Thompson2009-04-221-5/+15
* MFp4 //depot/projects/usb@160614Andrew Thompson2009-04-221-1/+2
* MFp4 //depot/projects/usb@160413Andrew Thompson2009-04-221-0/+1
* Provide a better commit log for r190735, forced by making a whitespace change.Andrew Thompson2009-04-061-1/+1
* MFp4 //depot/projects/usb@160056Andrew Thompson2009-04-051-35/+9
* MFp4 //depot/projects/usb@159948Andrew Thompson2009-04-051-6/+4
* MFp4 //depot/projects/usb@159922Andrew Thompson2009-04-051-4/+4
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-1/+8
* MFp4 //depot/projects/usb@159897Andrew Thompson2009-04-051-1/+9
* MFp4 //depot/projects/usb@159871Andrew Thompson2009-04-051-4/+4
* MFp4 //depot/projects/usb@159866Andrew Thompson2009-04-051-236/+300
* MFp4 //depot/projects/usb@159811Andrew Thompson2009-04-051-8/+12