aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/gadget/g_audio.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-15/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-1/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky2015-01-051-3/+3
* Make sure the USB audio level residue is non-zero.Hans Petter Selasky2014-08-071-1/+2
* Add handler for read-back of USB audio volume levels.Hans Petter Selasky2014-08-051-0/+10
* per style(9):David E. O'Brien2013-07-241-3/+3
* Add some USB gadget example drivers for USB audio, USB keyboard,Hans Petter Selasky2013-07-221-0/+613