Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the device_delete_all_children() function from usb_util.c | hselasky | 2011-11-19 | 1 | -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 internals | thompsa | 2009-06-23 | 1 | -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. | thompsa | 2009-06-15 | 1 | -3/+3 |
| | |||||
* | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | thompsa | 2009-06-15 | 1 | -5/+5 |
| | |||||
* | Remove usb2_cv_* and just use the kernel condvar implementation, it was needed | thompsa | 2009-06-15 | 1 | -19/+0 |
| | | | | | earlier since condition variables didnt work with Giant but this was fixed 10 months ago. | ||||
* | MFp4 //depot/projects/usb@159446 | thompsa | 2009-03-20 | 1 | -1/+0 |
| | | | | | | Remove unused and depreciated function: usb2_get_devid(). Submitted by: Hans Petter Selasky | ||||
* | MFp4 //depot/projects/usb@159392 | thompsa | 2009-03-20 | 1 | -1/+1 |
| | | | | | | Add ifdefs for making parts of usb conditional. Submitted by: Hans Petter Selasky | ||||
* | Move the new USB stack into its new home. | thompsa | 2009-02-23 | 1 | -0/+57 |