summaryrefslogtreecommitdiff
path: root/sys/dev/usb/template/usb_template.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-09-01usb: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-15Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki
2019-08-07Add cdceem(4) driver, for virtual ethernet devices compliantEdward Tomasz Napierala
2018-05-24Clarify that USB bus power consumption is measured in mA at 5V.Edward Tomasz Napierala
2018-05-23Centralize USB device mode bus power reporting, and addEdward Tomasz Napierala
2018-05-17Add a "multifunction" device side USB template, which provides massEdward Tomasz Napierala
2018-05-17Fix off-by-one in usb_decode_str_desc(). Previously it would decodeEdward Tomasz Napierala
2018-01-20Add sysctls to control device side USB identifiers. This makes itEdward Tomasz Napierala
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-09-05Resolve deadlock between device_detach() and usbd_do_request_flags()Hans Petter Selasky
2016-05-02dev/usb: minor spelling fixes in comments.Pedro F. Giffuni
2015-06-01Add USB MIDI template for USB device side mode.Hans Petter Selasky
2015-01-13Add usb template SERIALNET allowing us to have both USB CDC EthernetRuslan Bukin
2014-08-05Add new USB phone descriptor template for USB device side mode.Hans Petter Selasky
2013-12-11USB method structures for USB controllers and USB pipes should beHans Petter Selasky
2013-05-03- Add more defines to limit USB memory usage and number of allocationsHans Petter Selasky
2013-02-10- Move scratch data from the USB bus structure to the USB device structureHans Petter Selasky
2013-01-30Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky
2012-04-02Fix compiler warnings, mostly signed issues,Hans Petter Selasky
2011-12-06Correct some bInterval USB template descriptor values.Hans Petter Selasky
2011-11-12Style change.Hans Petter Selasky
2011-06-23- Add more USB templates for various USB device classesHans Petter Selasky
2011-02-09Minor cleanup:Hans Petter Selasky
2011-01-11Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin
2010-03-11isochronous endpoint descriptors should have two more bytes which are zero byAndrew Thompson
2010-03-11- make the usb_temp_setup() and usb_temp_unsetup() functions public so thatAndrew Thompson
2009-11-26Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson
2009-06-23- Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson
2009-06-15s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson
2009-05-29s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-05-21Use enums for speed and rev data types.Andrew Thompson
2009-04-22MFp4 //depot/projects/usb@160930Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159430Andrew Thompson
2009-02-23Move the new USB stack into its new home.Andrew Thompson