summaryrefslogtreecommitdiff
path: root/tools/shared.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-02-27 15:27:46 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-03-05 16:35:53 +1000
commitc7f06b0bdd0de7cd0cd4946b055cf142588ed493 (patch)
treee131901e00114046e1c28d3175a28950441d06ff /tools/shared.c
parentcd574ed5efc06abf15df7345bc143289685d5cc1 (diff)
downloadlibinput-c7f06b0bdd0de7cd0cd4946b055cf142588ed493.tar.gz
quirks: rename the alps touchpad quirk to note it's a serial TP quirk
This quirk only applies to serial ALPS touchpads, so let's name it accordingly. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools/shared.c')
-rw-r--r--tools/shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.c b/tools/shared.c
index e80094bc..3bd48c84 100644
--- a/tools/shared.c
+++ b/tools/shared.c
@@ -616,7 +616,7 @@ tools_list_device_quirks(struct quirks_context *ctx,
if (!quirks)
return;
- q = QUIRK_MODEL_ALPS_TOUCHPAD;
+ q = QUIRK_MODEL_ALPS_SERIAL_TOUCHPAD;
do {
if (quirks_has_quirk(quirks, q)) {
const char *name;