Revision: 651
http://svn.sourceforge.net/hackndev/?rev=651&view=rev
Author: farcaller
Date: 2006-10-30 14:24:55 -0800 (Mon, 30 Oct 2006)
Log Message:
-----------
palmt3: hope that would solve random-tap bug
Modified Paths:
--------------
linux4palm/linux/trunk/drivers/input/touchscreen/tsc2101_ts.c
Modified: linux4palm/linux/trunk/drivers/input/touchscreen/tsc2101_ts.c
===================================================================
--- linux4palm/linux/trunk/drivers/input/touchscreen/tsc2101_ts.c 2006-10-30 21:51:28 UTC (rev 650)
+++ linux4palm/linux/trunk/drivers/input/touchscreen/tsc2101_ts.c 2006-10-30 22:24:55 UTC (rev 651)
@@ -23,7 +23,7 @@
#define X_AXIS_MIN 300
#define Y_AXIS_MAX 3900
#define Y_AXIS_MIN 140
-#define PRESSURE_MIN 0
+#define PRESSURE_MIN 10
#define PRESSURE_MAX 20000
#else // hx2750
#define X_AXIS_MAX 3830
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|