summaryrefslogtreecommitdiff
path: root/openembedded/packages/detect-stylus/detect-stylus-0.13/extra-device-check.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-06-13 14:01:42 +0000
committerRichard Purdie <richard@openedhand.com>2006-06-13 14:01:42 +0000
commitb73894286424a80308c368464f4b1ecf91215caa (patch)
tree3bbae98f938978ed9b1c5aee018ef7c69fd9c894 /openembedded/packages/detect-stylus/detect-stylus-0.13/extra-device-check.patch
parentd1d82773d5a49021d9f3130f9e3423c8a60d4a53 (diff)
downloadopenembedded-core-b73894286424a80308c368464f4b1ecf91215caa.tar.gz
openembedded-core-b73894286424a80308c368464f4b1ecf91215caa.tar.bz2
openembedded-core-b73894286424a80308c368464f4b1ecf91215caa.tar.xz
openembedded-core-b73894286424a80308c368464f4b1ecf91215caa.zip
die detect-stylus die
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@476 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/detect-stylus/detect-stylus-0.13/extra-device-check.patch')
-rw-r--r--openembedded/packages/detect-stylus/detect-stylus-0.13/extra-device-check.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/openembedded/packages/detect-stylus/detect-stylus-0.13/extra-device-check.patch b/openembedded/packages/detect-stylus/detect-stylus-0.13/extra-device-check.patch
deleted file mode 100644
index 94542b11a..000000000
--- a/openembedded/packages/detect-stylus/detect-stylus-0.13/extra-device-check.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -urNd ../detect-stylus-0.13-r1/detect-stylus-0.13/detect-stylus.c detect-stylus-0.13/detect-stylus.c
---- ../detect-stylus-0.13-r1/detect-stylus-0.13/detect-stylus.c 2004-09-08 16:56:58.000000000 +0100
-+++ detect-stylus-0.13/detect-stylus.c 2004-09-18 23:43:12.000000000 +0100
-@@ -62,6 +62,9 @@
- if (fd < 0)
- fd = try_open ("/dev/touchscreen/ucb1x00");
-
-+ if (fd < 0)
-+ fd = try_open ("/dev/ts");
-+
- if (fd < 0)
- {
- DIR *d;