summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/umidi_quirks.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* proc.h is way too much header for usb to handle.tedu2013-03-281-2/+1
|
* you probably don't need to include vnode.h or reboot.h. you most definitelytedu2013-03-281-2/+1
| | | | | absolutely do not need to include vnode.h because it includes uvm_extern.h and you want the idiotic TRUE FALSE defines from uvm.
* Add support for Roland UM-ONE, from Tom Ivar Helbekkmo in NetBSD PR 45908.jsg2012-02-281-1/+16
| | | | ok ratchov@
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* #include <sys/lock.h> not needed. i.e. these compile fine without it.krw2007-05-051-2/+1
|
* Move contents of sys/select.h to sys/selinfo.h in preparation for amillert2005-11-211-2/+2
| | | | | userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@.
* better midi stuff from alex@caoua.orgderaadt2004-06-271-1/+192
|
* sync tag with NetBSDnate2003-05-191-2/+2
|
* fixes from NetBSDnate2002-07-091-2/+34
|
* add usb midi support.nate2002-06-111-0/+215
| | | | | untested From NetBSD
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-215/+0
|
* Sync ulpt driver with NetBSDnate2002-05-071-0/+215