[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-rc1-18-gd6860eb
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2013-11-28 17:34:30
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via d6860eb78ab7d5439b69776bc753f510b333e6ce (commit)
from 21e8c31e6adec401fe6e38726a548387e5e02f4c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d6860eb78ab7d5439b69776bc753f510b333e6ce
Author: Sébastien Szymanski <ss...@us...>
Date: Thu Nov 28 18:32:52 2013 +0100
[BUILDROOT] APF51: make touchscreen detection more precise in test_touchscreen.sh
-----------------------------------------------------------------------
Summary of changes:
target/test/test_touchscreen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/target/test/test_touchscreen.sh b/target/test/test_touchscreen.sh
index aed1cf8..a4b7e9f 100755
--- a/target/test/test_touchscreen.sh
+++ b/target/test/test_touchscreen.sh
@@ -23,7 +23,7 @@ load_driver()
RES="$?"
elif [ "$1" == "APF51" ]; then
# driver is in-kernel/static
- grep WM831x $(echo /sys/class/input/event*/device/name)
+ grep "WM831x touchscreen" $(echo /sys/class/input/event*/device/name)
RES="$?"
elif [ "$1" == "APF28" ]; then
# driver is in-kernel/static
hooks/post-receive
--
armadeus
|