View | Details | Raw Unified | Return to bug 198019 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-tdadmin-freebsd-devd-tellstick.conf (-1 / +1 lines)
Lines 6-12 Link Here
6
+	match "vendor" "0x1781";
6
+	match "vendor" "0x1781";
7
+	match "product" "0x0c30";
7
+	match "product" "0x0c30";
8
+
8
+
9
+	action "chgrp dialer /dev/ugen$port.$devaddr; chmod 660 /dev/ugen$port.$devaddr;
9
+	action "chgrp dialer /dev/$ugen; chmod 660 /dev/$ugen;
10
+		@CMAKE_INSTALL_PREFIX@/sbin/tdadmin --pid $product --vid $vendor --serial $sernum controller connect";
10
+		@CMAKE_INSTALL_PREFIX@/sbin/tdadmin --pid $product --vid $vendor --serial $sernum controller connect";
11
+};
11
+};
12
+
12
+

Return to bug 198019