Hi John, On Dec 6, 2007 7:44 AM, John Pham <[EMAIL PROTECTED]> wrote: > Ignore the above, looks like my xserver was reading off > /dev/input/mice - the kernel kbtab driver appears to allow the tablet > to emulate a mouse, but doesn't really work w/ pressure sensitivity,
With kb_pressure_click=-1 module paramenet kbtab driver will send ABS_PRESSURE events to the userspace instead of converting them to BTN_LEFT. -- Dmitry