Created attachment 167424 [details] add # BEFORE: devd devd start before wacom rc.d script and attach ums driver to wacom device. # BEFORE: devd must be added to wacom rc.d script to fix this issue.
A commit references this bug: Author: jbeich Date: Sun Feb 28 12:16:13 UTC 2016 New revision: 409737 URL: https://svnweb.freebsd.org/changeset/ports/409737 Log: x11-drivers/xf86-input-wacom: prevent devd(8) loading ums(4) first devd(8) tries to load drivers for some classes of devices while rc.d/wacom disables ums(4) for wacom devices. Adding quirks after the driver is loaded would be too late. PR: 207506 Submitted by: rozhuk.im@gmail.com MFH: 2016Q1 Changes: head/x11-drivers/xf86-input-wacom/Makefile head/x11-drivers/xf86-input-wacom/files/wacom.in
Thanks. Committed.
A commit references this bug: Author: jbeich Date: Sun Feb 28 20:40:04 UTC 2016 New revision: 409758 URL: https://svnweb.freebsd.org/changeset/ports/409758 Log: MFH: r409737 x11-drivers/xf86-input-wacom: prevent devd(8) loading ums(4) first devd(8) tries to load drivers for some classes of devices while rc.d/wacom disables ums(4) for wacom devices. Adding quirks after the driver is loaded would be too late. PR: 207506 Submitted by: rozhuk.im@gmail.com Approved by: ports-secteam (feld) Changes: _U branches/2016Q1/ branches/2016Q1/x11-drivers/xf86-input-wacom/Makefile branches/2016Q1/x11-drivers/xf86-input-wacom/files/wacom.in