Suse 12.1 on X200 Tablet: stylus input

I havn’t found what kind of driver suse uses for the digitizer, so I’ll post here… (have to be wacom, but there is no “wacom” in lsmod output)

Click-action of the stylus gives two different coordinates for Buttonpress and Buttonrelease. As a result, the pen doesn’t work (clicked elements don’t see the release action)

Here is an output from xev for different corners:

upper left

ButtonPress event, serial 33, synthetic NO, window 0x7200001,
    root 0xaf, subw 0x7200002, time 24429441, (37,33), root:(25,56),
    state 0x0, button 1, same_screen YES

EnterNotify event, serial 33, synthetic NO, window 0x7200001,
    root 0xaf, subw 0x0, time 24429441, (37,33), root:(25,56),
    mode NotifyGrab, detail NotifyInferior, same_screen YES,
    focus YES, state 256

LeaveNotify event, serial 33, synthetic NO, window 0x7200001,
    root 0xaf, subw 0x7200002, time 24429589, (1291,-21), root:(1279,2),
    mode NotifyNormal, detail NotifyNonlinearVirtual, same_screen YES,
    focus YES, state 0

ButtonRelease event, serial 33, synthetic NO, window 0x7200001,
    root 0xaf, subw 0x0, time 24429589, (1291,-21), root:(1279,2),
    state 0x100, button 1, same_screen YES

LeaveNotify event, serial 33, synthetic NO, window 0x7200001,
    root 0xaf, subw 0x0, time 24429589, (1291,-21), root:(1279,2),
    mode NotifyUngrab, detail NotifyNonlinear, same_screen YES,
    focus YES, state 0

lower left

ButtonPress event, serial 33, synthetic NO, window 0x7200001,
    root 0xaf, subw 0x7200002, time 24455645, (40,37), root:(17,737),
    state 0x0, button 1, same_screen YES

EnterNotify event, serial 33, synthetic NO, window 0x7200001,
    root 0xaf, subw 0x0, time 24455645, (40,37), root:(17,737),
    mode NotifyGrab, detail NotifyInferior, same_screen YES,
    focus YES, state 256

LeaveNotify event, serial 33, synthetic NO, window 0x7200001,
    root 0xaf, subw 0x7200002, time 24455820, (1302,-698), root:(1279,2),
    mode NotifyNormal, detail NotifyNonlinearVirtual, same_screen YES,
    focus YES, state 0

ButtonRelease event, serial 33, synthetic NO, window 0x7200001,
    root 0xaf, subw 0x0, time 24455820, (1302,-698), root:(1279,2),
    state 0x100, button 1, same_screen YES

LeaveNotify event, serial 33, synthetic NO, window 0x7200001,
    root 0xaf, subw 0x0, time 24455820, (1302,-698), root:(1279,2),
    mode NotifyUngrab, detail NotifyNonlinear, same_screen YES,
    focus YES, state 0

If I change Mode to RELATIVE - it works (but it’s not a solution for a tablet pc…)

Does anyone know how to fix it, or where to post a bug report?