Send buglog mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/buglog
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 buglog digest..."
Today's Topics:

   1. [Bug 1178] iron out XVideo support in Xglamo
      ([EMAIL PROTECTED])
   2. [Bug 1234] New: investigate using DMA for pixmap migration
      ([EMAIL PROTECTED])
   3. [Bug 1234] investigate using DMA for pixmap migration
      ([EMAIL PROTECTED])
   4. [Bug 1234] investigate using DMA for pixmap migration
      ([EMAIL PROTECTED])
   5. [Bug 1232] PIN authentication does not work
      ([EMAIL PROTECTED])
   6. [Bug 1235] New: aux button and charger/usb insertion emit
      same      keycode ([EMAIL PROTECTED])
   7. [Bug 1202] Packagekit may crash while installing
      ([EMAIL PROTECTED])
   8. [Bug 1235] aux button and charger/usb insertion emit same
      keycode ([EMAIL PROTECTED])
   9. [Bug 978] Package info tab opens keyboard
      ([EMAIL PROTECTED])
  10. [Bug 1235] aux button and charger/usb insertion emit same
      keycode ([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1178





------- Additional Comments From [EMAIL PROTECTED]  2008-02-18 12:33 -------
This is considered done now. 



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1234

           Summary: investigate using DMA for pixmap migration
           Product: OpenMoko
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Xfbdev (kdrive), Xglamo
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


This would need adding support to the kernel framebuffer driver to perform DMA
based pixmap copy, from user space to video ram, and vice versa.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1234





------- Additional Comments From [EMAIL PROTECTED]  2008-02-18 12:38 -------
Created an attachment (id=532)
 --> 
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=532&action=view)
initial implementation of the dma based pixmap migration

This copies the pixmap from userspace to an in-kernel DMA friendly contiguous
buffer. The DMA is then triggered to copy the pixmap line by line to the
destination. The line by line copy is suboptimal but needed to respect the
pitch of the destination screen.

A better implementation would be to bulk copy the data of the pixmap into a
"bounce buffer" in offscreen vram, and then, use the blitter of the glamo chip
to copy the pixmap from the bounce buffer to the actual final destination,
respecting the pitch of the destination screen



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1234





------- Additional Comments From [EMAIL PROTECTED]  2008-02-18 13:07 -------
Created an attachment (id=533)
 --> 
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=533&action=view)
a OE bitbake package sources of the test-glamo-dma userspace test app.

cd into your org.openembedded.dev/packages and untar this to have a
test-glamo-dma package.

To compile it, do bitbake test-glamo-dma .

Then copy the generated test-glamo-dma_0.1-r1_armv4t.ipk to the device.

Launch test-glamo-dma --copy-pixmap to test the kernel patch that is also
attached. You should see white rectangle of 100x100 drawn on the top left
corner  of the screen.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1232





------- Additional Comments From [EMAIL PROTECTED]  2008-02-18 13:30 -------
it's probably atcmd buffer length problem, please update gsmd version > 
svnr4066.

or you could try to use this gsmd version first: 

1. get the tar file from
http://people.openmoko.org/erin_yueh/gsmd_r4084_fromErin.tar.gz

2. from local PC
#scp gsmd_r4084_fromErin.tar.gz [EMAIL PROTECTED]:/

3. from NEO
# ssh [EMAIL PROTECTED]
# killall gsmd
# tar zxvf gsmd_r4084_fromErin.tar.gz
 (it will replace with all old gsmd lib files)
# /etc/init.d/gsmd restart
 (restart gsmd daemon) 

4. now, hope you can enter your PIN code
 




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1235

           Summary: aux button and charger/usb insertion emit same keycode
           Product: OpenMoko
           Version: current svn head
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: kernel
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


using x11 (tested with xev) or directfb i can't distiguish aux-buttom from
usb-plug events. the only difference is that there is no KeyRelease event. Both
send a keycode 8. neod seems works fine with it because it uses the KeyRelease 
only.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1202





------- Additional Comments From [EMAIL PROTECTED]  2008-02-18 16:07 -------
I've just fixed a memory corruption issue with opkg, which could have been
related to this bug. I've also tested opkg with valgrind for both install and
remove actions, and it does not detect any memory issues.

Please try again with the latest version of opkg and if there is still a
problem, produce a backtrace with gdb.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1235





------- Additional Comments From [EMAIL PROTECTED]  2008-02-18 21:07 -------
I can't confirm this. On my GTA01 I see xev emitting keycode 177 for AUX and
keycode 108 for USB/Charger. Could you upload your xev output?



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=978





------- Additional Comments From [EMAIL PROTECTED]  2008-02-18 21:12 -------
Outer window is 0x1600001, inner window is 0x1600002

PropertyNotify event, serial 7, synthetic NO, window 0x1600001,
    atom 0x27 (WM_NAME), time 765245674, state PropertyNewValue

PropertyNotify event, serial 8, synthetic NO, window 0x1600001,
    atom 0x22 (WM_COMMAND), time 765245674, state PropertyNewValue

PropertyNotify event, serial 9, synthetic NO, window 0x1600001,
    atom 0x28 (WM_NORMAL_HINTS), time 765245674, state PropertyNewValue

CreateNotify event, serial 10, synthetic NO, window 0x1600001,
    parent 0x1600001, window 0x1600002, (10,10), width 50, height 50
border_width 4, override NO

MapNotify event, serial 11, synthetic NO, window 0x1600001,
    event 0x1600001, window 0x1600002, override NO

PropertyNotify event, serial 12, synthetic NO, window 0x1600001,
    atom 0xaa (_NET_WM_DESKTOP), time 765245700, state PropertyNewValue

PropertyNotify event, serial 12, synthetic NO, window 0x1600001,
    atom 0xd3 (_NET_WM_ALLOWED_ACTIONS), time 765245700, state PropertyNewValue

PropertyNotify event, serial 12, synthetic NO, window 0x1600001,
    atom 0x64 (WM_STATE), time 765245700, state PropertyNewValue

ConfigureNotify event, serial 12, synthetic NO, window 0x1600001,
    event 0x1600001, window 0x1600001, (0,0), width 178, height 178,
    border_width 0, above 0xc00056, override NO

ReparentNotify event, serial 12, synthetic NO, window 0x1600001,
    event 0x1600001, window 0x1600001, parent 0x6000c4,
    (0,50), override NO

ConfigureNotify event, serial 12, synthetic NO, window 0x1600001,
    event 0x1600001, window 0x1600001, (0,50), width 480, height 423,
    border_width 0, above 0x6000c5, override NO

MapNotify event, serial 12, synthetic NO, window 0x1600001,
    event 0x1600001, window 0x1600001, override NO

VisibilityNotify event, serial 12, synthetic NO, window 0x1600001,
    state VisibilityUnobscured

Expose event, serial 12, synthetic NO, window 0x1600001,
    (0,0), width 480, height 10, count 3

Expose event, serial 12, synthetic NO, window 0x1600001,
    (0,10), width 10, height 58, count 2

Expose event, serial 12, synthetic NO, window 0x1600001,
    (68,10), width 412, height 58, count 1

Expose event, serial 12, synthetic NO, window 0x1600001,
    (0,68), width 480, height 355, count 0

FocusIn event, serial 12, synthetic NO, window 0x1600001,
    mode NotifyNormal, detail NotifyNonlinear

KeymapNotify event, serial 12, synthetic NO, window 0x0,
    keys:  0   0   0   0   16  0   0   0   0   0   0   0   0   16  0   0   
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   

PropertyNotify event, serial 12, synthetic NO, window 0x1600001,
    atom 0xad (_NET_WM_STATE), time 765245778, state PropertyNewValue

PropertyNotify event, serial 12, synthetic NO, window 0x1600001,
    atom 0x64 (WM_STATE), time 765245779, state PropertyNewValue

KeyRelease event, serial 12, synthetic NO, window 0x1600001,
    root 0x3a, subw 0x0, time 765245792, (451,506), root:(451,556),
    state 0x40, keycode 36 (keysym 0xff0d, Return), same_screen YES,
    XLookupString gives 1 bytes: (0d) "
"
    XFilterEvent returns: False

ConfigureNotify event, serial 21, synthetic NO, window 0x1600001,
    event 0x1600001, window 0x1600001, (0,50), width 480, height 590,
    border_width 0, above 0x6000c5, override NO

VisibilityNotify event, serial 21, synthetic NO, window 0x1600001,
    state VisibilityPartiallyObscured

Expose event, serial 21, synthetic NO, window 0x1600001,
    (0,0), width 480, height 10, count 3

Expose event, serial 21, synthetic NO, window 0x1600001,
    (0,10), width 10, height 58, count 2

Expose event, serial 21, synthetic NO, window 0x1600001,
    (68,10), width 412, height 58, count 1

Expose event, serial 21, synthetic NO, window 0x1600001,
    (0,68), width 480, height 355, count 0

ConfigureNotify event, serial 21, synthetic YES, window 0x1600001,
    event 0x1600001, window 0x1600001, (0,50), width 480, height 590,
    border_width 0, above 0x0, override NO

VisibilityNotify event, serial 21, synthetic NO, window 0x1600001,
    state VisibilityUnobscured

Expose event, serial 21, synthetic NO, window 0x1600001,
    (0,423), width 480, height 167, count 0

EnterNotify event, serial 21, synthetic NO, window 0x1600001,
    root 0x3a, subw 0x0, time 765245927, (451,506), root:(451,556),
    mode NotifyNormal, detail NotifyNonlinear, same_screen YES,
    focus YES, state 64

KeymapNotify event, serial 21, synthetic NO, window 0x0,
    keys:  68  0   0   0   0   0   0   0   0   0   0   0   0   16  0   0   
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   

KeyPress event, serial 21, synthetic NO, window 0x1600001,
    root 0x3a, subw 0x0, time 765248923, (451,506), root:(451,556),
    state 0x40, keycode 177 (keysym 0x0, NoSymbol), same_screen YES,
    XLookupString gives 1 bytes: (00) ""
    XFilterEvent returns: False

KeyRelease event, serial 21, synthetic NO, window 0x1600001,
    root 0x3a, subw 0x0, time 765249331, (451,506), root:(451,556),
    state 0x40, keycode 177 (keysym 0x0, NoSymbol), same_screen YES,
    XLookupString gives 1 bytes: (00) ""
    XFilterEvent returns: False

VisibilityNotify event, serial 21, synthetic NO, window 0x1600001,
    state VisibilityFullyObscured

LeaveNotify event, serial 21, synthetic NO, window 0x1600001,
    root 0x3a, subw 0x0, time 765249358, (451,506), root:(451,556),
    mode NotifyNormal, detail NotifyNonlinear, same_screen YES,
    focus YES, state 64

FocusOut event, serial 21, synthetic NO, window 0x1600001,
    mode NotifyNormal, detail NotifyNonlinear

VisibilityNotify event, serial 21, synthetic NO, window 0x1600001,
    state VisibilityUnobscured

Expose event, serial 21, synthetic NO, window 0x1600001,
    (0,0), width 480, height 10, count 3

Expose event, serial 21, synthetic NO, window 0x1600001,
    (0,10), width 10, height 58, count 2

Expose event, serial 21, synthetic NO, window 0x1600001,
    (68,10), width 412, height 58, count 1

Expose event, serial 21, synthetic NO, window 0x1600001,
    (0,68), width 480, height 522, count 0

EnterNotify event, serial 21, synthetic NO, window 0x1600001,
    root 0x3a, subw 0x0, time 765253116, (451,506), root:(451,556),
    mode NotifyNormal, detail NotifyNonlinear, same_screen YES,
    focus NO, state 64

KeymapNotify event, serial 21, synthetic NO, window 0x0,
    keys:  1   0   0   0   0   0   0   0   0   0   0   0   0   16  0   0   
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   

FocusIn event, serial 21, synthetic NO, window 0x1600001,
    mode NotifyNormal, detail NotifyNonlinear

KeymapNotify event, serial 21, synthetic NO, window 0x0,
    keys:  0   0   0   0   0   0   0   0   0   0   0   0   0   16  0   0   
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   

KeyRelease event, serial 21, synthetic NO, window 0x1600001,
    root 0x3a, subw 0x0, time 765256716, (451,506), root:(451,556),
    state 0x40, keycode 108 (keysym 0xff7e, Mode_switch), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 21, synthetic NO, window 0x1600001,
    root 0x3a, subw 0x0, time 765260801, (451,506), root:(451,556),
    state 0x0, keycode 108 (keysym 0xff7e, Mode_switch), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 21, synthetic NO, window 0x1600001,
    root 0x3a, subw 0x0, time 765264383, (451,506), root:(451,556),
    state 0x40, keycode 124 (keysym 0xff62, Execute), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 21, synthetic NO, window 0x1600001,
    root 0x3a, subw 0x0, time 765264672, (451,506), root:(451,556),
    state 0x40, keycode 124 (keysym 0xff62, Execute), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1235





------- Additional Comments From [EMAIL PROTECTED]  2008-02-18 21:13 -------
Outer window is 0x1600001, inner window is 0x1600002

PropertyNotify event, serial 7, synthetic NO, window 0x1600001,
    atom 0x27 (WM_NAME), time 765245674, state PropertyNewValue

PropertyNotify event, serial 8, synthetic NO, window 0x1600001,
    atom 0x22 (WM_COMMAND), time 765245674, state PropertyNewValue

PropertyNotify event, serial 9, synthetic NO, window 0x1600001,
    atom 0x28 (WM_NORMAL_HINTS), time 765245674, state PropertyNewValue

CreateNotify event, serial 10, synthetic NO, window 0x1600001,
    parent 0x1600001, window 0x1600002, (10,10), width 50, height 50
border_width 4, override NO

MapNotify event, serial 11, synthetic NO, window 0x1600001,
    event 0x1600001, window 0x1600002, override NO

PropertyNotify event, serial 12, synthetic NO, window 0x1600001,
    atom 0xaa (_NET_WM_DESKTOP), time 765245700, state PropertyNewValue

PropertyNotify event, serial 12, synthetic NO, window 0x1600001,
    atom 0xd3 (_NET_WM_ALLOWED_ACTIONS), time 765245700, state PropertyNewValue

PropertyNotify event, serial 12, synthetic NO, window 0x1600001,
    atom 0x64 (WM_STATE), time 765245700, state PropertyNewValue

ConfigureNotify event, serial 12, synthetic NO, window 0x1600001,
    event 0x1600001, window 0x1600001, (0,0), width 178, height 178,
    border_width 0, above 0xc00056, override NO

ReparentNotify event, serial 12, synthetic NO, window 0x1600001,
    event 0x1600001, window 0x1600001, parent 0x6000c4,
    (0,50), override NO

ConfigureNotify event, serial 12, synthetic NO, window 0x1600001,
    event 0x1600001, window 0x1600001, (0,50), width 480, height 423,
    border_width 0, above 0x6000c5, override NO

MapNotify event, serial 12, synthetic NO, window 0x1600001,
    event 0x1600001, window 0x1600001, override NO

VisibilityNotify event, serial 12, synthetic NO, window 0x1600001,
    state VisibilityUnobscured

Expose event, serial 12, synthetic NO, window 0x1600001,
    (0,0), width 480, height 10, count 3

Expose event, serial 12, synthetic NO, window 0x1600001,
    (0,10), width 10, height 58, count 2

Expose event, serial 12, synthetic NO, window 0x1600001,
    (68,10), width 412, height 58, count 1

Expose event, serial 12, synthetic NO, window 0x1600001,
    (0,68), width 480, height 355, count 0

FocusIn event, serial 12, synthetic NO, window 0x1600001,
    mode NotifyNormal, detail NotifyNonlinear

KeymapNotify event, serial 12, synthetic NO, window 0x0,
    keys:  0   0   0   0   16  0   0   0   0   0   0   0   0   16  0   0   
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   

PropertyNotify event, serial 12, synthetic NO, window 0x1600001,
    atom 0xad (_NET_WM_STATE), time 765245778, state PropertyNewValue

PropertyNotify event, serial 12, synthetic NO, window 0x1600001,
    atom 0x64 (WM_STATE), time 765245779, state PropertyNewValue

KeyRelease event, serial 12, synthetic NO, window 0x1600001,
    root 0x3a, subw 0x0, time 765245792, (451,506), root:(451,556),
    state 0x40, keycode 36 (keysym 0xff0d, Return), same_screen YES,
    XLookupString gives 1 bytes: (0d) "
"
    XFilterEvent returns: False

ConfigureNotify event, serial 21, synthetic NO, window 0x1600001,
    event 0x1600001, window 0x1600001, (0,50), width 480, height 590,
    border_width 0, above 0x6000c5, override NO

VisibilityNotify event, serial 21, synthetic NO, window 0x1600001,
    state VisibilityPartiallyObscured

Expose event, serial 21, synthetic NO, window 0x1600001,
    (0,0), width 480, height 10, count 3

Expose event, serial 21, synthetic NO, window 0x1600001,
    (0,10), width 10, height 58, count 2

Expose event, serial 21, synthetic NO, window 0x1600001,
    (68,10), width 412, height 58, count 1

Expose event, serial 21, synthetic NO, window 0x1600001,
    (0,68), width 480, height 355, count 0

ConfigureNotify event, serial 21, synthetic YES, window 0x1600001,
    event 0x1600001, window 0x1600001, (0,50), width 480, height 590,
    border_width 0, above 0x0, override NO

VisibilityNotify event, serial 21, synthetic NO, window 0x1600001,
    state VisibilityUnobscured

Expose event, serial 21, synthetic NO, window 0x1600001,
    (0,423), width 480, height 167, count 0

EnterNotify event, serial 21, synthetic NO, window 0x1600001,
    root 0x3a, subw 0x0, time 765245927, (451,506), root:(451,556),
    mode NotifyNormal, detail NotifyNonlinear, same_screen YES,
    focus YES, state 64

KeymapNotify event, serial 21, synthetic NO, window 0x0,
    keys:  68  0   0   0   0   0   0   0   0   0   0   0   0   16  0   0   
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   

KeyPress event, serial 21, synthetic NO, window 0x1600001,
    root 0x3a, subw 0x0, time 765248923, (451,506), root:(451,556),
    state 0x40, keycode 177 (keysym 0x0, NoSymbol), same_screen YES,
    XLookupString gives 1 bytes: (00) ""
    XFilterEvent returns: False

KeyRelease event, serial 21, synthetic NO, window 0x1600001,
    root 0x3a, subw 0x0, time 765249331, (451,506), root:(451,556),
    state 0x40, keycode 177 (keysym 0x0, NoSymbol), same_screen YES,
    XLookupString gives 1 bytes: (00) ""
    XFilterEvent returns: False

VisibilityNotify event, serial 21, synthetic NO, window 0x1600001,
    state VisibilityFullyObscured

LeaveNotify event, serial 21, synthetic NO, window 0x1600001,
    root 0x3a, subw 0x0, time 765249358, (451,506), root:(451,556),
    mode NotifyNormal, detail NotifyNonlinear, same_screen YES,
    focus YES, state 64

FocusOut event, serial 21, synthetic NO, window 0x1600001,
    mode NotifyNormal, detail NotifyNonlinear

VisibilityNotify event, serial 21, synthetic NO, window 0x1600001,
    state VisibilityUnobscured

Expose event, serial 21, synthetic NO, window 0x1600001,
    (0,0), width 480, height 10, count 3

Expose event, serial 21, synthetic NO, window 0x1600001,
    (0,10), width 10, height 58, count 2

Expose event, serial 21, synthetic NO, window 0x1600001,
    (68,10), width 412, height 58, count 1

Expose event, serial 21, synthetic NO, window 0x1600001,
    (0,68), width 480, height 522, count 0

EnterNotify event, serial 21, synthetic NO, window 0x1600001,
    root 0x3a, subw 0x0, time 765253116, (451,506), root:(451,556),
    mode NotifyNormal, detail NotifyNonlinear, same_screen YES,
    focus NO, state 64

KeymapNotify event, serial 21, synthetic NO, window 0x0,
    keys:  1   0   0   0   0   0   0   0   0   0   0   0   0   16  0   0   
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   

FocusIn event, serial 21, synthetic NO, window 0x1600001,
    mode NotifyNormal, detail NotifyNonlinear

KeymapNotify event, serial 21, synthetic NO, window 0x0,
    keys:  0   0   0   0   0   0   0   0   0   0   0   0   0   16  0   0   
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   

KeyRelease event, serial 21, synthetic NO, window 0x1600001,
    root 0x3a, subw 0x0, time 765256716, (451,506), root:(451,556),
    state 0x40, keycode 108 (keysym 0xff7e, Mode_switch), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 21, synthetic NO, window 0x1600001,
    root 0x3a, subw 0x0, time 765260801, (451,506), root:(451,556),
    state 0x0, keycode 108 (keysym 0xff7e, Mode_switch), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyPress event, serial 21, synthetic NO, window 0x1600001,
    root 0x3a, subw 0x0, time 765264383, (451,506), root:(451,556),
    state 0x40, keycode 124 (keysym 0xff62, Execute), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 21, synthetic NO, window 0x1600001,
    root 0x3a, subw 0x0, time 765264672, (451,506), root:(451,556),
    state 0x40, keycode 124 (keysym 0xff62, Execute), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



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

Reply via email to