5e4e586032
Resolves: RHEL-36276,RHEL-45020,RHEL-50672,RHEL-5950
31 lines
1021 B
Diff
31 lines
1021 B
Diff
From ae3edf16c379d0bb434c6a3d416ba4ae2c2c95e9 Mon Sep 17 00:00:00 2001
|
|
From: rogg <rogg@users.noreply.github.com>
|
|
Date: Thu, 1 Dec 2022 15:43:15 +0000
|
|
Subject: [PATCH] hwdb: add Dell Inspiron N4010 touchpad corrections
|
|
|
|
(cherry picked from commit 9b9798483a5e881b7274620a0366e27666b43c40)
|
|
|
|
Related: RHEL-5950
|
|
---
|
|
hwdb.d/60-evdev.hwdb | 7 +++++++
|
|
1 file changed, 7 insertions(+)
|
|
|
|
diff --git a/hwdb.d/60-evdev.hwdb b/hwdb.d/60-evdev.hwdb
|
|
index 47e06737ba..8902b8b163 100644
|
|
--- a/hwdb.d/60-evdev.hwdb
|
|
+++ b/hwdb.d/60-evdev.hwdb
|
|
@@ -237,6 +237,13 @@ evdev:name:Synaptics TM2382-001:dmi:*svnDellInc.:pnInspiron3537:*
|
|
EVDEV_ABS_35=::24
|
|
EVDEV_ABS_36=::34
|
|
|
|
+# Dell Inspiron N4010
|
|
+evdev:name:SynPS/2 Synaptics TouchPad:dmi:bvn*:bvr*:bd*:svnDellInc.:pnInspironN4010:*
|
|
+ EVDEV_ABS_00=1188:5797:49
|
|
+ EVDEV_ABS_01=893:4894:80
|
|
+ EVDEV_ABS_35=1188:5797:49
|
|
+ EVDEV_ABS_36=893:4894:80
|
|
+
|
|
# Dell Inspiron N5040
|
|
evdev:name:AlpsPS/2 ALPS DualPoint TouchPad:dmi:bvn*:bvr*:bd*:svnDellInc.:pnInspironN5040:*
|
|
EVDEV_ABS_00=25:2000:22
|