Bug 207506

Summary: x11-drivers/xf86-input-wacom: rc.d script must start before devd
Product: Ports & Packages Reporter: Ivan Rozhuk <rozhuk.im>
Component: Individual Port(s)Assignee: Jan Beich <jbeich>
Status: Closed FIXED    
Severity: Affects Many People Keywords: patch
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
add # BEFORE: devd jbeich: maintainer-approval+

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