From 33275ce383745f0538a01adb2d13e080f0da5e8b Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 7 Aug 2025 00:01:12 +0900 Subject: [PATCH] Revert "hwdb: disable Asus ROG keyboards sending poweroff" This reverts commit 6428c0f48028e09bf5b750fb3fd1f4a3dac7e24e. The rule seems to match not only keyboard itself but other devices. Let's revert the change, and consider better way later. Fixes #38502. --- hwdb.d/60-keyboard.hwdb | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/hwdb.d/60-keyboard.hwdb b/hwdb.d/60-keyboard.hwdb index 86535bc41bf..0ac71d64f7f 100644 --- a/hwdb.d/60-keyboard.hwdb +++ b/hwdb.d/60-keyboard.hwdb @@ -285,21 +285,6 @@ evdev:atkbd:dmi:bvn*:bvr*:bd*:svnASUS:pn*:* KEYBOARD_KEY_ee=volumedown KEYBOARD_KEY_ef=mute -# Asus ROG series -# Prevents the keyboard from sending POWER and SLEEP key presses -# when the keyboard goes to sleep. -evdev:input:b*v0B05p*e0111* - KEYBOARD_KEY_10081=reserved - KEYBOARD_KEY_10082=reserved - KEYBOARD_KEY_70070=reserved - KEYBOARD_KEY_70071=reserved - KEYBOARD_KEY_70072=reserved - KEYBOARD_KEY_70073=reserved - KEYBOARD_KEY_70074=reserved - KEYBOARD_KEY_70075=reserved - KEYBOARD_KEY_70076=reserved - KEYBOARD_KEY_70077=reserved - # Asus TF103C misses the home button in its PNP0C40 GPIO resources # causing the volume-button mappings to be off by one, correct this evdev:name:gpio-keys:phys:gpio-keys/input0:ev:3:dmi:*:svnASUSTeKCOMPUTERINC.:pnTF103C*:* -- 2.47.3