udev rules: remove ACTION=add
we start a udevadm trigger run somewhen after boot, which doesn't run rules with ACTION=add but instead ACTION=change. that way our rule would no longer match, and our device would be chowned away. now we always match and keep our usb device :-)
Please register or sign in to comment