Hi, There is some logic in udevtrigger (udev-0.89 or current git) to make some events being triggered first or last. But it doesn't work because, in device_list_insert(), some "sysfs_path"-prefixed devices paths are compared to some unprefixed paths (the ones from first_list/last_list). The attached patch fixes that. Thanks, -- TGL.