You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.0 KiB
34 lines
1.0 KiB
From 3be73821644f6626df5c8261b301caa84f4599a6 Mon Sep 17 00:00:00 2001 |
|
From: davijosw <82056592+davijosw@users.noreply.github.com> |
|
Date: Thu, 21 Apr 2022 22:41:37 -0300 |
|
Subject: [PATCH] hwdb: add resolutions for the Vaio FE14 touchpad (#23136) |
|
|
|
(cherry picked from commit 2338b8f9c56e0b14f25e8633f6e8e636e68638c8) |
|
|
|
Related: #2087778 |
|
--- |
|
hwdb.d/60-evdev.hwdb | 11 +++++++++++ |
|
1 file changed, 11 insertions(+) |
|
|
|
diff --git a/hwdb.d/60-evdev.hwdb b/hwdb.d/60-evdev.hwdb |
|
index c97cd13557..a7fbf2ad4d 100644 |
|
--- a/hwdb.d/60-evdev.hwdb |
|
+++ b/hwdb.d/60-evdev.hwdb |
|
@@ -624,6 +624,17 @@ evdev:input:b0003v258Ap001E* |
|
EVDEV_ABS_35=::15 |
|
EVDEV_ABS_36=::15 |
|
|
|
+######################################### |
|
+# Positivo-Vaio |
|
+######################################### |
|
+ |
|
+# Vaio FE14 |
|
+evdev:name:SYNA3602:00 0911:5288 Touchpad:dmi:*svnPositivoBahia-VAIO:pnVJFE41F11* |
|
+ EVDEV_ABS_00=::28 |
|
+ EVDEV_ABS_01=::27 |
|
+ EVDEV_ABS_35=::28 |
|
+ EVDEV_ABS_36=::27 |
|
+ |
|
######################################### |
|
# Razer |
|
#########################################
|
|
|