2010-05-20 23:27:33 +00:00
|
|
|
ACTION!="add|change", GOTO="wacom_end"
|
|
|
|
|
|
|
|
# Match all wacom tablets with a serial ID starting with WACf
|
2011-07-20 03:57:36 +00:00
|
|
|
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"
|
2010-05-20 23:27:33 +00:00
|
|
|
|
|
|
|
LABEL="wacom_end"
|
|
|
|
|