xorg-x11-drv-wacom/70-wacom.rules
Peter Hutterer 10eded9ff4 Fix udev rules file (thanks to Lennart):
The subsystem cannot be assigned.
Append the attrs to the device name
Match only on tty/pnp
2011-07-20 13:57:36 +10:00

9 lines
413 B
Plaintext

ACTION!="add|change", GOTO="wacom_end"
# Match all wacom tablets with a serial ID starting with WACf
SUBSYSTEM="tty", SUBSYSTEMS="pnp", ATTRS{id}=="WACf*", ENV{ID_MODEL}="Serial Wacom Tablet $attr{id}", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1"
SUBSYSTEM="tty", SUBSYSTEMS="pnp", ATTRS{id}=="FUJ*", ENV{ID_MODEL}="Serial Wacom Tablet $attr{id}", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1"
LABEL="wacom_end"