summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_dev.h
Commit message (Expand)AuthorAgeFilesLines
* Resolve a LOR after r246616. Protect control requests using the USB devicehselasky2013-02-131-0/+1
* Modify the FreeBSD USB kernel code so that it can be compiled directlyhselasky2013-01-301-0/+2
* USB core:alfred2009-07-301-2/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-66/+13
* Fix _USB2_* refernces in the header protection defines.thompsa2009-06-151-3/+3
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-24/+24
* Place the fifo and ref counting variables on the stack to prevent races.thompsa2009-06-021-2/+8
* Revert the size_t part of the last commit for the moment, this blows up thethompsa2009-05-301-4/+4
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-25/+25
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-56/+56
* MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-201-9/+10
* MFp4 //depot/projects/usb 159225,159241,159292thompsa2009-03-171-2/+4
* - Remove the usb interface number from the device nodes as it is not needed.thompsa2009-02-281-2/+0
* Change USB over to make_dev() for all device nodes, previously it hooked intothompsa2009-02-271-10/+42
* Move the new USB stack into its new home.thompsa2009-02-231-0/+168
OpenPOWER on IntegriCloud