udev rule files in /etc/udev/rules.d, usage of SYSFS
I just got flooded with this message:
'SYSFS{}= will be removed in a future udev version, please use ATTR{}=
to match the event device, or ATTRS{}= to match a parent device, in
/etc/udev/rules.d/51-hso-udev.rules'
And I remembered there are 2 things to fix.
1) Move all udev rule files provided by us to /lib/udev/rules.d
(/etc/udev/rules.d is for the user only)