summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_util.h
Commit message (Collapse)AuthorAgeFilesLines
* Move the device_delete_all_children() function from usb_util.chselasky2011-11-191-1/+0
| | | | | | | | to kern/subr_bus.c. Simplify this function so that it no longer depends on malloc() to execute. Identify a few other places where it makes sense to use device_delete_all_children(). MFC after: 1 week
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-2/+0
| | | | - Reduce the number of headers needed for a usb driver, the common case is just usb.h and usbdi.h
* 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-5/+5
|
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededthompsa2009-06-151-19/+0
| | | | | earlier since condition variables didnt work with Giant but this was fixed 10 months ago.
* MFp4 //depot/projects/usb@159446thompsa2009-03-201-1/+0
| | | | | | Remove unused and depreciated function: usb2_get_devid(). Submitted by: Hans Petter Selasky
* MFp4 //depot/projects/usb@159392thompsa2009-03-201-1/+1
| | | | | | Add ifdefs for making parts of usb conditional. Submitted by: Hans Petter Selasky
* Move the new USB stack into its new home.thompsa2009-02-231-0/+57
OpenPOWER on IntegriCloud