Re: [Zaurus-devel] latest angstrom image + linux-2.6.38.4 report

2011-05-21 Thread Stanislav Brabec
Pavel Machek wrote: Umm, can you raise the issue on linux-input? New kernel should not break old tslib... They probably know, why they increased EV_VERSION. If we are sure that that change does not break tslib, we should patch tslib to accept both versions. --

[Zaurus-devel] spitz pm: adjust messages

2011-05-21 Thread Pavel Machek
Charger error is something that should be reported to the syslog; do it. If temperature reading fails, we do not want to charge the battery, anyway. Signed-off-by: Pavel Machek pa...@ucw.cz diff --git a/arch/arm/mach-pxa/sharpsl_pm.c b/arch/arm/mach-pxa/sharpsl_pm.c index 785880f..513588c 100644

[Zaurus-devel] spitz pm: add power monitoring driver

2011-05-21 Thread Pavel Machek
This adds battery/charge monitoring driver for spitz. This is still not 100% done; spitz.c parts need small cleanups to fit with the rest of code, and limit interface needs to be done. Question is... who merges this when its done? Would it be ok to go through PXA tree? Signed-off-by: Pavel

Re: [Zaurus-devel] Disable CF during suspend

2011-05-21 Thread Pavel Machek
Hi! Disable SPITZ_SCP_CF_POWER during suspend. Otherwise it eats battery, fast. Thanks to Stanislav Brabec. If you can verify that your card turns off on suspend, then you have my: Acked-by: Stanislav Brabec u...@penguin.cz Yes, I checked the LEDs to make sure it is off. It is. But I

Re: [Zaurus-devel] Zaurus GPIO buttons with matrix keypad drivers

2011-05-21 Thread Pavel Machek
Hi! following comments from a Stanislav patch Spitz switched to generic matrix-gpio keyboard driver in 2.6.32-rc0, but that means that support for power button and lid switches was lost. This restores it, using button-gpio code. in the 2.6.38 source I only find in spitz.c: #if