summaryrefslogtreecommitdiff
path: root/sys/dev/usb/umidi.c
AgeCommit message (Expand)Author
2002-03-08free_all_endpoints(): Fix a problem with disabled device.kent
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2002-01-02Get rid of a few stray __P().augustss
2001-12-12Use USBD_NO_COPY in for some transfers where it was missing.augustss
2001-11-13add RCSIDslukem
2001-09-29fix for Roland/EDIROL UM-880.tshiozak
2001-05-28fix for UX96 (and all Yamaha specific devices, hopefully).tshiozak
2001-05-25fix forgotten/malformed initialization of some variables.tshiozak
2001-04-07support "running status" handling. midiplay via umidi is working now.tshiozak
2001-02-21make some more constant arrays 'const'jdolecek
2001-02-03separate mididev and jack logically.tshiozak
2001-02-03change how to allocate xfer; alloc xfer when attach and free xfer when detach.tshiozak
2001-01-31correct MUX-MIDI state machine. (EXCL_2 state)tshiozak
2001-01-30initial commit of USB midi driver.tshiozak