diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-12 07:53:24 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-12 07:53:24 +0000 |
commit | f620ad8978752751c8a67a62936bd74f53eeeead (patch) | |
tree | c51213f202ed3a6dc81bfac740e8d5c7147210d8 | |
parent | 286615357f923f1670936f3ae5f57fc8caa8bc8c (diff) | |
download | poky-f620ad8978752751c8a67a62936bd74f53eeeead.tar.gz |
pointercal: add calibration for Neo1973
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2171 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/pointercal/files/fic-gta01/pointercal | 1 | ||||
-rw-r--r-- | meta/packages/pointercal/pointercal_0.0.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/pointercal/files/fic-gta01/pointercal b/meta/packages/pointercal/files/fic-gta01/pointercal new file mode 100644 index 0000000000..198fd2a776 --- /dev/null +++ b/meta/packages/pointercal/files/fic-gta01/pointercal | |||
@@ -0,0 +1 @@ | |||
-67 36365 -2733100 -48253 -310 45219816 65536 | |||
diff --git a/meta/packages/pointercal/pointercal_0.0.bb b/meta/packages/pointercal/pointercal_0.0.bb index 6cf50241a6..badadc6202 100644 --- a/meta/packages/pointercal/pointercal_0.0.bb +++ b/meta/packages/pointercal/pointercal_0.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Touchscreen calibration data" | 1 | DESCRIPTION = "Touchscreen calibration data" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | PR = "r1" | 3 | PR = "r2" |
4 | 4 | ||
5 | SRC_URI = "file://pointercal" | 5 | SRC_URI = "file://pointercal" |
6 | S = "${WORKDIR}" | 6 | S = "${WORKDIR}" |