[Armadeus-commitlog] SF.net SVN: armadeus: [692] trunk/buildroot/target/device/armadeus/linux/ kern
Brought to you by:
sszy
|
From: <th...@us...> - 2007-11-17 16:31:06
|
Revision: 692
http://armadeus.svn.sourceforge.net/armadeus/?rev=692&view=rev
Author: thom25
Date: 2007-11-17 08:31:08 -0800 (Sat, 17 Nov 2007)
Log Message:
-----------
fix warning in apf9328
fix compilation error in tsc2102-ts
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/021-linux-2.6.23.1-apf9328.diff
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/074-linux-2.6.23.1-tsc2102-touchscreen.diff
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/021-linux-2.6.23.1-apf9328.diff
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/021-linux-2.6.23.1-apf9328.diff 2007-11-17 16:13:10 UTC (rev 691)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/021-linux-2.6.23.1-apf9328.diff 2007-11-17 16:31:08 UTC (rev 692)
@@ -1122,7 +1122,7 @@
+static struct tsc2102_config apf9328_tsc2102_config = {
+ .use_internal = 1, // -> use internal voltage reference
+ .monitor = TSC_BAT1 | TSC_AUX | TSC_TEMP,
-+ .temp_at25c = { 2200, 2615 },
++ .temp_at25c = 2200,
+/* .apm_report = palmte_get_power_status,
+ .alsa_config = &palmte_alsa_config,*/
+};
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/074-linux-2.6.23.1-tsc2102-touchscreen.diff
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/074-linux-2.6.23.1-tsc2102-touchscreen.diff 2007-11-17 16:13:10 UTC (rev 691)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/074-linux-2.6.23.1-tsc2102-touchscreen.diff 2007-11-17 16:31:08 UTC (rev 692)
@@ -80,7 +80,7 @@
+
+ input_report_key(dev, BTN_TOUCH, touching);
+
-+ do_poke_blanked_console = 1;
++ //do_poke_blanked_console = 1;
+}
+
+static void tsc2102_coords(int x, int y, int z1, int z2)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|