From c8e8c8fb4b8cc272889b908d407895419bfe7416 Mon Sep 17 00:00:00 2001 From: John Rodriguez Date: Wed, 17 Jun 2020 13:33:08 +0000 Subject: [PATCH] Add quirks file for Sony Vaio Laptop The file contains pressure overrides for the VPCEG series. Signed-off-by: John Rodriguez --- quirks/50-system-sony.quirks | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 quirks/50-system-sony.quirks diff --git a/quirks/50-system-sony.quirks b/quirks/50-system-sony.quirks new file mode 100644 index 0000000..22b08ff --- /dev/null +++ b/quirks/50-system-sony.quirks @@ -0,0 +1,8 @@ +# Do not edit this file, it will be overwritten on update + +[Sony Vaio VPCEG Series Touchpad Pressure Override] +MatchUdevType=touchpad +MatchName=*SynPS/2 Synaptics TouchPad +MatchDMIModalias=dmi:*svnSonyCorporation:pnVPCEG* +AttrPressureRange=45:40 + -- 2.7.4