Re: [PATCH] USB: Add quirk for WORLDE easykey.25 MIDI keyboard

2017-01-24 Thread Lukáš Lalinský
On Tue, Jan 24, 2017 at 8:37 AM, Lukáš Lalinský wrote: > On Tue, Jan 24, 2017 at 8:32 AM, Oliver Neukum wrote: >> Am Montag, den 23.01.2017, 19:36 +0100 schrieb Lukáš Lalinský: >>> I have uploaded both captures here - >>> https://gist.github.com/lalinsky/83148

Re: [PATCH] USB: Add quirk for WORLDE easykey.25 MIDI keyboard

2017-01-23 Thread Lukáš Lalinský
On Tue, Jan 24, 2017 at 8:32 AM, Oliver Neukum wrote: > Am Montag, den 23.01.2017, 19:36 +0100 schrieb Lukáš Lalinský: >> I have uploaded both captures here - >> https://gist.github.com/lalinsky/83148a827d5cd43e79e377d8e1b5ed0d > > Indeed it is does not set a configuratio

Re: [PATCH] USB: Add quirk for WORLDE easykey.25 MIDI keyboard

2017-01-23 Thread Lukáš Lalinský
On Sat, Jan 21, 2017 at 10:08 AM, Greg Kroah-Hartman wrote: > Always use scripts/get_maintainer.pl to determine who to send patches > to, and what mailing list. You forgot linux-usb@vger, which I've now > added... I'm sorry about that. I actually did use scripts/get_maintainer.pl, but it only re

[PATCH] USB: Add quirk for WORLDE easykey.25 MIDI keyboard

2017-01-20 Thread Lukáš Lalinský
[Severity level: Error] [Group: Malformed] Signed-off-by: Lukáš Lalinský --- drivers/usb/core/quirks.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c index d2e50a2..24f9f98 100644 --- a/drivers/usb/core/quirks.c +++ b/drive