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
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
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