Hi, here is a patch for the namedev-parser not to rely on the order of the fields given in the rule. The error handling now is relaxed, if a field is given twice, the last one wins. If a key is unknown we use it as a sysfs attribute. It is not as efficient as the current version, cause we need to loop over the list of known fields for every given field, but we are free to sort the fields in udev.rules. What do you think? thanks, Kay