Re: [linux-usb-devel] code review requested for tranzport driver

2007-02-09 Thread Clemens Ladisch
Mike Taht wrote: > 2) Will I need to request specific usb minor numbers for this (raw?, > Alsa?) ALSA's device nodes are handled by the framework. > 3) Is there a midi layer that is a model of it's kind? There is no MIDI driver that converts MIDI from/to something entirely different. However, s

Re: [linux-usb-devel] code review requested for tranzport driver

2007-02-09 Thread Laurent Pinchart
Hi Mike, I'll answer to the best of my knowledge, which means only your question nr 1 will get an answer :-) > I have been working on a usb kernel driver for the frontier designs > "tranzport" control surface. It's a pretty unique device - 20 character > LCD, 7 lights, 21 buttons, and a shuttle

[linux-usb-devel] code review requested for tranzport driver

2007-02-09 Thread Mike Taht
I have been working on a usb kernel driver for the frontier designs "tranzport" control surface. It's a pretty unique device - 20 character LCD, 7 lights, 21 buttons, and a shuttle wheel. Anyway, as I have something that more or less works better than the current ardour2 libusb driver... and as