[Armadeus-commitlog] SF.net SVN: armadeus:[1004] branches/tsc210x/buildroot/target/device/ armadeu
Brought to you by:
sszy
Revision: 1004
http://armadeus.svn.sourceforge.net/armadeus/?rev=1004&view=rev
Author: thom25
Date: 2009-01-08 12:55:37 +0000 (Thu, 08 Jan 2009)
Log Message:
-----------
[LINUX] make new tsc driver compatible with tsc2102
Modified Paths:
--------------
branches/tsc210x/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.2/linux-2.6.27.2-073-armadeus-tsc2102.patch
Modified: branches/tsc210x/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.2/linux-2.6.27.2-073-armadeus-tsc2102.patch
===================================================================
--- branches/tsc210x/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.2/linux-2.6.27.2-073-armadeus-tsc2102.patch 2009-01-08 09:12:44 UTC (rev 1003)
+++ branches/tsc210x/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.2/linux-2.6.27.2-073-armadeus-tsc2102.patch 2009-01-08 12:55:37 UTC (rev 1004)
@@ -521,7 +521,7 @@
+static void tsc_work(struct work_struct *work)
+{
+#define Z2STAT (1<<7)
-+#define AXSTAT (1<<3)
++#define AXSTAT (3<<3)
+#define T1STAT (1<<2)
+
+ int status;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|