View | Details | Raw Unified | Return to bug 242168
Collapse All | Expand All

(-)pkg-message (-2 / +2 lines)
Lines 15-21 Link Here
15
	match "type"		"ATTACH";
15
	match "type"		"ATTACH";
16
	match "vendor"	"0x04b4";
16
	match "vendor"	"0x04b4";
17
	match "product"	"0x6022";
17
	match "product"	"0x6022";
18
	action "/usr/sbin/chown {your-user}:users /dev/usb/8.5.*";
18
	action "/usr/sbin/chown {your-user}: /dev/usb/`echo $cdev | sed s/ugen//`.*";
19
};
19
};
20
notify 100 {
20
notify 100 {
21
	match "system"		"USB";
21
	match "system"		"USB";
Lines 23-29 Link Here
23
	match "type"		"ATTACH";
23
	match "type"		"ATTACH";
24
	match "vendor"	"0x04b5";
24
	match "vendor"	"0x04b5";
25
	match "product"	"0x6022";
25
	match "product"	"0x6022";
26
	action "/usr/sbin/chown {your-user}:users /dev/usb/8.5.*";
26
	action "/usr/sbin/chown {your-user}: /dev/usb/`echo $cdev | sed s/ugen//`.*";
27
};
27
};
28
28
29
The "action" above doesn't use $device-name due to:
29
The "action" above doesn't use $device-name due to:

Return to bug 242168