9d027f0d2b
Resolves: RHEL-24340,RHEL-25515,RHEL-49810,RHEL-70884
43 lines
1.4 KiB
Diff
43 lines
1.4 KiB
Diff
From 09c1776dd1b3d87dd9c5873634ab95b48ee20b65 Mon Sep 17 00:00:00 2001
|
|
From: Bastien Nocera <hadess@hadess.net>
|
|
Date: Thu, 5 Sep 2024 15:09:58 +0200
|
|
Subject: [PATCH] hwdb: Mark Apple Wireless keyboards as not having NumLock LED
|
|
|
|
Mark those Apple Wireless keyboards as not having a NumLock key:
|
|
https://en.wikipedia.org/wiki/Apple_Wireless_Keyboard
|
|
|
|
You can see that they don't have a NumLock LED because they didn't even
|
|
have a NumLock in the first place:
|
|
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0fea6fe7d5ef1b5fa5f78048d4729f85181c04ca
|
|
|
|
(cherry picked from commit 5a11437e2e39a0dfff53cc5b48f6637177e64fc5)
|
|
|
|
Resolves: RHEL-49810
|
|
---
|
|
hwdb.d/60-keyboard.hwdb | 12 ++++++++++++
|
|
1 file changed, 12 insertions(+)
|
|
|
|
diff --git a/hwdb.d/60-keyboard.hwdb b/hwdb.d/60-keyboard.hwdb
|
|
index a5e170adb9..a72f619e7c 100644
|
|
--- a/hwdb.d/60-keyboard.hwdb
|
|
+++ b/hwdb.d/60-keyboard.hwdb
|
|
@@ -2291,6 +2291,18 @@ evdev:input:b0003v05FEp1010*
|
|
#
|
|
# Presence of a LED is implicit when the property is absent.
|
|
|
|
+# Apple Wireless keyboards
|
|
+evdev:input:b0005v05aCp022C*
|
|
+evdev:input:b0005v05aCp022D*
|
|
+evdev:input:b0005v05aCp022E*
|
|
+evdev:input:b0005v05aCp0239*
|
|
+evdev:input:b0005v05aCp023A*
|
|
+evdev:input:b0005v05aCp023B*
|
|
+evdev:input:b0005v05aCp0255*
|
|
+evdev:input:b0005v05aCp0256*
|
|
+evdev:input:b0005v05aCp0257*
|
|
+ KEYBOARD_LED_NUMLOCK=0
|
|
+
|
|
# Logitech K750
|
|
evdev:input:b0003v046Dp4002*
|
|
KEYBOARD_LED_NUMLOCK=0
|