On 10/29/12 at 08:09pm, Tom Gundersen wrote:
On Mon, Oct 29, 2012 at 3:24 PM, Curtis Shimamoto <sugar.and.scruffy@gmail.com> wrote:
One more thing I forgot to ask. Do I need to include the ACTION and ENV{MAJOR} stuff in my personal rule (71-my-uaccess.rule)? Namely:
ACTION=="remove", GOTO="uaccess_end" ENV{MAJOR}=="", GOTO="uaccess_end" ... LABEL="uaccess_end"
Because, honestly, I am not entirely sure what that does besides the obvious part of telling it where to proceed to.
You should keep the GOTO/LABEL in. It makes sure the rule is ignored in case the device is being ignored, or in case the MAJOR is not set.
-t
Awesome! Thanks so much for the input everyone. I shall go forth with confidence in my new udev rule! -- Curtis Shimamoto sugar.and.scruffy@gmail.com