summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/umidi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If the MIDI UART is not ready for output, don't spin at IPL_CLOCK;ratchov2012-03-301-51/+17
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* Back out inadvertently commited change.oga2011-06-231-20/+24
* Don't leak the ctrl_data in uvideo_queryctrl, uvideo_s_ctrl and uvideo_g_ctrl.oga2011-06-231-24/+20
* M_WAITOK cleanup of two cases:mk2011-06-171-6/+6
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-7/+1
* remove dying flag in detach() function.yuo2010-09-241-2/+1
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* treat usb vendor/product names as a locator, and have usbd_print handle it,deraadt2007-10-111-6/+1
* Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal,krw2007-10-061-4/+3
* Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andmbalmer2007-06-141-2/+17
* Remove the definition and use of the device_ptr_t which was a struct device *.mbalmer2007-06-121-2/+2
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-15/+15
* Remove the definition and use of the USBDEV macro. It only created confusionmbalmer2007-06-101-3/+3
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-9/+12
* #include <sys/lock.h> not needed. i.e. these compile fine without it.krw2007-05-051-2/+1
* In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesmiod2006-06-231-3/+1
* Add optional flush method to MIDI hardware interface.jsg2006-04-071-83/+140
* Move contents of sys/select.h to sys/selinfo.h in preparation for amillert2005-11-211-2/+2
* Fix bug that caused multi byte MIDI messages to get corruptedjsg2005-09-071-22/+24
* Don't keep the devinfo string on the stack, instead use malloc/free.brad2005-08-011-4/+5
* When processing sysex stop bytes ensure the packet is not corruptedjsg2004-11-201-1/+3
* better midi stuff from alex@caoua.orgderaadt2004-06-271-256/+233
* check for null before memsetnate2003-05-191-2/+2
* string cleanup; nate okderaadt2003-05-071-2/+2
* sync with NetBSDnate2002-11-111-2/+2
* update $NetBSD$ tagsnate2002-07-251-3/+2
* get rid of trailing whitespacenate2002-07-251-4/+4
* fixes from NetBSDnate2002-07-091-9/+15
* add usb midi support.nate2002-06-111-0/+1376
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-1374/+0
* Sync ulpt driver with NetBSDnate2002-05-071-0/+1374