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 'stable'
([EMAIL PROTECTED])
3. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.dev'
([EMAIL PROTECTED])
4. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.dev'
([EMAIL PROTECTED])
5. r4472 - developers/jeremy/maniac/src ([EMAIL PROTECTED])
6. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.asu.dev'
([EMAIL PROTECTED])
--- Begin Message ---
Rebased ref, commits from common ancestor:
commit de09d927ffcba8c9fc77608f0e71f889287580a1
Author: Holger Freyther <[EMAIL PROTECTED]>
Date: Tue Jun 3 10:46:59 2008 +0100
Make ar6k not print soooo much to my console
From 4cb4c308fde9c1f3598046ff98191d14b62bc609 Mon Sep 17 00:00:00 2001
From: Holger Freyther <[EMAIL PROTECTED]>
Date: Thu, 29 May 2008 00:09:32 +0200
Subject: [PATCH] [ar6k] silent++, removing -DDEBUG from the Makefile does
not
work
commit 7d34adf0df1f105c73c6ecdee50a7ad6a6dbfd2b
Author: Holger Freyther <[EMAIL PROTECTED]>
Date: Tue Jun 3 10:46:48 2008 +0100
Fix possible null pointer dereference in s3c24xx_i2c_resume
From 0b9bae6aed5268707b348e48a01411ba420844e1 Mon Sep 17 00:00:00 2001
From: Holger Freyther <[EMAIL PROTECTED]>
Date: Tue, 27 May 2008 14:41:35 +0200
Subject: [PATCH] [janitor] Fix possible null pointer dereference
Judging by the control flow of the resume method i2c->suspended++ could
lead to a null pointer dereference.
commit 57351c5a1f03e9ae884b094ddbde27b1ad6ed8e0
Author: Andy Green <[EMAIL PROTECTED]>
Date: Mon May 26 12:39:29 2008 +0100
fix-reduce-wake-reasons-in-pcf50633.patch
Currently we are willing to wake from sleep from
pcf50633 interrupts we don't actually do anything about
even when we wake (somewhat puzzled).
Let's disable some of these wake sources.
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
commit 595053e2185b896afe50af6bb48c082e3adcdd31
Author: Andy Green <[EMAIL PROTECTED]>
Date: Mon May 26 12:39:29 2008 +0100
add-resume-reason-sysfs.patch
If you have U-Boot with uboot-add-find-wake-reason.patch, this
patch will get you a wake reason report from
cat /sys/devices/platform/neo1973-resume.0/resume_reason
it looks like this:
EINT00_ACCEL1
EINT01_GSM
EINT02_BLUETOOTH
EINT03_DEBUGBRD
EINT04_JACK
EINT05_WLAN
EINT06_AUXKEY
EINT07_HOLDKEY
EINT08_ACCEL2
* EINT09_PMU
adpins
adprem
usbins
usbrem
rtcalarm
second
onkeyr
onkeyf
exton1r
exton1f
exton2r
exton2f
exton3r
exton3f
* batfull
chghalt
thlimon
thlimoff
usblimon
usblimoff
adcrdy
onkey1s
lowsys
lowbat
hightmp
autopwrfail
dwn1pwrfail
dwn2pwrfail
ledpwrfail
ledovp
ldo1pwrfail
ldo2pwrfail
ldo3pwrfail
ldo4pwrfail
ldo5pwrfail
ldo6pwrfail
hcidopwrfail
hcidoovl
EINT10_NULL
EINT11_NULL
EINT12_GLAMO
EINT13_NULL
EINT14_NULL
EINT15_NULL
This shows a problem, false wake from suspend due to battery full
Signed-off-by: Andy Green <[EMAIL PROTECTED]>
--- End Message ---
--- Begin Message ---
defconfig-gta01 | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
New commits:
commit 421ed0bdd5b468d9de3ba571f49e7b840a8032e3
Author: No Attribution <[EMAIL PROTECTED]>
Date: Tue Jun 3 10:49:55 2008 +0100
Remove GTA01 PM debug
--- End Message ---
--- Begin Message ---
conf/distro/include/sane-srcrevs.inc | 1 +
packages/openmoko-projects/diversity-radar_svn.bb | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+), 0 deletions(-)
New commits:
commit ea099a5471f5ba4892a68952c1866ed8c9f6c848
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Tue Jun 3 19:44:14 2008 +0800
[diversity] Add diversity-radar, a GPS location based communicative
application
[sane-srcrevs] Add version of diversity-radar to 405
--- End Message ---
--- Begin Message ---
packages/openmoko-projects/diversity-radar_svn.bb | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
New commits:
commit d0d51cdc54d3468a63db38ea6a25e72c612d7a46
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Tue Jun 3 19:56:50 2008 +0800
[diversity] remove PACKAGES = "${PN}" from diversity-radar
--- End Message ---
--- Begin Message ---
Author: jeremy
Date: 2008-06-04 08:34:12 +0200 (Wed, 04 Jun 2008)
New Revision: 4472
Modified:
developers/jeremy/maniac/src/maniac.c
developers/jeremy/maniac/src/mouse_event.c
developers/jeremy/maniac/src/mouse_event.h
Log:
2008-06-04 Jeremy Chang <[EMAIL PROTECTED]>
* Add Double_Click command in test.
Modified: developers/jeremy/maniac/src/maniac.c
===================================================================
--- developers/jeremy/maniac/src/maniac.c 2008-06-03 04:47:27 UTC (rev
4471)
+++ developers/jeremy/maniac/src/maniac.c 2008-06-04 06:34:12 UTC (rev
4472)
@@ -116,7 +116,7 @@
{
x = rand() % w;
y = rand() % h;
- mouse_cmd = rand() % 2;
+ mouse_cmd = rand() % 3;
lap = random_lap_get();
if(fd)
@@ -184,11 +184,15 @@
switch(cmd)
{
case MOUSE_CLICK:
- maniac_mouseclick(disp, 1, x, y);
+ maniac_mouse_click(disp, 1, x, y);
printf("Click x=%4d, y=%4d, lap=%7d\n", x, y, lap);
break;
+ case MOUSE_DOUBLE_CLICK:
+ maniac_mouse_double_click(disp, 1, x, y);
+ printf("Double_Click x=%4d, y=%4d, lap=%7d\n", x, y, lap);
+ break;
case MOUSE_DND:
- maniac_mousednd(disp, 1, x, y);
+ maniac_mouse_dnd(disp, 1, x, y);
printf("DND x=%4d, y=%4d lap=%7d\n", x, y, lap);
break;
default:
Modified: developers/jeremy/maniac/src/mouse_event.c
===================================================================
--- developers/jeremy/maniac/src/mouse_event.c 2008-06-03 04:47:27 UTC (rev
4471)
+++ developers/jeremy/maniac/src/mouse_event.c 2008-06-04 06:34:12 UTC (rev
4472)
@@ -1,4 +1,5 @@
#include <X11/extensions/XTest.h>
+#include <unistd.h>
#include <stdio.h>
#include "mouse_event.h"
@@ -50,7 +51,7 @@
}
int
-maniac_mouseclick(Display *disp, int button, int x, int y)
+maniac_mouse_click(Display *disp, int button, int x, int y)
{
int ret;
ret = maniac_mousemove(disp, x, y);
@@ -61,9 +62,24 @@
}
int
-maniac_mousednd(Display *disp, int button, int x, int y)
+maniac_mouse_double_click(Display *disp, int button, int x, int y)
{
int ret;
+ ret = maniac_mousemove(disp, x, y);
+ if (!ret)
+ return ret;
+ ret = maniac_click(disp, button);
+ if (!ret)
+ return ret;
+ usleep(200000);
+ ret = maniac_click(disp, button);
+ return ret;
+}
+
+int
+maniac_mouse_dnd(Display *disp, int button, int x, int y)
+{
+ int ret;
ret = maniac_mousedown(disp, button);
if (!ret)
return ret;
Modified: developers/jeremy/maniac/src/mouse_event.h
===================================================================
--- developers/jeremy/maniac/src/mouse_event.h 2008-06-03 04:47:27 UTC (rev
4471)
+++ developers/jeremy/maniac/src/mouse_event.h 2008-06-04 06:34:12 UTC (rev
4472)
@@ -7,6 +7,7 @@
enum {
MOUSE_CLICK,
+ MOUSE_DOUBLE_CLICK,
MOUSE_DND
}MouseCmd;
@@ -16,8 +17,9 @@
int maniac_mousedown(Display *disp, int button);
int maniac_mouseup(Display *disp, int button);
int maniac_click(Display *disp, int button);
-int maniac_mouseclick(Display *disp, int button, int x, int y);
-int maniac_mousednd(Display *disp, int button, int x, int y);
+int maniac_mouse_click(Display *disp, int button, int x, int y);
+int maniac_mouse_double_click(Display *disp, int button, int x, int y);
+int maniac_mouse_dnd(Display *disp, int button, int x, int y);
#endif
--- End Message ---
--- Begin Message ---
.../ipkg-utils-native_1.6+cvs20050404.bb | 2 +-
.../ipkg-utils/ipkg-utils/ipkg-py-tarfile.patch | 40 +++++++++++---------
2 files changed, 23 insertions(+), 19 deletions(-)
New commits:
commit 2602fe5e3fa65bb49a289cd9e6c5dc78bc93690d
Author: Graeme Gregory <[EMAIL PROTECTED]>
Date: Fri May 30 15:41:46 2008 +0100
ipkg-utils-native_1.6+cvs20050404.bb : rejig patches to renable Size:
field in Packages
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog