Re: [opensuse-factory] Re: usb midi keyboard broken [3.3.3 regression] [SOLUTION]

From: Oliver Neukum
Date: Mon Apr 30 2012 - 04:52:19 EST


Am Samstag, 28. April 2012, 23:26:58 schrieb Steffen Müller:
> yes, it works now without blacklisting for autosuspend after build patched
> kernel with this in drivers/usb/core/quirks.c
>
> rf@ThinkpadSM:~/tmp> diff -uNr quirks-org.c quirks.c
> --- quirks-org.c 2012-04-28 23:19:45.440959001 +0200
> +++ quirks.c 2012-04-28 20:38:50.000000000 +0200
> @@ -123,6 +123,9 @@
> /* Guillemot Webcam Hercules Dualpix Exchange*/
> { USB_DEVICE(0x06f8, 0x3005), .driver_info = USB_QUIRK_RESET_RESUME },
>
> + /* Midiman M-Audio Keystation 88es */
> + { USB_DEVICE(0x0763, 0x0192), .driver_info = USB_QUIRK_RESET_RESUME },
> +
> /* M-Systems Flash Disk Pioneers */
> { USB_DEVICE(0x08ec, 0x1000), .driver_info = USB_QUIRK_RESET_RESUME },
>
> rf@ThinkpadSM:~/tmp>

Could you please send a formal patch with "Signed-off-by" and stuff
upstream?

Regards
Oliver
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/