| Commit message (Expand) | Author | Age | Files | Lines |
| * | If the MIDI UART is not ready for output, don't spin at IPL_CLOCK; |  ratchov | 2012-03-30 | 1 | -51/+17 |
| * | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -4/+1 |
| * | Back out inadvertently commited change. |  oga | 2011-06-23 | 1 | -20/+24 |
| * | Don't leak the ctrl_data in uvideo_queryctrl, uvideo_s_ctrl and uvideo_g_ctrl. |  oga | 2011-06-23 | 1 | -24/+20 |
| * | M_WAITOK cleanup of two cases: |  mk | 2011-06-17 | 1 | -6/+6 |
| * | garbage collect "usb events". without /dev/usb there is no way to access |  jakemsr | 2011-01-25 | 1 | -7/+1 |
| * | remove dying flag in detach() function. |  yuo | 2010-09-24 | 1 | -2/+1 |
| * | Get rid of devact enum, substitute it with an int and coresponding defines. |  pirofti | 2009-10-13 | 1 | -3/+3 |
| * | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
| * | treat usb vendor/product names as a locator, and have usbd_print handle it, |  deraadt | 2007-10-11 | 1 | -6/+1 |
| * | Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal, |  krw | 2007-10-06 | 1 | -4/+3 |
| * | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and |  mbalmer | 2007-06-14 | 1 | -2/+17 |
| * | Remove the definition and use of the device_ptr_t which was a struct device *. |  mbalmer | 2007-06-12 | 1 | -2/+2 |
| * | Remove the definition and use of the USBDEVNAME macro. |  mbalmer | 2007-06-10 | 1 | -15/+15 |
| * | Remove the definition and use of the USBDEV macro. It only created confusion |  mbalmer | 2007-06-10 | 1 | -3/+3 |
| * | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. |  jsg | 2007-05-27 | 1 | -9/+12 |
| * | #include <sys/lock.h> not needed. i.e. these compile fine without it. |  krw | 2007-05-05 | 1 | -2/+1 |
| * | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does |  miod | 2006-06-23 | 1 | -3/+1 |
| * | Add optional flush method to MIDI hardware interface. |  jsg | 2006-04-07 | 1 | -83/+140 |
| * | Move contents of sys/select.h to sys/selinfo.h in preparation for a |  millert | 2005-11-21 | 1 | -2/+2 |
| * | Fix bug that caused multi byte MIDI messages to get corrupted |  jsg | 2005-09-07 | 1 | -22/+24 |
| * | Don't keep the devinfo string on the stack, instead use malloc/free. |  brad | 2005-08-01 | 1 | -4/+5 |
| * | When processing sysex stop bytes ensure the packet is not corrupted |  jsg | 2004-11-20 | 1 | -1/+3 |
| * | better midi stuff from alex@caoua.org |  deraadt | 2004-06-27 | 1 | -256/+233 |
| * | check for null before memset |  nate | 2003-05-19 | 1 | -2/+2 |
| * | string cleanup; nate ok |  deraadt | 2003-05-07 | 1 | -2/+2 |
| * | sync with NetBSD |  nate | 2002-11-11 | 1 | -2/+2 |
| * | update $NetBSD$ tags |  nate | 2002-07-25 | 1 | -3/+2 |
| * | get rid of trailing whitespace |  nate | 2002-07-25 | 1 | -4/+4 |
| * | fixes from NetBSD |  nate | 2002-07-09 | 1 | -9/+15 |
| * | add usb midi support. |  nate | 2002-06-11 | 1 | -0/+1376 |
| * | Meant to commit only ulpt and committed everything. Most things weren't ready |  nate | 2002-05-07 | 1 | -1374/+0 |
| * | Sync ulpt driver with NetBSD |  nate | 2002-05-07 | 1 | -0/+1374 |