summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Gardner <je_fro@gentoo.org>2008-04-26 17:41:49 +0000
committerJeffrey Gardner <je_fro@gentoo.org>2008-04-26 17:41:49 +0000
commit51a9e9e06efae6977b51f03d56ee34648d1d456a (patch)
tree84daac9b0d546e6ffa7a8f3215cc2364ab41dfc4 /sys-kernel
parentlatest svn (diff)
downloadje_fro-51a9e9e06efae6977b51f03d56ee34648d1d456a.tar.gz
je_fro-51a9e9e06efae6977b51f03d56ee34648d1d456a.tar.bz2
je_fro-51a9e9e06efae6977b51f03d56ee34648d1d456a.zip
add overlooked patch
svn path=/; revision=212
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/mactel-linux-sources/files/2.6.25-mactel-patches-r156/appletouch.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-kernel/mactel-linux-sources/files/2.6.25-mactel-patches-r156/appletouch.patch b/sys-kernel/mactel-linux-sources/files/2.6.25-mactel-patches-r156/appletouch.patch
new file mode 100644
index 0000000..f4d9ad7
--- /dev/null
+++ b/sys-kernel/mactel-linux-sources/files/2.6.25-mactel-patches-r156/appletouch.patch
@@ -0,0 +1,24 @@
+commit 19637bc6b985ac81c61e217f61dd49d1302ac81f
+
+From: Ortwin Glück <odi@odi.ch>
+
+Appletouch driver ATP_THRESHOLD fix.
+---
+
+ drivers/input/mouse/appletouch.c | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+
+diff --git a/drivers/input/mouse/appletouch.c b/drivers/input/mouse/appletouch.c
+index b42c1ed..805cc5e 100644
+--- a/drivers/input/mouse/appletouch.c
++++ b/drivers/input/mouse/appletouch.c
+@@ -142,7 +142,7 @@ MODULE_DEVICE_TABLE (usb, atp_table);
+ * Threshold for the touchpad sensors. Any change less than ATP_THRESHOLD is
+ * ignored.
+ */
+-#define ATP_THRESHOLD 5
++#define ATP_THRESHOLD 3
+
+ /* Geyser initialization constants */
+ #define ATP_GEYSER_MODE_READ_REQUEST_ID 1