On Thu, Nov 20, 2008 at 14:25, Scott James Remnant <[EMAIL PROTECTED]> wrote: > Is there a useful way to match the MODALIAS of the wacom device?
The modalias match looks crazy. :) The logic behind it should be: joystick == (ABS_X || ABS_WHEEL || ABS_THROTTLE) && !BTN_TOUCH Maybe we can switch to the capabilities values, which might look a bit more maintainable. Can we get the output of: grep . /sys/class/input/*/capabilities/* ? -- wacom intuos 2 not recognized as mouse (udev) https://bugs.launchpad.net/bugs/298835 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
