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 314084 Details for
Bug 434538
sr #1768018 : numlock led does not reflect the status of numlock
[?]
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]
Patch for fixing the Keyboard LED
reset_leds.patch (text/plain), 1021 bytes, created by
Mauro Carvalho Chehab
on 2008-08-12 11:28:26 UTC
(
hide
)
Description:
Patch for fixing the Keyboard LED
Filename:
MIME Type:
Creator:
Mauro Carvalho Chehab
Created:
2008-08-12 11:28:26 UTC
Size:
1021 bytes
patch
obsolete
>diff --git a/drivers/usb/input/hid-core.c b/drivers/usb/input/hid-core.c >index 73a9310..4b48ef0 100644 >--- a/drivers/usb/input/hid-core.c >+++ b/drivers/usb/input/hid-core.c >@@ -1635,6 +1635,12 @@ static void hid_set_leds(struct hid_device *hid) > > #define USB_VENDOR_ID_DELL 0x413c > #define USB_DEVICE_ID_DELL_W7658 0x2005 >+#define USB_DEVICE_ID_DELL_SK8115 0x2105 >+ >+#define USB_VENDOR_ID_BELKIN 0x1241 >+ >+#define USB_VENDOR_ID_LOGITECH 0x046d >+#define USB_DEVICE_ID_LOGITECH_KBD 0xc311 > > /* > * Alphabetically sorted blacklist by quirk type. >@@ -1794,7 +1800,10 @@ static const struct hid_blacklist { > { USB_VENDOR_ID_PANJIT, 0x0003, HID_QUIRK_IGNORE }, > { USB_VENDOR_ID_PANJIT, 0x0004, HID_QUIRK_IGNORE }, > >+ { USB_VENDOR_ID_BELKIN, 0x1503, HID_QUIRK_RESET_LEDS }, > { USB_VENDOR_ID_DELL, USB_DEVICE_ID_DELL_W7658, HID_QUIRK_RESET_LEDS }, >+ { USB_VENDOR_ID_DELL, USB_DEVICE_ID_DELL_SK8115, HID_QUIRK_RESET_LEDS }, >+ { USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_KBD, HID_QUIRK_RESET_LEDS }, > > { 0, 0 } > };
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 434538
:
295652
|
295996
|
295997
|
295998
|
314084
|
320479
|
323397