Send commitlog mailing list submissions to
        [email protected]

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. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([EMAIL PROTECTED])
   2. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([EMAIL PROTECTED])
   3. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([EMAIL PROTECTED])
   4. Locations: Changes to 'master' ([EMAIL PROTECTED])
   5. Locations: Changes to 'master' ([EMAIL PROTECTED])
   6. r4616 - trunk/src/target ([EMAIL PROTECTED])
   7. r4617 - trunk/src/target/OM-2007.2/daemons/neod/src
      ([EMAIL PROTECTED])
   8. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([EMAIL PROTECTED])
   9. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([EMAIL PROTECTED])
  10. Locations: Changes to 'master' ([EMAIL PROTECTED])
  11. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([EMAIL PROTECTED])
  12. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([EMAIL PROTECTED])
  13. r4618 - trunk/src/target/gsm/src/libgsmd
      ([EMAIL PROTECTED])
--- Begin Message ---
 packages/tasks/task-openmoko-bare.bb |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit fe0d23b838accdbc060392db228ac08f7240dc30
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Mon Sep 1 18:59:18 2008 +0800

    [openmoko] Change the order of illume-theme in Openmoko Bare Image.
    
    illume-theme-freesmartphone provides _illume-theme_ for illume.
    However, Openmoko wants asu-theme by default.
    
    Change the order of these two entries (illume and illme-theme-asu)
    to let illume-theme-asu install first.




--- End Message ---
--- Begin Message ---
 packages/meta/distro-feed-configs.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

New commits:
commit 5e28750d81e7b62d2167618b192e904b7fd2d7b8
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Mon Sep 1 19:42:15 2008 +0800

    [openmoko] Bump up the PR of distro-feed-config
    
    the DISTRO_FEED_URI was changed from buildhost to downloads.
    Bump up the PR to trigger building.




--- End Message ---
--- Begin Message ---
 packages/meta/distro-feed-configs.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

New commits:
commit 5e28750d81e7b62d2167618b192e904b7fd2d7b8
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Mon Sep 1 19:42:15 2008 +0800

    [openmoko] Bump up the PR of distro-feed-config
    
    the DISTRO_FEED_URI was changed from buildhost to downloads.
    Bump up the PR to trigger building.




--- End Message ---
--- Begin Message ---
 TODO                          |    4 +-
 data/themes/diversity_nav.edc |   42 +++
 dbus/e_dbus_proxy.c           |   19 +-
 po/POTFILES.in                |    1 +
 src/Makefile.am               |    2 +
 src/e_mod_nav.c               |  112 ++++----
 src/e_nav_tileset.c           |  409 ++++++---------------------
 src/tileman.c                 |  625 +++++++++++++++++++++++++++++++++++++++++
 src/tileman.h                 |   51 ++++
 9 files changed, 875 insertions(+), 390 deletions(-)

New commits:
commit 4e5386af9c9252341ba51c2159383a67d6e1a215
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Mon Sep 1 22:44:07 2008 +0800

    Updated TODO.

commit 4423e60a956876a8f4048e378ccd81143d412ea5
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Mon Sep 1 18:48:30 2008 +0800

    Use tileman in e_nav_tileset.

commit 7a79644aba8f2d5fb2d36b5366c6ca0519fa69dc
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Mon Sep 1 18:00:47 2008 +0800

    Added tile manager, tileman.
    
    tileman is used to show/download tiles, with the ability to give visual
    feedbacks.

commit 0b6647668dc4844b9a410519b3e53bb95a068de1
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Mon Sep 1 22:18:48 2008 +0800

    Locations should be able to work without diversity-daemon.

commit 497044a0c650490b6657832de9a937ea189a2b09
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Mon Sep 1 22:34:44 2008 +0800

    Fixed bugs in dbus proxy signal connect/disconnect.
    
    Wrong signal handler (or none) is removed when
    e_dbus_proxy_disconnect_signal is called.  Also, use strcmp for signal
    name comparison




--- End Message ---
--- Begin Message ---
 src/e_mod_config.c |   34 +++++++++++++++-------------------
 src/e_mod_config.h |    1 +
 src/e_mod_main.c   |   11 +----------
 src/e_mod_nav.c    |   20 ++++++++++----------
 4 files changed, 27 insertions(+), 39 deletions(-)

New commits:
commit 10ffa404cd87c738a7624ca677f004ee81460606
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Tue Sep 2 00:17:16 2008 +0800

    Better startup flow.
    
    This change solves the long pause on illume.

commit edc3136544014f615e1a72610d6697bb12c01a6e
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Mon Sep 1 23:28:38 2008 +0800

    Make tile path configurable.

commit 4f80a6cb21a11e21561da75a111db9d011f52bc7
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Mon Sep 1 23:38:42 2008 +0800

    Always set the default values in config.
    
    With this change, we can give new keys (those not in the config file)
    default values.




--- End Message ---
--- Begin Message ---
Author: mickey
Date: 2008-09-01 19:56:24 +0200 (Mon, 01 Sep 2008)
New Revision: 4616

Removed:
   trunk/src/target/kernel/
   trunk/src/target/u-boot/
   trunk/src/target/xserver/
Log:
remove packages that are no longer maintained in SVN:
* u-boot
* kernel
* xserver





--- End Message ---
--- Begin Message ---
Author: mickey
Date: 2008-09-01 20:09:40 +0200 (Mon, 01 Sep 2008)
New Revision: 4617

Modified:
   trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c
Log:
neod: Be more relax in keycode used for detecting activity on touch screen.

Different drivers may report different key code.  We don't really
need to care which keycode is used, just if there was a key press
at all.  So use a range test to look for any 'tool' like button press.

Signed-off-by: NeilBrown <[EMAIL PROTECTED]>


Modified: trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c
===================================================================
--- trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c 2008-09-01 
17:56:24 UTC (rev 4616)
+++ trunk/src/target/OM-2007.2/daemons/neod/src/buttonactions.c 2008-09-01 
18:09:40 UTC (rev 4617)
@@ -49,7 +49,8 @@
 #ifdef NEOD_PLATFORM_FIC_NEO1973
     #define AUX_BUTTON_KEYCODE 169    /* aux */
     #define POWER_BUTTON_KEYCODE 116  /* power */
-    #define TOUCHSCREEN_BUTTON_KEYCODE 0x14a
+    #define TOUCHSCREEN_BUTTON_KEYCODE_MIN 0x140 /* BTN_DIGI */
+    #define TOUCHSCREEN_BUTTON_KEYCODE_MAX 0x14E /* BTN_TOOL_TRIPLETAP */
 #elif NEOD_PLATFORM_MOTOROLA_EZX
     #define AUX_BUTTON_KEYCODE 0xa7   /* voice */
     #define POWER_BUTTON_KEYCODE 0xd4 /* camera */
@@ -68,6 +69,11 @@
     #define TOUCHSCREEN_BUTTON_KEYCODE 0x14a
 #endif
 
+#ifndef TOUCHSCREEN_BUTTON_KEYCODE_MIN
+    #define TOUCHSCREEN_BUTTON_KEYCODE_MIN TOUCHSCREEN_BUTTON_KEYCODE
+    #define TOUCHSCREEN_BUTTON_KEYCODE_MAX TOUCHSCREEN_BUTTON_KEYCODE
+#endif
+
 #define HEADPHONE_INSERTION_SWITCHCODE 0x02
 #define CHARGER_INSERTION_BUTTON 0x164
 
@@ -362,7 +368,9 @@
                 }
             }
             else
-            if ( event.type == 1 && event.code == TOUCHSCREEN_BUTTON_KEYCODE )
+            if ( event.type == 1
+                && event.code >= TOUCHSCREEN_BUTTON_KEYCODE_MIN
+                && event.code <= TOUCHSCREEN_BUTTON_KEYCODE_MAX )
             {
                 if ( event.value == 1 ) /* pressed */
                 {




--- End Message ---
--- Begin Message ---
 packages/images/openmoko-asu-image.bb        |    2 +-
 packages/images/openmoko-bare-image.bb       |    7 ----
 packages/images/openmoko-base-image.bb       |    7 ++++
 packages/images/openmoko-qtopia-x11-image.bb |    2 +-
 packages/tasks/task-openmoko-bare.bb         |   41 --------------------------
 packages/tasks/task-openmoko-basic.bb        |   41 ++++++++++++++++++++++++++
 6 files changed, 50 insertions(+), 50 deletions(-)

New commits:
commit 7a5f19107b65ff30598227e5d27c8669ef9df156
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Tue Sep 2 11:19:08 2008 +0800

    [openmoko] Change name of image from openmoko-bare to openmoko-base
    
    They don't like the name, openmoko-bare-image. Change it to 
openmoko-base-image.
    Also change the task from task-openmoko-bare to task-openmoko-basic.




--- End Message ---
--- Begin Message ---
 packages/images/openmoko-asu-image.bb        |    2 +-
 packages/images/openmoko-bare-image.bb       |    7 ----
 packages/images/openmoko-base-image.bb       |    7 ++++
 packages/images/openmoko-qtopia-x11-image.bb |    2 +-
 packages/tasks/task-openmoko-bare.bb         |   41 --------------------------
 packages/tasks/task-openmoko-basic.bb        |   41 ++++++++++++++++++++++++++
 6 files changed, 50 insertions(+), 50 deletions(-)

New commits:
commit 7a5f19107b65ff30598227e5d27c8669ef9df156
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Tue Sep 2 11:19:08 2008 +0800

    [openmoko] Change name of image from openmoko-bare to openmoko-base
    
    They don't like the name, openmoko-bare-image. Change it to 
openmoko-base-image.
    Also change the task from task-openmoko-bare to task-openmoko-basic.




--- End Message ---
--- Begin Message ---
 data/themes/diversity_nav.edc |   34 +++-
 src/Makefile.am               |    2 +
 src/e_ctrl.c                  |   48 ++---
 src/e_ctrl.h                  |    6 +-
 src/e_mod_nav.c               |   17 ++-
 src/msgboard.c                |  396 +++++++++++++++++++++++++++++++++++++++++
 src/msgboard.h                |   31 ++++
 7 files changed, 492 insertions(+), 42 deletions(-)

New commits:
commit e57bc40f28afb69972383a214faca031ef87cb37
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Tue Sep 2 01:50:27 2008 +0800

    Replaced message in e_ctrl by msgboard.

commit c14263fe956b746ece5d1e013ffee5816afdab23
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Tue Sep 2 01:50:21 2008 +0800

    Added msgboard.

commit 87b663dc8720aa37e4414939f9b5645487489c8e
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Tue Sep 2 12:32:13 2008 +0800

    Set transient for for GPS fix alert.




--- End Message ---
--- Begin Message ---
 packages/busybox/busybox_1.9.2.bb               |    2 +-
 packages/busybox/files/hwclock.sh               |   10 +++++---
 packages/sysvinit/sysvinit/openmoko/rcS-default |   25 +++++++++++++++++++++++
 packages/sysvinit/sysvinit_2.86.bb              |    2 +-
 4 files changed, 33 insertions(+), 6 deletions(-)

New commits:
commit 123b5957821eec957502639b4da1780376747ad4
Author: John Lee <[EMAIL PROTECTED]>
Date:   Tue Sep 2 14:45:35 2008 +0800

    sysvinit: switch openmoko distro to use UTC=yes by default

commit c19005162ff4cbf74332c93a91da87030a120532
Author: John Lee <[EMAIL PROTECTED]>
Date:   Tue Sep 2 14:42:18 2008 +0800

    busybox: update hwclock.sh to honor the UTC setting in /etc/default/rcS




--- End Message ---
--- Begin Message ---
 packages/busybox/busybox_1.11.1.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

New commits:
commit 0dbaa66349acd12af2d0eaf0590a9474fc03259e
Author: John Lee <[EMAIL PROTECTED]>
Date:   Tue Sep 2 15:02:08 2008 +0800

    busybox: changed PR in the wrong bb file... should be 1.11.1




--- End Message ---
--- Begin Message ---
Author: erin_yueh
Date: 2008-09-02 10:26:48 +0200 (Tue, 02 Sep 2008)
New Revision: 4618

Modified:
   trunk/src/target/gsm/src/libgsmd/libgsmd_sms.c
Log:
adjust return length for ticket #1591 (Erin Yueh)


Modified: trunk/src/target/gsm/src/libgsmd/libgsmd_sms.c
===================================================================
--- trunk/src/target/gsm/src/libgsmd/libgsmd_sms.c      2008-09-01 18:09:40 UTC 
(rev 4617)
+++ trunk/src/target/gsm/src/libgsmd/libgsmd_sms.c      2008-09-02 08:26:48 UTC 
(rev 4618)
@@ -290,9 +290,11 @@
 int unpacking_7bit_character(const struct gsmd_sms *src, char *dest)
 {
        int i = 0;
+       int l = 0;
 
        if (src->has_header)
-               i += ((src->data[0] << 3) + 14) / 7;
+               l += ((src->data[0] << 3) + 14) / 7;
+       i += l;
        for (; i < src->length; i ++)
                *(dest ++) =
                        ((src->data[(i * 7 + 7) >> 3] <<
@@ -301,7 +303,7 @@
                          ((i * 7) & 7))) & 0x7f;
        *dest = '\0';
 
-       return i;
+       return i - l;
 }
 
 int cbm_unpacking_7bit_character(const char *src, char *dest)




--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to