Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 1 | -1/+0 |
| | | | | | | it internally contain nested includes. Reviewed by: bde | ||||
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 1 | -3/+22 |
| | | | | - Reduce the number of headers needed for a usb driver, the common case is just usb.h and usbdi.h | ||||
* | s/usb2_/usb_|usbd_/ on all function names for the USB stack. | thompsa | 2009-06-15 | 1 | -12/+12 |
| | |||||
* | Remove usb2_cv_* and just use the kernel condvar implementation, it was needed | thompsa | 2009-06-15 | 1 | -103/+0 |
| | | | | | earlier since condition variables didnt work with Giant but this was fixed 10 months ago. | ||||
* | s/usb2_/usb_/ on all typedefs for the USB stack. | thompsa | 2009-05-29 | 1 | -1/+1 |
| | |||||
* | s/usb2_/usb_/ on all C structs for the USB stack. | thompsa | 2009-05-28 | 1 | -4/+4 |
| | |||||
* | Allocate the usb serial, manufacturer and product strings rather than use char | thompsa | 2009-05-27 | 1 | -4/+0 |
| | | | | arrays in the usb_device struct. This also eliminates USB_HAVE_STRINGS. | ||||
* | Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS. | thompsa | 2009-03-20 | 1 | -2/+0 |
| | | | | Submitted by: Hans Petter Selasky | ||||
* | MFp4 //depot/projects/usb@159446 | thompsa | 2009-03-20 | 1 | -14/+0 |
| | | | | | | Remove unused and depreciated function: usb2_get_devid(). Submitted by: Hans Petter Selasky | ||||
* | MFp4 //depot/projects/usb@159392 | thompsa | 2009-03-20 | 1 | -2/+10 |
| | | | | | | Add ifdefs for making parts of usb conditional. Submitted by: Hans Petter Selasky | ||||
* | MFp4 //depot/projects/usb @159430 | thompsa | 2009-03-20 | 1 | -1/+0 |
| | | | | | | | | | | - Move tunable defines into usb_core.h and dependancy towards usb_defs.h - Leave hardcoded defines in "usb_defs.h". - Allow overriding all tunable defines. - Add more customisable typedefs. - Correct maximum device number. Submitted by: Hans Petter Selasky | ||||
* | Move the new USB stack into its new home. | thompsa | 2009-02-23 | 1 | -0/+346 |