* Re: [PATCH] hid: Fix boot delay for Creative SB Omni Surround 5.1 with quirk [not found] ` <0f11d1a2-a565-0ac2-2e27-b87c1705370a-yn5EusZxFslygrA4Gshslw@public.gmane.org> @ 2016-04-25 12:24 ` Benjamin Tissoires [not found] ` <20160425122434.GE23234-/m+UfqrgI5QNLKR9yMNcA1aTQe2KTcn/@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Benjamin Tissoires @ 2016-04-25 12:24 UTC (permalink / raw) To: Nazar Mokrynskyi Cc: Jiri Kosina, linux-usb-u79uwXL29TY76Z2rM5mHXA, trivial-DgEjT+Ai2ygdnm+yROfE0A, linux-input-u79uwXL29TY76Z2rM5mHXA On Apr 25 2016 or thereabouts, Nazar Mokrynskyi wrote: > Needed for v2 of the device firmware, otherwise kernel will stuck for few > seconds and throw "usb_submit_urb(ctrl) failed: -1" early on system boot. > > Signed-off-by: Nazar Mokrynskyi <nazar-yn5EusZxFslygrA4Gshslw@public.gmane.org> > --- Looks good to me but your mailer might have mangled the lines. Jiri might be able to apply the patch, but next time, please make sure the mailer client does not break lines. Reviewed-by: Benjamin Tissoires <benjamin.tissoires-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> Cheers, Benjamin > drivers/hid/hid-ids.h | 1 + > drivers/hid/usbhid/hid-quirks.c | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h > index c6eaff5..0238f01 100644 > --- a/drivers/hid/hid-ids.h > +++ b/drivers/hid/hid-ids.h > @@ -259,6 +259,7 @@ > #define USB_DEVICE_ID_CORSAIR_K90 0x1b02 > > #define USB_VENDOR_ID_CREATIVELABS 0x041e > +#define USB_DEVICE_ID_CREATIVE_SB_OMNI_SURROUND_51 0x322c > #define USB_DEVICE_ID_PRODIKEYS_PCMIDI 0x2801 > > #define USB_VENDOR_ID_CVTOUCH 0x1ff7 > diff --git a/drivers/hid/usbhid/hid-quirks.c > b/drivers/hid/usbhid/hid-quirks.c > index ed2f68e..53fc856 100644 > --- a/drivers/hid/usbhid/hid-quirks.c > +++ b/drivers/hid/usbhid/hid-quirks.c > @@ -71,6 +71,7 @@ static const struct hid_blacklist { > { USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_3AXIS_5BUTTON_STICK, > HID_QUIRK_NOGET }, > { USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_AXIS_295, HID_QUIRK_NOGET }, > { USB_VENDOR_ID_CHICONY, > USB_DEVICE_ID_CHICONY_PIXART_USB_OPTICAL_MOUSE, HID_QUIRK_ALWAYS_POLL }, > + { USB_VENDOR_ID_CREATIVELABS, > USB_DEVICE_ID_CREATIVE_SB_OMNI_SURROUND_51, HID_QUIRK_NOGET }, > { USB_VENDOR_ID_DMI, USB_DEVICE_ID_DMI_ENC, HID_QUIRK_NOGET }, > { USB_VENDOR_ID_DRAGONRISE, USB_DEVICE_ID_DRAGONRISE_WIIU, > HID_QUIRK_MULTI_INPUT }, > { USB_VENDOR_ID_ELAN, HID_ANY_ID, HID_QUIRK_ALWAYS_POLL }, > -- > 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <20160425122434.GE23234-/m+UfqrgI5QNLKR9yMNcA1aTQe2KTcn/@public.gmane.org>]
* Re: [PATCH] hid: Fix boot delay for Creative SB Omni Surround 5.1 with quirk [not found] ` <20160425122434.GE23234-/m+UfqrgI5QNLKR9yMNcA1aTQe2KTcn/@public.gmane.org> @ 2016-04-25 12:37 ` Nazar Mokrynskyi [not found] ` <11f4dd07-5244-ba92-1338-8cde54e9ef45-yn5EusZxFslygrA4Gshslw@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Nazar Mokrynskyi @ 2016-04-25 12:37 UTC (permalink / raw) To: Benjamin Tissoires Cc: Jiri Kosina, linux-usb-u79uwXL29TY76Z2rM5mHXA, trivial-DgEjT+Ai2ygdnm+yROfE0A, linux-input-u79uwXL29TY76Z2rM5mHXA On 25.04.16 15:24, Benjamin Tissoires wrote: > On Apr 25 2016 or thereabouts, Nazar Mokrynskyi wrote: >> Needed for v2 of the device firmware, otherwise kernel will stuck for few >> seconds and throw "usb_submit_urb(ctrl) failed: -1" early on system boot. >> >> Signed-off-by: Nazar Mokrynskyi <nazar-yn5EusZxFslygrA4Gshslw@public.gmane.org> >> --- > Looks good to me but your mailer might have mangled the lines. > > Jiri might be able to apply the patch, but next time, please make sure > the mailer client does not break lines. > > Reviewed-by: Benjamin Tissoires <benjamin.tissoires-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> > > Cheers, > Benjamin This is the first time doing contribution to kernel, didn't know Thunderbird will break lines, but looks like I've just configured it correctly now, so should not happen again. I can re-send it if absolutely necessary. >> drivers/hid/hid-ids.h | 1 + >> drivers/hid/usbhid/hid-quirks.c | 1 + >> 2 files changed, 2 insertions(+) >> >> diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h >> index c6eaff5..0238f01 100644 >> --- a/drivers/hid/hid-ids.h >> +++ b/drivers/hid/hid-ids.h >> @@ -259,6 +259,7 @@ >> #define USB_DEVICE_ID_CORSAIR_K90 0x1b02 >> >> #define USB_VENDOR_ID_CREATIVELABS 0x041e >> +#define USB_DEVICE_ID_CREATIVE_SB_OMNI_SURROUND_51 0x322c >> #define USB_DEVICE_ID_PRODIKEYS_PCMIDI 0x2801 >> >> #define USB_VENDOR_ID_CVTOUCH 0x1ff7 >> diff --git a/drivers/hid/usbhid/hid-quirks.c >> b/drivers/hid/usbhid/hid-quirks.c >> index ed2f68e..53fc856 100644 >> --- a/drivers/hid/usbhid/hid-quirks.c >> +++ b/drivers/hid/usbhid/hid-quirks.c >> @@ -71,6 +71,7 @@ static const struct hid_blacklist { >> { USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_3AXIS_5BUTTON_STICK, >> HID_QUIRK_NOGET }, >> { USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_AXIS_295, HID_QUIRK_NOGET }, >> { USB_VENDOR_ID_CHICONY, >> USB_DEVICE_ID_CHICONY_PIXART_USB_OPTICAL_MOUSE, HID_QUIRK_ALWAYS_POLL }, >> + { USB_VENDOR_ID_CREATIVELABS, >> USB_DEVICE_ID_CREATIVE_SB_OMNI_SURROUND_51, HID_QUIRK_NOGET }, >> { USB_VENDOR_ID_DMI, USB_DEVICE_ID_DMI_ENC, HID_QUIRK_NOGET }, >> { USB_VENDOR_ID_DRAGONRISE, USB_DEVICE_ID_DRAGONRISE_WIIU, >> HID_QUIRK_MULTI_INPUT }, >> { USB_VENDOR_ID_ELAN, HID_ANY_ID, HID_QUIRK_ALWAYS_POLL }, >> -- >> 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <11f4dd07-5244-ba92-1338-8cde54e9ef45-yn5EusZxFslygrA4Gshslw@public.gmane.org>]
* Re: [PATCH] hid: Fix boot delay for Creative SB Omni Surround 5.1 with quirk [not found] ` <11f4dd07-5244-ba92-1338-8cde54e9ef45-yn5EusZxFslygrA4Gshslw@public.gmane.org> @ 2016-04-25 13:52 ` Jiri Kosina 0 siblings, 0 replies; 3+ messages in thread From: Jiri Kosina @ 2016-04-25 13:52 UTC (permalink / raw) To: Nazar Mokrynskyi Cc: Benjamin Tissoires, linux-usb-u79uwXL29TY76Z2rM5mHXA, linux-input-u79uwXL29TY76Z2rM5mHXA On Mon, 25 Apr 2016, Nazar Mokrynskyi wrote: > This is the first time doing contribution to kernel, didn't know > Thunderbird will break lines, but looks like I've just configured it > correctly now, so should not happen again. > > I can re-send it if absolutely necessary. Please do. It'll save me from rather boring hand-editting of the patch, and we'll double-check whether your Thunderbird is now properly configured as a bonus :) Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-04-25 13:52 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <0f11d1a2-a565-0ac2-2e27-b87c1705370a@mokrynskyi.com> [not found] ` <0f11d1a2-a565-0ac2-2e27-b87c1705370a-yn5EusZxFslygrA4Gshslw@public.gmane.org> 2016-04-25 12:24 ` [PATCH] hid: Fix boot delay for Creative SB Omni Surround 5.1 with quirk Benjamin Tissoires [not found] ` <20160425122434.GE23234-/m+UfqrgI5QNLKR9yMNcA1aTQe2KTcn/@public.gmane.org> 2016-04-25 12:37 ` Nazar Mokrynskyi [not found] ` <11f4dd07-5244-ba92-1338-8cde54e9ef45-yn5EusZxFslygrA4Gshslw@public.gmane.org> 2016-04-25 13:52 ` Jiri Kosina
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).