OSDN Git Service

USB: add quirk for WORLDE Controller KS49 or Prodipe MIDI 49C USB controller
authorMaxence Duprès <xpros64@hotmail.fr>
Wed, 8 Aug 2018 23:56:33 +0000 (23:56 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Sep 2018 06:35:07 +0000 (08:35 +0200)
commit34f1df0ff035c4e14decea8d439b785f4f913bc4
tree4bf6bc8535602936541c9ee6da5d61d196c817c1
parent637acc7bdebc53500f13d7da1b37825e21b2e588
USB: add quirk for WORLDE Controller KS49 or Prodipe MIDI 49C USB controller

commit 9b83a1c301ad6d24988a128c69b42cbaaf537d82 upstream.

WORLDE Controller KS49 or Prodipe MIDI 49C USB controller
cause a -EPROTO error, a communication restart and loop again.

This issue has already been fixed for KS25.
https://lore.kernel.org/patchwork/patch/753077/

I just add device 201 for KS49 in quirks.c to get it works.

Signed-off-by: Laurent Roux <xpros64@hotmail.fr>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/quirks.c