OSDN Git Service

android-x86/external-tslib.git
14 years agots_calibrate: add skip function donut-x86 eclair-x86 froyo-x86 android-x86-2.2 android-x86-2.2-r2
Chih-Wei Huang [Fri, 15 Jan 2010 12:09:49 +0000 (20:09 +0800)]
ts_calibrate: add skip function

You may press Enter to skip the calibration.

14 years agoauto-detect event id for touchscreen
Chih-Wei Huang [Fri, 15 Jan 2010 10:33:44 +0000 (18:33 +0800)]
auto-detect event id for touchscreen

Currently it only works for input-raw, but may be extended
to other plugins.

14 years agoinput-raw.c: enable tslib for particular device
Kelly2.Blue [Thu, 14 Jan 2010 05:10:38 +0000 (13:10 +0800)]
input-raw.c: enable tslib for particular device

14 years agoinput-raw.c: force to emulate pressure
Chih-Wei Huang [Wed, 13 Jan 2010 02:45:01 +0000 (10:45 +0800)]
input-raw.c: force to emulate pressure

Sometimes a touchscreen reports it supports pressure, but actually
it doesn't. The patch forces to emulate pressure no matter what
the device says.

14 years agochange #include <sys/fcntl.h> to #include <fcntl.h>
Chih-Wei Huang [Fri, 8 Jan 2010 02:39:53 +0000 (10:39 +0800)]
change #include <sys/fcntl.h> to #include <fcntl.h>

bionic doesn't contain <sys/fcntl.h>, so actually the file
in the host is used, which is not correct.

14 years agoAndroid.mk: compile this module only if BOARD_USES_TSLIB is true
Chih-Wei Huang [Thu, 7 Jan 2010 10:03:30 +0000 (18:03 +0800)]
Android.mk: compile this module only if BOARD_USES_TSLIB is true

14 years agoChange pointercal's path to writable area.
Bryan Hundven [Wed, 2 Dec 2009 08:59:07 +0000 (00:59 -0800)]
Change pointercal's path to writable area.

/system/etc is on a read-only partition. /data should be readable and
writable by uid:1000 and gid:1000.

14 years agoDocument ts_setting()'s ts.env file in README
Bryan Hundven [Wed, 2 Dec 2009 08:57:52 +0000 (00:57 -0800)]
Document ts_setting()'s ts.env file in README

14 years agoAdd ts_setting() and remove unused files.
Bryan Hundven [Wed, 2 Dec 2009 08:51:21 +0000 (00:51 -0800)]
Add ts_setting() and remove unused files.

Java programs on android, like ConnectBot and Term, do not inherit
environment variables. This just allows these setting to be stored in a
file.

Also removed all autoconf, automake, and other unused files.

14 years agoDon't install files from etc
Bryan Hundven [Wed, 2 Dec 2009 08:45:29 +0000 (00:45 -0800)]
Don't install files from etc

These files should be installed by your product.

14 years agoInitial Commit.
Bryan Hundven [Wed, 2 Dec 2009 08:35:09 +0000 (00:35 -0800)]
Initial Commit.

This includes the Egalaxy/Touchkit patch from:
tslib-general/2009-July/000212.html
on the tslib mailing list.

I also added modified versions of Android.mk from tslibonandroid.sf.net