Bug 207506 - x11-drivers/xf86-input-wacom: rc.d script must start before devd
Summary: x11-drivers/xf86-input-wacom: rc.d script must start before devd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Jan Beich
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-02-26 01:20 UTC by Ivan Rozhuk
Modified: 2016-02-28 20:40 UTC (History)
0 users

See Also:


Attachments
add # BEFORE: devd (945 bytes, application/x-shellscript)
2016-02-26 01:20 UTC, Ivan Rozhuk
jbeich: maintainer-approval+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Rozhuk 2016-02-26 01:20:52 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-02-28 12:16:53 UTC
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
Comment 2 Jan Beich freebsd_committer freebsd_triage 2016-02-28 12:18:15 UTC
Thanks. Committed.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-02-28 20:40:44 UTC
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