From 6a28acc5faae20d84603e45f8618718d9bb9296d Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 11 Jun 2014 17:53:13 +0200 Subject: [PATCH] keys: disable touchscreen on Carbon X1 --- bin/input-event | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/input-event b/bin/input-event index 05f11c8..526d8db 100755 --- a/bin/input-event +++ b/bin/input-event @@ -47,6 +47,9 @@ case "$use,$(uname -n),$name" in xinput set-prop $device 'Synaptics Soft Button Areas' 3656 0 0 0 2928 3656 0 0 xinput set-prop $device 'Synaptics Area' 1 1 1 1 ;; + XISlavePointer,zoro,"ELAN Touchscreen") + xinput disable $device + ;; XISlavePointer,guybrush,"SynPS/2 Synaptics TouchPad") xinput set-prop $device 'Synaptics Off' 1 ;;