summaryrefslogtreecommitdiff
path: root/sys/dev/usb/template
AgeCommit message (Expand)Author
2025-03-04usb: Kill left-over cdefs.h includesWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
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-06-01Set bDeviceClass properly for composite device (template 8). There shouldEdward 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-22Add new PIDs for Audio, CDCE, MTP, and Mass Storage, fromEdward Tomasz Napierala
2018-05-21Add a somewhat ugly hack that makes OSX serial device node namesEdward Tomasz Napierala
2018-05-21Improve description strings for USB device-mode serial ports.Edward Tomasz Napierala
2018-05-21Use USB Vendor Identifiers and Product Identifiers provided by V-USBEdward Tomasz Napierala
2018-05-19Fix whitespace; no functional changes.Edward Tomasz Napierala
2018-05-19Add #defines for vendor/product USB IDs. No functional changes.Edward Tomasz Napierala
2018-05-18Stop claiming the device-side USB serial interfaces talk Hayes AT.Edward 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-05-15Fix sysctl description.Edward Tomasz Napierala
2018-02-07Give USB template SYSUNINIT()'s a uniq name to avoid symbol name collisionHans Petter Selasky
2018-01-21Add missing manufacturer/serial number string descriptors.Edward Tomasz Napierala
2018-01-20Remove unused index.Edward Tomasz Napierala
2018-01-20Add missing SPDX tags; the rest of the license text is the same as in otherEdward 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
2017-10-15Replace some magic numbers in usb_template(4) code with #defines.Edward Tomasz Napierala
2016-09-05Resolve deadlock between device_detach() and usbd_do_request_flags()Hans Petter Selasky
2016-07-29Fix MTP description in the comment.Edward Tomasz Napierala
2016-05-02dev/usb: minor spelling fixes in comments.Pedro F. Giffuni
2015-06-03Fix spelling.Hans Petter Selasky
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-30Use string literals in string descriptors for marginallyHans Petter Selasky
2013-01-30Provide one global language string descriptor forHans Petter Selasky
2013-01-30Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky
2013-01-28Remove some extra and not needed space characters.Hans 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 some comments about the origin of some USB descriptors.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