[Bug 198019] [PATCH]: FreeBSD 10.1 fix for comms/telldus-core
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 25 08:53:24 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198019
--- Comment #6 from Hans Petter Selasky <hselasky at 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.
More information about the freebsd-ports-bugs
mailing list