diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2010-04-13 12:21:55 +0200 |
---|---|---|
committer | Antonio Ospite <ospite@studenti.unina.it> | 2010-06-04 15:56:06 +0200 |
commit | b1854052c279636a0267c4309a25e255f2b1e35c (patch) | |
tree | 1465fb8c4af7a62399b0b2ce5a4b25af17557936 /recipes/tslib | |
parent | f6a2eb34e8a5c6d2088ff6b007c7a0fd07ac3228 (diff) |
tslib: Add config file for a780 machine
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/tslib')
-rwxr-xr-x | recipes/tslib/tslib/a780/tslib.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/tslib/tslib/a780/tslib.sh b/recipes/tslib/tslib/a780/tslib.sh new file mode 100755 index 0000000000..dd905fbe20 --- /dev/null +++ b/recipes/tslib/tslib/a780/tslib.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +TSLIB_TSDEVICE=/dev/input/event2 + +export TSLIB_TSDEVICE |