On Wed, 23 Nov 2011, Tobias Theobald wrote: > [1.] One line summary of the problem: LED controller from MSI GX680R > timeouts while initializing reports [ ... snip ... ] > [X.] Other notes, patches, fixes, workarounds: Patch that enters the > information to the files described: > > diff -r -u a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h > --- a/drivers/hid/hid-ids.h 2011-11-08 01:16:02.000000000 +0100 > +++ b/drivers/hid/hid-ids.h 2011-11-11 14:21:45.412237135 +0100 > @@ -501,6 +501,9 @@ > #define USB_DEVICE_ID_MS_DIGITAL_MEDIA_3K 0x0730 > #define USB_DEVICE_ID_MS_COMFORT_MOUSE_4500 0x076c > > +#define USB_VENDOR_ID_MSI 0x1770 > +#define USB_DEVICE_ID_MSI_GX680R_LED_PANEL 0xff00 > + > #define USB_VENDOR_ID_MOJO 0x8282 > #define USB_DEVICE_ID_RETRO_ADAPTER 0x3201 > > diff -r -u a/drivers/hid/usbhid/hid-quirks.c b/drivers/hid/usbhid/hid-quirks.c > --- a/drivers/hid/usbhid/hid-quirks.c 2011-11-08 01:16:02.000000000 +0100 > +++ b/drivers/hid/usbhid/hid-quirks.c 2011-11-11 14:23:53.338904217 +0100 > @@ -90,6 +90,7 @@ > { USB_VENDOR_ID_CHICONY, USB_DEVICE_ID_CHICONY_MULTI_TOUCH, > HID_QUIRK_MULTI_INPUT }, > { USB_VENDOR_ID_CHICONY, USB_DEVICE_ID_CHICONY_WIRELESS, > HID_QUIRK_MULTI_INPUT }, > { USB_VENDOR_ID_SIGMA_MICRO, USB_DEVICE_ID_SIGMA_MICRO_KEYBOARD, > HID_QUIRK_NO_INIT_REPORTS }, > + { USB_VENDOR_ID_MSI, USB_DEVICE_ID_MSI_GX680R_LED_PANEL, > HID_QUIRK_NO_INIT_REPORTS }, > { 0, 0 } > }; > > Please look over the patch (idk if the format is correct, so sorry if > it isn't) and if possible commit it. If you need any more information > just email me. I hope I could help :) Thanks for the detailed report and the patch. Unfortunately I have to ask you a couple things before I can apply it: - the patch got damaged by your e-mail client (line-wrapped), so the tools would not understand it. Please consult Documentation/email-clients.txt for some hint; in worst case, please attach the patch as text/plain attachment - I'd need your Signed-off-by: line as described in Documentation/SubmittingPatches Thank you, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html