summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_dev.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r213431Andrew Thompson2010-11-281-1/+5
* MFC r213379, r213426, r213426, r213427, r213432, r213435, r213437, r213439,Andrew Thompson2010-11-271-13/+36
* MFC r209062: fix a few cases where a string is passed via formatAndriy Gapon2010-07-081-1/+1
* MFC r208007Andrew Thompson2010-05-171-2/+2
* MFC r207080Andrew Thompson2010-04-291-1/+1
* MFC r207079Andrew Thompson2010-04-291-4/+4
* MFC r199816Andrew Thompson2009-12-091-2/+2
* MFC r199675Andrew Thompson2009-12-091-0/+2
* MFC: r196489,196498Alfred Perlstein2009-09-021-11/+8
* MFC 196403: Temporarily revert the new-bus locking for 8.0 release.John Baldwin2009-08-201-6/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+6
* USB core:Alfred Perlstein2009-07-301-16/+67
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-4/+33
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-233/+233
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededAndrew Thompson2009-06-151-13/+13
* Make variables static where appropriate.Andrew Thompson2009-06-131-1/+1
* Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson2009-06-071-34/+34
* Place the fifo and ref counting variables on the stack to prevent races.Andrew Thompson2009-06-021-99/+90
* Fix multithread issue where the is_uref variable was not set and clearedAndrew Thompson2009-06-021-8/+23
* Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson2009-05-301-9/+9
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-21/+21
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-93/+93
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-2/+2
* Check the correct variable for IO_NDELAY.Andrew Thompson2009-05-131-2/+2
* MFp4 //depot/projects/usb@159864Andrew Thompson2009-04-051-44/+32
* MFp4 //depot/projects/usb@159806Andrew Thompson2009-04-051-4/+4
* Set the endpoint on the preallocated fifo so it doesnt get matched as anAndrew Thompson2009-03-221-0/+2
* Improve debugging output around ioctls.Andrew Thompson2009-03-221-3/+6
* Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.Andrew Thompson2009-03-201-0/+3
* MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson2009-03-201-13/+13
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-03-201-1/+0
* MFp4 //depot/projects/usb 159225,159241,159292Andrew Thompson2009-03-171-52/+62
* Fix usb2_poll not to return an error number as the function return value is aAndrew Thompson2009-03-051-9/+5
* A couple of style nits in the last commitAndrew Thompson2009-02-281-6/+3
* - Remove the usb interface number from the device nodes as it is not needed.Andrew Thompson2009-02-281-44/+14
* Change the last references to PRIV_ROOT. /dev/usb used to be world writable soAndrew Thompson2009-02-271-1/+1
* Change USB over to make_dev() for all device nodes, previously it hooked intoAndrew Thompson2009-02-271-983/+384
* Fix compiler warning.Andrew Thompson2009-02-241-0/+1
* MFp4 //depot/projects/usb@157974Andrew Thompson2009-02-241-0/+9
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+2814