summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/template
Commit message (Collapse)AuthorAgeFilesLines
* isochronous endpoint descriptors should have two more bytes which are zero bythompsa2010-03-111-7/+16
| | | | | | default. Submitted by: Hans Petter Selasky
* - make the usb_temp_setup() and usb_temp_unsetup() functions public so thatthompsa2010-03-113-21/+17
| | | | | | | | | other modules can generate USB descriptors. - extend the vendor specific request function by one length pointer argument, because not all descriptors store the length in the first byte. For example HID descriptors. Submitted by: Hans Petter Selasky
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-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.
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-234-19/+91
| | | | - 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-155-130/+130
|
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-9/+9
|
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-285-149/+149
|
* Use enums for speed and rev data types.thompsa2009-05-211-8/+8
|
* MFp4 //depot/projects/usb@160930thompsa2009-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
* 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
* Also use proper capitalisation of FreeBSD in other source files.ed2009-02-244-4/+4
| | | | Approved by: thompsa
* Move the new USB stack into its new home.thompsa2009-02-235-0/+2167
OpenPOWER on IntegriCloud