Christopher Sachs wrote:
"The way to really fix the problem is to make /dev/input/uinput correspond to 
the trackpad. So who knows how to do this?"

No, I just checked the mouseemu source code, and I think the problem is
that mouseemu registers a handler for all input devices that have a
"relative axis event type". This handler is the one responsible for the
"key block" delay.

The problem with this is that AFAIK, all generic mice and touchpads have
this "relative axis event type". So I think that mouseemu should make
its matching more restrictive: just touchpads and not mice, especially
because its key block "feature" is enabled by default and very annoying
to users who don't want it. Perhaps it could match the actual touchpad
device name or product/vendor ID found in macbooks?

-- 
[Feisty[mouseemu]Freeze of usb mouse while using keyboard
https://bugs.launchpad.net/bugs/113344
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to