From baddf1e2b6db43d4e726d58a940f7720d9368c57 Mon Sep 17 00:00:00 2001 From: Richie Roy Jayme Date: Wed, 25 Mar 2026 18:33:21 +0900 Subject: [PATCH] quirks: add support for Goodix touchpad GXTP5400:00 27C6:0F96 This commit adds a specific vendor HWID for Goodix Haptic Touchpad to improve detection and handling. Signed-off-by: Richie Roy Jayme Signed-off-by: Richie Roy Jayme Reviewed-by: Vishnu Sankar Reviewed-by: Vishnu Sankar Tested-by: Ameer Ivan Julkarnain Part-of: --- quirks/30-vendor-goodix.quirks | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/quirks/30-vendor-goodix.quirks b/quirks/30-vendor-goodix.quirks index bb457fee..ed084d01 100644 --- a/quirks/30-vendor-goodix.quirks +++ b/quirks/30-vendor-goodix.quirks @@ -45,6 +45,15 @@ MatchProduct=0x01EB MatchUdevType=touchpad AttrInputProp=+INPUT_PROP_PRESSUREPAD +# "GXTP5400 Touchpad": pressure touchpad mostly used in Lenovo laptops. +# GXTP5400:00 27C6:0F96 Touchpad +[Goodix Haptic Touchpad (27C6:0F96)] +MatchBus=i2c +MatchVendor=0x27C6 +MatchProduct=0x0F96 +MatchUdevType=touchpad +AttrInputProp=+INPUT_PROP_PRESSUREPAD + # "GXTP5420 Touchpad": pressure touchpad mostly used in Lenovo laptops. # GXTP5420:00 27C6:0F95 Touchpad [Goodix Haptic Touchpad (27C6:0F95)]