Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 710694 Details for
Bug 907221
hid-generic timeout adds 10 seconds to boot time
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Patch to add quirk
0002-HID-usbhid-quirk-for-1770-ff00.patch (text/plain), 1.13 KB, created by
Josh Boyer
on 2013-03-15 14:34:40 UTC
(
hide
)
Description:
Patch to add quirk
Filename:
MIME Type:
Creator:
Josh Boyer
Created:
2013-03-15 14:34:40 UTC
Size:
1.13 KB
patch
obsolete
>From 372e140cb77daae43ca9d05b66efc5f7585f45a0 Mon Sep 17 00:00:00 2001 >From: Josh Boyer <jwboyer@redhat.com> >Date: Fri, 15 Mar 2013 10:31:31 -0400 >Subject: [PATCH 2/2] HID: usbhid: quirk for [1770:ff00] > >This keyboard device, which has no assigned Vendor ID that I can find, causes >a 10 second delay to boot. Add it to the quirk list with >HID_QUIRK_NO_INIT_REPORTS. > >This fixes Red Hat bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=907221 > >Signed-off-by: Josh Boyer <jwboyer@redhat.com> >--- > drivers/hid/usbhid/hid-quirks.c | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/drivers/hid/usbhid/hid-quirks.c b/drivers/hid/usbhid/hid-quirks.c >index e991d81..e87be6f 100644 >--- a/drivers/hid/usbhid/hid-quirks.c >+++ b/drivers/hid/usbhid/hid-quirks.c >@@ -30,6 +30,7 @@ static const struct hid_blacklist { > __u16 idProduct; > __u32 quirks; > } hid_blacklist[] = { >+ { 0x1770, 0xff00, HID_QUIRK_NO_INIT_REPORTS }, > { USB_VENDOR_ID_AASHIMA, USB_DEVICE_ID_AASHIMA_GAMEPAD, HID_QUIRK_BADPAD }, > { USB_VENDOR_ID_AASHIMA, USB_DEVICE_ID_AASHIMA_PREDATOR, HID_QUIRK_BADPAD }, > { USB_VENDOR_ID_ALPS, USB_DEVICE_ID_IBM_GAMEPAD, HID_QUIRK_BADPAD }, >-- >1.8.1.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 907221
:
692505
|
692874
| 710694