Send commitlog mailing list submissions to
commitlog@lists.openmoko.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:
1. development kernel tree: Changes to 'stable'
([EMAIL PROTECTED])
2. development kernel tree: Changes to 'andy-tracking'
([EMAIL PROTECTED])
3. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
--- Begin Message ---
Rebased ref, commits from common ancestor:
commit e93ec75e2a9c85e5a92af9e1b754fa711bd864b6
Author: Andy Green <[EMAIL PROTECTED]>
Date: Thu May 15 21:47:56 2008 +0100
fix-motion-sensor-corruption.patch
commit 7b7d70785f1b3c1421d56ee8140578fea3b90f9c
Author: Holger Freyther <[EMAIL PROTECTED]>
Date: Thu May 15 21:47:56 2008 +0100
Fixup hang on resume caused by the s3c2410 touch screen driver
From dc6d335b467646d802a21ea6b925ee97e83e07be Mon Sep 17 00:00:00 2001
From: Holger Freyther <[EMAIL PROTECTED]>
Date: Thu, 15 May 2008 01:16:23 +0200
Subject: [PATCH] Do not use msleep in the resume path of s3c2410_ts as it
might lockup
For some reason msleep might set the only task running into a suspended
state and no timer will ever wake it up. Use mdelay to avoid this. I was not
able to understand the reasoning of sleeping after enabling the clock. So we
might just remove the msleep/mdelay at all and be fine.
Signed-Off-By: Holger Freyther <[EMAIL PROTECTED]>
--- End Message ---
--- Begin Message ---
arch/arm/mach-s3c2440/mach-gta02.c | 35 ++++++++++++++++++++++++++++++++---
1 files changed, 32 insertions(+), 3 deletions(-)
New commits:
commit a08c15f1b547d026a92787de90e7970c2cd98d40
Author: Andy Green <[EMAIL PROTECTED]>
Date: Thu May 15 21:57:03 2008 +0100
fix-motion-sensor-corruption.patch
--- End Message ---
--- Begin Message ---
src/libraries/qtopia/qtopiaapplication.cpp | 43 ++++++++++++++++++++++++++++
src/server/phone/smsstatusdbusexporter.cpp | 5 +++
src/server/phone/smsstatusdbusexporter.h | 1 +
3 files changed, 49 insertions(+), 0 deletions(-)
New commits:
commit cc34f70a6226b5e6f7c9c9d88debd84a8e570d40
Author: Holger Freyther <[EMAIL PROTECTED]>
Date: Thu May 15 16:38:28 2008 +0200
[im] Implement the matchbox command to show and hide the keyboard
Use the existing input method toggling code and special case
X11. It was decided to send the hint directly to the wm and not
use qcop firtst and then send the hint from the launcher to the wm. This
is reducing the latency and should be faster and work.
AlwaysOff and Normal will hide the keyboard, everything else will show
it.
commit 4e4df81592f9035cfb4c47b793247b9df14ba304
Author: Holger Freyther <[EMAIL PROTECTED]>
Date: Thu May 15 15:28:06 2008 +0200
[sms] Add removing of messages for Chia-I Wu (olv)
Allow to completely removeMessages from the device. This will not move
messages to trash but really remove them.
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog