aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/template
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson2009-11-261-3/+3
| | | | | | | | | message has been printed is enough to get someones attention. Also remove the line number for DPRINTF/DPRINTFN, it already prints the funtion name and a unique message. Notes: svn path=/head/; revision=199816
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-234-19/+91
| | | | | | | - Reduce the number of headers needed for a usb driver, the common case is just usb.h and usbdi.h Notes: svn path=/head/; revision=194677
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-155-130/+130
| | | | Notes: svn path=/head/; revision=194228
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-9/+9
| | | | Notes: svn path=/head/; revision=193045
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-285-149/+149
| | | | Notes: svn path=/head/; revision=192984
* Use enums for speed and rev data types.Andrew Thompson2009-05-211-8/+8
| | | | Notes: svn path=/head/; revision=192500
* MFp4 //depot/projects/usb@160930Andrew Thompson2009-04-221-3/+4
| | | | | | | | | | Change the roothub exec functions to take the usb request and data pointers directly rather than placing them on the parent bus struct. Submitted by: Hans Petter Selasky Notes: svn path=/head/; revision=191402
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-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 Notes: svn path=/head/; revision=190174
* Also use proper capitalisation of FreeBSD in other source files.Ed Schouten2009-02-244-4/+4
| | | | | | | Approved by: thompsa Notes: svn path=/head/; revision=189002
* Move the new USB stack into its new home.Andrew Thompson2009-02-235-0/+2167
Notes: svn path=/head/; revision=188942