diff mbox series

WORLDE Controller KS49 or Prodipe MIDI 49C USB controller

Message ID VI1PR0902MB2191B8914BC044C9DEEE3025DE260@VI1PR0902MB2191.eurprd09.prod.outlook.com (mailing list archive)
State New, archived
Headers show
Series WORLDE Controller KS49 or Prodipe MIDI 49C USB controller | expand

Commit Message

Maxence Duprès Aug. 8, 2018, 11:56 p.m. UTC
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.

This is the patch I propose.

Signed-off-by: Laurent Roux <xpros64@hotmail.fr>
---
  drivers/usb/core/quirks.c | 1 ------
  1 file changed(-)

Comments

Greg Kroah-Hartman Aug. 9, 2018, 9:28 a.m. UTC | #1
On Wed, Aug 08, 2018 at 11:56:33PM +0000, Maxence Duprès wrote:
> 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.
> 
> This is the patch I propose.
> 
> Signed-off-by: Laurent Roux <xpros64@hotmail.fr>
> ---
>   drivers/usb/core/quirks.c | 1 ------
>   1 file changed(-)

THis was a bit corrupted, but I edited it by hand and applied it,
thanks!

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Maxence Duprès Aug. 9, 2018, 9:48 a.m. UTC | #2
Wonderful,

I'm happy to make a little contribution. I have so much to learn on Linux.

Thanks you!

Le 09/08/2018 à 11:28, Greg KH a écrit :
 > On Wed, Aug 08, 2018 at 11:56:33PM +0000, Maxence Duprès wrote:
 >> 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.
 >>
 >> This is the patch I propose.
 >>
 >> Signed-off-by: Laurent Roux <xpros64@hotmail.fr>
 >> ---
 >>   drivers/usb/core/quirks.c | 1 ------
 >>   1 file changed(-)
 >
 > THis was a bit corrupted, but I edited it by hand and applied it,
 > thanks!
 >
 > greg k-h
diff mbox series

Patch

diff -up 1/drivers/usb/core/quirks.c 2/drivers/usb/core/quirks.c
--- 1/drivers/usb/core/quirks.c    2018-08-06 16:18:22.000000000 +0200
+++ 2/drivers/usb/core/quirks.c    2018-08-07 22:22:03.868499000 +0200
@@ -182,6 +182,10 @@  static const struct usb_device_id usb_qu
      { USB_DEVICE(0x0218, 0x0401), .driver_info =
              USB_QUIRK_CONFIG_INTF_STRINGS },

+    /* WORLDE Controller KS49 or Prodipe MIDI 49C USB controller */
+    { USB_DEVICE(0x0218, 0x0201), .driver_info =
+            USB_QUIRK_CONFIG_INTF_STRINGS },
+
      /* HP 5300/5370C scanner */
      { USB_DEVICE(0x03f0, 0x0701), .driver_info =
              USB_QUIRK_STRING_FETCH_255 },