9d027f0d2b
Resolves: RHEL-24340,RHEL-25515,RHEL-49810,RHEL-70884
31 lines
1.2 KiB
Diff
31 lines
1.2 KiB
Diff
From 4fb0fc533a3cf74b6de1d8eb2d4210f9da94bd5e Mon Sep 17 00:00:00 2001
|
|
From: Lucas Adriano Salles <83602841+luc-salles@users.noreply.github.com>
|
|
Date: Mon, 16 Dec 2024 11:10:42 -0400
|
|
Subject: [PATCH] hwdb: fix key toggle touchpad for VAIO VJFH52 (#35645)
|
|
|
|
Fixes #35644.
|
|
|
|
(cherry picked from commit 56785120a03c9fae2dcb9dbafa974d1592d1e628)
|
|
|
|
Resolves: RHEL-49810
|
|
---
|
|
hwdb.d/60-keyboard.hwdb | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/hwdb.d/60-keyboard.hwdb b/hwdb.d/60-keyboard.hwdb
|
|
index 47d863f3b7..eea269cc6d 100644
|
|
--- a/hwdb.d/60-keyboard.hwdb
|
|
+++ b/hwdb.d/60-keyboard.hwdb
|
|
@@ -2223,6 +2223,11 @@ evdev:name:AT Translated Set 2 keyboard:dmi:bvn*:bvr*:bd*:svnPositivoBahia-VAIO:
|
|
evdev:name:AT Translated Set 2 keyboard:dmi:bvn*:bvr*:bd*:svnPositivoBahia-VAIO:pnVJFE*:pvr*:*
|
|
KEYBOARD_KEY_76=f21 # Fn+F1 toggle touchpad
|
|
|
|
+# VAIO VJFH52
|
|
+evdev:name:AT Translated Set 2 keyboard:dmi:bvn*:bvr*:bd*:svnPositivoBahia-VAIO:pnVJFH52F11X*:pvr*:*
|
|
+ KEYBOARD_KEY_f7=f23 # Fn+F1 toggle touchpad off
|
|
+ KEYBOARD_KEY_f8=f22 # Fn+F1 toggle touchpad on
|
|
+
|
|
###########################################################
|
|
# Positivo
|
|
###########################################################
|