Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | udev: add USB revision in ID_PATH | Yu Watanabe | 2023-05-20 | 1 | -2/+4 |
| | | | | | | | | | xHCI host controller may register two (or more?) USB root hubs for USB 2.0 and USB 3.0, and devices under the hubs may have same ID_PATH. So, to avoid the conflict, let's introduce ID_PATH_WITH_USB_REVISION that includes the USB revision. Closes #19406. | ||||
* | Rename udev's rules/ to rules.d/ | Zbigniew Jędrzejewski-Szmek | 2019-10-10 | 1 | -0/+20 |
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. |