From 68697cdd1274fe64ec57ac3a01f645ee821d6238 Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Thu, 6 Feb 2020 16:30:25 -0800 Subject: [PATCH] hwdb: Fix touchpad toggle on WeiHeng P325J On the WeiHeng P325J laptop, Fn+F2 sends LeftWindow (0xe0 0x5b) + LeftCtrl (0x1d) + F24 (0x76). Add a quirk to remap the 0x76 to F21 which toggles the touchpad. The Ctrl + Win part is handled in userspace, e.g by gnome-settings-daemon here: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/commit/f545950fe This is analogous to what was done for the T-bao hardware here: https://github.com/systemd/systemd/commit/d4a5df521d --- hwdb.d/60-keyboard.hwdb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hwdb.d/60-keyboard.hwdb b/hwdb.d/60-keyboard.hwdb index 1474a860b3..ccd67e2658 100644 --- a/hwdb.d/60-keyboard.hwdb +++ b/hwdb.d/60-keyboard.hwdb @@ -1558,6 +1558,14 @@ evdev:atkbd:dmi:bvn*:bvr*:bd*:svnVIA:pnK8N800:pvr* evdev:name:SIPODEV USB Composite Device:dmi:bvn*:bvr*:bd*:svnVIOS:pnLTH17:pvr* KEYBOARD_KEY_70073=f21 # Touchpad toggle +########################################################### +# WeiHeng +########################################################### + +# P325J +evdev:atkbd:dmi:bvn*:bvr*:bd*:svnINET:pnP325J:pvr* + KEYBOARD_KEY_76=f21 # Touchpad toggle + ########################################################### # Zepto ###########################################################