Re: [Alsa-devel] about usb midi endpoints quirks

2003-07-31 Thread Clemens Ladisch
Martin Langer wrote: > On Wed, Jul 30, 2003 at 09:58:18AM +0200, Clemens Ladisch wrote: > > The MIDI quirk structure has separate fields for input and > > output endpoints, so you must not use 0x80 in this case. > > must not??? > > It doesn't work with the 0x80 flag!!! > Only the 0x00 flag works! T

Re: [Alsa-devel] about usb midi endpoints quirks

2003-07-30 Thread Martin Langer
On Wed, Jul 30, 2003 at 09:58:18AM +0200, Clemens Ladisch wrote: > Martin Langer wrote: > > looking into usbquirks.h I saw that audio endpoints follow the rule: > > 0x0... for output > > 0x8... for input > > I think that's absolutely ok! > > This is for the endpoint field of the audiofor

Re: [Alsa-devel] about usb midi endpoints quirks

2003-07-30 Thread Clemens Ladisch
Martin Langer wrote: > looking into usbquirks.h I saw that audio endpoints follow the rule: > 0x0... for output > 0x8... for input > I think that's absolutely ok! This is for the endpoint field of the audioformat structure. > And now: If I jump into the usb-midi world and try a simi