diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-01-12 17:29:04 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-01-12 17:31:46 +0100 |
commit | bfb74990c00db55f4454881ca9de892d1139d578 (patch) | |
tree | 70db6ef1c1ff3ae99f008275c34494b9140b47d1 /recipes/pointercal | |
parent | e736165f7ea8c10c00a72bf72bd9321aa71d454d (diff) |
pointercal: dropped at91sam9263ek data as people connect other displays
It was reported some time ago that people connect other displays to this
developer board. So let each user calibrate.
Under X.org evdev driver works and do not require calibration anyway.
Diffstat (limited to 'recipes/pointercal')
-rw-r--r-- | recipes/pointercal/files/at91sam9263ek/pointercal | 1 | ||||
-rw-r--r-- | recipes/pointercal/pointercal_0.0.bb | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/recipes/pointercal/files/at91sam9263ek/pointercal b/recipes/pointercal/files/at91sam9263ek/pointercal deleted file mode 100644 index 7a8596d0b1..0000000000 --- a/recipes/pointercal/files/at91sam9263ek/pointercal +++ /dev/null @@ -1 +0,0 @@ --10 4298 -1026530 5663 8 -1123190 65536 diff --git a/recipes/pointercal/pointercal_0.0.bb b/recipes/pointercal/pointercal_0.0.bb index 259ddcae17..dfe5863726 100644 --- a/recipes/pointercal/pointercal_0.0.bb +++ b/recipes/pointercal/pointercal_0.0.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Touchscreen calibration data" SECTION = "base" -PR = "r18" +PR = "r19" SRC_URI = "file://pointercal" S = "${WORKDIR}" |