-
Hello, When looking at pdudaemon, it becomes appearent that it does not just support network PDUs, but also switchable usb hubs (such as the ykush, as seen in the pdudaemon repo). Thus, I'd like to clarify whether there are any future plans in regard to the USBPowerDriver (esp. usbhubctl support) in labgrid itself. Thank you for your support and the continued development of labgrid :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't have plans to remove existing drivers, but just to avoid the maintenance overhead of adding new ones. uhubctl is a bit of a special case, as you'll want to have an exporter for USB devices on those ports anyway. So having that configurable with a single exporter would be preferable to using pdudaemon. |
Beta Was this translation helpful? Give feedback.
I don't have plans to remove existing drivers, but just to avoid the maintenance overhead of adding new ones.
uhubctl is a bit of a special case, as you'll want to have an exporter for USB devices on those ports anyway. So having that configurable with a single exporter would be preferable to using pdudaemon.