Replies: 3 comments
-
Sorry forgot the add what is the issue, With a MiniDexed device, too many repeated USB midi keyboard key press makes noteoff and noteon messages inverted so the keydown event actually getting processed as noteoff midi message and vice versa. |
Beta Was this translation helpful? Give feedback.
-
Can you try to revert the commit ae00d9d for a test? This is the only one between Step47 and 48, which affected the DWHCI USB host controller driver. But this has nothing to do with gadget mode. I think there have been no modification to the USB MIDI gadget driver in this time interval. If this doesn't help you could only do a |
Beta Was this translation helpful? Give feedback.
-
Have you been able to test this with the reverted commit? |
Beta Was this translation helpful? Give feedback.
-
I was trying to isolate a bug that was introduced somewhere between Step47 and Step48, it may also possible to have this bug previously but it was at least reported as rare Step48 makes it more reproducible in different setups (bunch of different RPis, variety of USB devices).
I see
#ifdef XHCI_DEBUG
is available to us, but it seems my setup (RPi 3A+, loglevel=4) does not provide anything useful.Any ideas on how to gather more information?
Bug lies somewhere between USB - MIDI - GadgetMode.
Beta Was this translation helpful? Give feedback.
All reactions