Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 08:53:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198019] [PATCH]: FreeBSD 10.1 fix for comms/telldus-core
Message-ID:  <bug-198019-13-XBhUJa46f7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198019-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198019-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198019

--- Comment #6 from Hans Petter Selasky <hselasky@FreeBSD.org> ---
Hi,
If you know the vendor and product IDs, then you shouldn't match for uftdiX at
all.

Use:

notify 50 {
       match "system"          "USB";
       match "subsystem"       "DEVICE";
       match "type"            "ATTACH";
       match "vendor"          "0x1781";
       match "product"         "0x0c30";
       action "chgrp dialer /dev/$cdev; chmod 660 /dev/$cdev";
};

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198019-13-XBhUJa46f7>