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 710695 Details for
Bug 806587
timeout initializing reports on USB device 0BDA:0152
[?]
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
0001-HID-usbhid-quirk-for-Realtek-Multi-card-reader.patch (text/plain), 1.88 KB, created by
Josh Boyer
on 2013-03-15 14:35:16 UTC
(
hide
)
Description:
Patch to add quirk
Filename:
MIME Type:
Creator:
Josh Boyer
Created:
2013-03-15 14:35:16 UTC
Size:
1.88 KB
patch
obsolete
>From 926bb9deb21046248d01e2f6fc86fdbb149b514c Mon Sep 17 00:00:00 2001 >From: Josh Boyer <jwboyer@redhat.com> >Date: Fri, 15 Mar 2013 10:27:36 -0400 >Subject: [PATCH 1/2] HID: usbhid: quirk for Realtek Multi-card reader > >This device has an odd HID entry and causes a 10 second delay in boot. >Add this device to the quirks list with HID_QUIRK_NO_INIT_REPORTS. > >This fixes Red Hat bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=806587 > >Signed-off-by: Josh Boyer <jwboyer@redhat.com> >--- > drivers/hid/hid-ids.h | 3 +++ > drivers/hid/usbhid/hid-quirks.c | 1 + > 2 files changed, 4 insertions(+) > >diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h >index 92e47e5..d1063e9 100644 >--- a/drivers/hid/hid-ids.h >+++ b/drivers/hid/hid-ids.h >@@ -684,6 +684,9 @@ > #define USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH_3001 0x3001 > #define USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH_3008 0x3008 > >+#define USB_VENDOR_ID_REALTEK 0x0bda >+#define USB_DEVICE_ID_REALTEK_READER 0x0152 >+ > #define USB_VENDOR_ID_ROCCAT 0x1e7d > #define USB_DEVICE_ID_ROCCAT_ARVO 0x30d4 > #define USB_DEVICE_ID_ROCCAT_ISKU 0x319c >diff --git a/drivers/hid/usbhid/hid-quirks.c b/drivers/hid/usbhid/hid-quirks.c >index e0e6abf..e991d81 100644 >--- a/drivers/hid/usbhid/hid-quirks.c >+++ b/drivers/hid/usbhid/hid-quirks.c >@@ -80,6 +80,7 @@ static const struct hid_blacklist { > { USB_VENDOR_ID_PRODIGE, USB_DEVICE_ID_PRODIGE_CORDLESS, HID_QUIRK_NOGET }, > { USB_VENDOR_ID_QUANTA, USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH_3001, HID_QUIRK_NOGET }, > { USB_VENDOR_ID_QUANTA, USB_DEVICE_ID_QUANTA_OPTICAL_TOUCH_3008, HID_QUIRK_NOGET }, >+ { USB_VENDOR_ID_REALTEK, USB_DEVICE_ID_REALTEK_READER, HID_QUIRK_NO_INIT_REPORTS }, > { USB_VENDOR_ID_SENNHEISER, USB_DEVICE_ID_SENNHEISER_BTD500USB, HID_QUIRK_NOGET }, > { USB_VENDOR_ID_SIGMATEL, USB_DEVICE_ID_SIGMATEL_STMP3780, HID_QUIRK_NOGET }, > { USB_VENDOR_ID_SUN, USB_DEVICE_ID_RARITAN_KVM_DONGLE, HID_QUIRK_NOGET }, >-- >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 806587
:
572481
|
701922
| 710695