aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/template/usb_template.c
Commit message (Expand)AuthorAgeFilesLines
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-13/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-1/+1
* Add cdceem(4) driver, for virtual ethernet devices compliantEdward Tomasz Napierala2019-08-071-0/+3
* Clarify that USB bus power consumption is measured in mA at 5V.Edward Tomasz Napierala2018-05-241-1/+1
* Centralize USB device mode bus power reporting, and addEdward Tomasz Napierala2018-05-231-8/+37
* Add a "multifunction" device side USB template, which provides massEdward Tomasz Napierala2018-05-171-0/+3
* Fix off-by-one in usb_decode_str_desc(). Previously it would decodeEdward Tomasz Napierala2018-05-171-1/+6
* Add sysctls to control device side USB identifiers. This makes itEdward Tomasz Napierala2018-01-201-0/+48
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Resolve deadlock between device_detach() and usbd_do_request_flags()Hans Petter Selasky2016-09-051-2/+2
* dev/usb: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-2/+2
* Add USB MIDI template for USB device side mode.Hans Petter Selasky2015-06-011-0/+3
* Add usb template SERIALNET allowing us to have both USB CDC EthernetRuslan Bukin2015-01-131-0/+3
* Add new USB phone descriptor template for USB device side mode.Hans Petter Selasky2014-08-051-3/+6
* 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
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-0/+4
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-1/+1
* Correct some bInterval USB template descriptor values.Hans Petter Selasky2011-12-061-1/+1
* Style change.Hans Petter Selasky2011-11-121-2/+2
* - Add more USB templates for various USB device classesHans Petter Selasky2011-06-231-3/+45
* Minor cleanup:Hans Petter Selasky2011-02-091-1/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+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-111-19/+12
* 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-231-9/+28
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-116/+116
* 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-281-92/+92
* 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
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+1312