From ead2048ee801bfe130c43a76ce58a8b7d3aa54e1 Mon Sep 17 00:00:00 2001 From: josch Date: Sun, 13 Dec 2009 08:13:17 +0000 Subject: [PATCH] fix touchscreen event device node number --- pyneo-rootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyneo-rootfs.sh b/pyneo-rootfs.sh index fa1e28f..014bfb9 100755 --- a/pyneo-rootfs.sh +++ b/pyneo-rootfs.sh @@ -128,7 +128,7 @@ Section "InputDevice" Driver "tslib" Option "CorePointer" "true" Option "SendCoreEvents" "true" - Option "Device" "/dev/input/event1" + Option "Device" "/dev/input/event2" Option "Protocol" "Auto" EndSection __END__