]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/detect-stylus/files/extra-device-check.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / detect-stylus / files / extra-device-check.patch
1 diff -urNd ../detect-stylus-0.13-r1/detect-stylus-0.13/detect-stylus.c detect-stylus-0.13/detect-stylus.c
2 --- ../detect-stylus-0.13-r1/detect-stylus-0.13/detect-stylus.c 2004-09-08 16:56:58.000000000 +0100
3 +++ detect-stylus-0.13/detect-stylus.c  2004-09-18 23:43:12.000000000 +0100
4 @@ -62,6 +62,9 @@
5    if (fd < 0) 
6      fd = try_open ("/dev/touchscreen/ucb1x00");
7  
8 +  if (fd < 0) 
9 +    fd = try_open ("/dev/ts");
10 +
11    if (fd < 0)
12      {
13        DIR *d;