summaryrefslogtreecommitdiff
path: root/rules.d/60-persistent-input.rules
Commit message (Collapse)AuthorAgeFilesLines
* udev: add i2c to 60-persistent-input.rules for by-path (#18808)Tom Shield2021-03-021-2/+2
| | | | | Add the i2c subsystem to those that create by-path links. i2c devices may not have IDs so we can't rely on the by-id links but they (or some of them) should at least have a path that we can use.
* Rename udev's rules/ to rules.d/Zbigniew Jędrzejewski-Szmek2019-10-101-0/+42
This change is only about the source tree. We have tmpfiles.d/, modprobe.d/, sysctl.d/, and sysusers.d/, but for historical reasons, rules/ didn't fit this pattern. We also *install* it as rules.d/. Let's rename to be consistent.