From d40f4105cde2c7ad3602dbfe80b8597bd1193349 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 21 Oct 2011 10:36:56 +0300 Subject: Remove mtdev dependency from the touchscreen QPA plugin. There is no reason to enforce the usage of the mtdev library. As long as ABS_MT_TRACKING_ID is provided protocol type A is perfectly enough. This makes the plugin more suitable for embedded systems. Change-Id: I73ce4a1056a6dc27daacb69dc4761bca393a7e43 Reviewed-by: Paul Olav Tvete --- src/plugins/generic/touchscreen/70-qtouchscreen.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/generic/touchscreen/70-qtouchscreen.rules') diff --git a/src/plugins/generic/touchscreen/70-qtouchscreen.rules b/src/plugins/generic/touchscreen/70-qtouchscreen.rules index 8119a14382..2afde8f8a3 100644 --- a/src/plugins/generic/touchscreen/70-qtouchscreen.rules +++ b/src/plugins/generic/touchscreen/70-qtouchscreen.rules @@ -1 +1 @@ -KERNEL=="event*", ENV{ID_INPUT_TOUCHPAD}=="1", ENV{QT_TOUCH}="1", MODE="0644" +KERNEL=="event*", ENV{ID_INPUT_TOUCHPAD}=="1", MODE="0644" -- cgit v1.2.3