summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_dev.c
Commit message (Expand)AuthorAgeFilesLines
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededthompsa2009-06-151-13/+13
* Make variables static where appropriate.thompsa2009-06-131-1/+1
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-34/+34
* Place the fifo and ref counting variables on the stack to prevent races.thompsa2009-06-021-99/+90
* Fix multithread issue where the is_uref variable was not set and clearedthompsa2009-06-021-8/+23
* Revert the size_t part of the last commit for the moment, this blows up thethompsa2009-05-301-9/+9
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-21/+21
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-93/+93
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-2/+2
* Check the correct variable for IO_NDELAY.thompsa2009-05-131-2/+2
* MFp4 //depot/projects/usb@159864thompsa2009-04-051-44/+32
* MFp4 //depot/projects/usb@159806thompsa2009-04-051-4/+4
* Set the endpoint on the preallocated fifo so it doesnt get matched as anthompsa2009-03-221-0/+2
* Improve debugging output around ioctls.thompsa2009-03-221-3/+6
* Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.thompsa2009-03-201-0/+3
* MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-201-13/+13
* MFp4 //depot/projects/usb @159430thompsa2009-03-201-1/+0
* MFp4 //depot/projects/usb 159225,159241,159292thompsa2009-03-171-52/+62
* Fix usb2_poll not to return an error number as the function return value is athompsa2009-03-051-9/+5
* A couple of style nits in the last committhompsa2009-02-281-6/+3
* - Remove the usb interface number from the device nodes as it is not needed.thompsa2009-02-281-44/+14
* Change the last references to PRIV_ROOT. /dev/usb used to be world writable sothompsa2009-02-271-1/+1
* Change USB over to make_dev() for all device nodes, previously it hooked intothompsa2009-02-271-983/+384
* Fix compiler warning.thompsa2009-02-241-0/+1
* MFp4 //depot/projects/usb@157974thompsa2009-02-241-0/+9
* Move the new USB stack into its new home.thompsa2009-02-231-0/+2814
OpenPOWER on IntegriCloud