diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-09 18:46:45 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-09 18:46:45 +0000 |
commit | fff9c69d86182298c9657c823e6b1b20e85bddd0 (patch) | |
tree | 608a552f41c02c5e18b5ffef24f4f65b934c2e0b | |
parent | 005c42a1d0ed57a737c022b37fd5b552653b384c (diff) | |
parent | ff636a015c26dd71d8a4ad5827eff6f6dabbb439 (diff) |
merge of '70e8c209379710295e2958c7b0c0266f6d40f3a4'
and '710640a606169a3c0bcea687566724486473a802'
-rw-r--r-- | packages/xserver-common/files/calibrate-only-if-ts.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/xserver-common/files/calibrate-only-if-ts.patch b/packages/xserver-common/files/calibrate-only-if-ts.patch new file mode 100644 index 0000000000..7be808ba04 --- /dev/null +++ b/packages/xserver-common/files/calibrate-only-if-ts.patch @@ -0,0 +1,9 @@ +--- a/run-calibrate.sh.org 2006-10-12 10:19:42.000000000 +0000 ++++ b/run-calibrate.sh 2007-02-09 17:54:55.000000000 +0000 +@@ -1,3 +1,5 @@ + #! /bin/sh + +-exec xtscal ++if [ -e /dev/input/touchscreen0 ]; then ++ exec xtscal ++fi |