Comment 25 for bug 576610

Revision history for this message
negora (negora) wrote : Re: Manhattan tablet (WP8060U) working weird on Ubuntu 10.04 (Lucid Lynx)

stripedxii: You've SEVERAL ways to solve that. The idea behind this configuration file is to RESTRICT only the necessary.

So either you add the name of the vendor of your tablet to the MatchVendor key (using a pipe like "|" to separate the name from the others), or you set MatchDevice to the specific device path of your tablet, replacing event* by the concrete one. There are even more ways of achieving the same if you employ other kind of matching rules.

If you decide to use the rule MatchVendor, type:

sudo udevadm monitor --property

And look for a keyword called ID_VENDOR_ENC .That's the vendor name.

However, if you choose to use MatchDevice, type:

ls -al /dev/input/by-id

And see which event points to your tablet.

Both ways should work, as long as you keep MatchIsPointer instead of MatchIsTablet and you also specify the tablet features explicitly.