On Mon, Oct 29, 2012 at 3:24 PM, Curtis Shimamoto <sugar.and.scruffy@xxxxxxxxx> 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