mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 17:47:13 +08:00
9 lines
361 B
Plaintext
9 lines
361 B
Plaintext
ACTION!="add|change", GOTO="wacom_end"
|
|
|
|
# Match all wacom tablets with a serial ID starting with WACf
|
|
ATTRS{id}=="WACf*" ENV{NAME}="Serial Wacom Tablet", ENV{SUBSYSTEM}="input", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1"
|
|
ATTRS{id}=="FUJ*" ENV{NAME}="Serial Wacom Tablet", ENV{SUBSYSTEM}="input", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1"
|
|
|
|
LABEL="wacom_end"
|
|
|