Utilities for dau
A collection of miscellaneous utilities for dau development.
dau-utils-pci-runtime-pm holds or releases Linux PCI runtime PM for devices matched from lspci -Dnn. It is intentionally package-neutral: callers such as dau-build decide which device patterns matter, while this utility owns the sysfs writes.
dau-utils-pci-runtime-pm hold --pattern Thunderbolt --pattern JHL --pattern 10ee:7011 --pattern Xilinx
dau-utils-pci-runtime-pm release --pattern Thunderbolt --pattern JHL --pattern 10ee:7011 --pattern XilinxUse --dry-run to print planned writes without touching sysfs.
Note
This library was generated using copier from the Base Python Project Template repository.