summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_util.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
| | | | | | it internally contain nested includes. Reviewed by: bde
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-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.thompsa2009-06-151-12/+12
|
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededthompsa2009-06-151-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.thompsa2009-05-291-1/+1
|
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-4/+4
|
* Allocate the usb serial, manufacturer and product strings rather than use charthompsa2009-05-271-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.thompsa2009-03-201-2/+0
| | | | Submitted by: Hans Petter Selasky
* MFp4 //depot/projects/usb@159446thompsa2009-03-201-14/+0
| | | | | | Remove unused and depreciated function: usb2_get_devid(). Submitted by: Hans Petter Selasky
* MFp4 //depot/projects/usb@159392thompsa2009-03-201-2/+10
| | | | | | Add ifdefs for making parts of usb conditional. Submitted by: Hans Petter Selasky
* MFp4 //depot/projects/usb @159430thompsa2009-03-201-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.thompsa2009-02-231-0/+346
OpenPOWER on IntegriCloud