linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* WORLDE Controller KS49 or Prodipe MIDI 49C USB controller
@ 2018-08-08 23:56 Maxence Duprès
  0 siblings, 0 replies; 3+ messages in thread
From: Maxence Duprès @ 2018-08-08 23:56 UTC (permalink / raw)
  To: linux-usb@vger.kernel.org

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

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* WORLDE Controller KS49 or Prodipe MIDI 49C USB controller
@ 2018-08-09  9:28 Greg Kroah-Hartman
  0 siblings, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2018-08-09  9:28 UTC (permalink / raw)
  To: Maxence Duprès; +Cc: linux-usb@vger.kernel.org

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* WORLDE Controller KS49 or Prodipe MIDI 49C USB controller
@ 2018-08-09  9:48 Maxence Duprès
  0 siblings, 0 replies; 3+ messages in thread
From: Maxence Duprès @ 2018-08-09  9:48 UTC (permalink / raw)
  To: linux-usb@vger.kernel.org

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-08-09  9:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-09  9:28 WORLDE Controller KS49 or Prodipe MIDI 49C USB controller Greg Kroah-Hartman
  -- strict thread matches above, loose matches on Subject: below --
2018-08-09  9:48 Maxence Duprès
2018-08-08 23:56 Maxence Duprès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).