summaryrefslogtreecommitdiff
path: root/sys/dev/usb/template
Commit message (Expand)AuthorAgeFilesLines
* MFC r328985:Hans Petter Selasky2020-02-0310-10/+10
* MFC r328219:Edward Tomasz Napierala2018-04-166-20/+142
* MFC r328197:Edward Tomasz Napierala2018-04-161-1/+0
* MFC r328196:Edward Tomasz Napierala2018-04-163-0/+6
* MFC r328194:Edward Tomasz Napierala2018-04-1612-399/+1029
* MFC r324626:Edward Tomasz Napierala2018-04-167-44/+44
* Revert r330897:Eitan Adler2018-03-299-18/+0
* Partial merge of the SPDX changesEitan Adler2018-03-149-0/+18
* MFC r303476:Edward Tomasz Napierala2016-11-031-1/+1
* MFC r305421:Hans Petter Selasky2016-09-121-2/+2
* dev/usb: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-2/+2
* Fix spelling.Hans Petter Selasky2015-06-031-1/+1
* Add USB MIDI template for USB device side mode.Hans Petter Selasky2015-06-013-0/+244
* Add usb template SERIALNET allowing us to have both USB CDC EthernetRuslan Bukin2015-01-133-0/+391
* Add new USB phone descriptor template for USB device side mode.Hans Petter Selasky2014-08-053-3/+426
* USB method structures for USB controllers and USB pipes should beHans Petter Selasky2013-12-111-1/+1
* - Add more defines to limit USB memory usage and number of allocationsHans Petter Selasky2013-05-031-7/+4
* - Move scratch data from the USB bus structure to the USB device structureHans Petter Selasky2013-02-101-26/+39
* Use string literals in string descriptors for marginallyHans Petter Selasky2013-01-307-101/+30
* Provide one global language string descriptor forHans Petter Selasky2013-01-307-42/+22
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-308-21/+39
* Remove some extra and not needed space characters.Hans Petter Selasky2013-01-283-3/+3
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-1/+1
* Correct some bInterval USB template descriptor values.Hans Petter Selasky2011-12-064-10/+10
* Style change.Hans Petter Selasky2011-11-121-2/+2
* - Add some comments about the origin of some USB descriptors.Hans Petter Selasky2011-06-233-1/+10
* - Add more USB templates for various USB device classesHans Petter Selasky2011-06-239-11/+1155
* Minor cleanup:Hans Petter Selasky2011-02-091-1/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-114-4/+0
* isochronous endpoint descriptors should have two more bytes which are zero byAndrew Thompson2010-03-111-7/+16
* - make the usb_temp_setup() and usb_temp_unsetup() functions public so thatAndrew Thompson2010-03-113-21/+17
* Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson2009-11-261-3/+3
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-234-19/+91
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-155-130/+130
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-9/+9
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-285-149/+149
* Use enums for speed and rev data types.Andrew Thompson2009-05-211-8/+8
* MFp4 //depot/projects/usb@160930Andrew Thompson2009-04-221-3/+4
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-03-201-1/+0
* Also use proper capitalisation of FreeBSD in other source files.Ed Schouten2009-02-244-4/+4
* Move the new USB stack into its new home.Andrew Thompson2009-02-235-0/+2167