From d95ba9904cd8dded13c01818178275abb98cd36b Mon Sep 17 00:00:00 2001 From: Hans Maerki Date: Sat, 8 Nov 2025 08:05:30 +0100 Subject: [PATCH 1/2] README.md: Add usbhubctl and Octoprobe Signed-off-by: Hans Maerki --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 10ea639..968a28c 100644 --- a/README.md +++ b/README.md @@ -499,7 +499,8 @@ Notable projects using uhubctl | [Python Wrapper for uhubctl](https://github.com/nbuchwitz/python3-uhubctl) | Module to use uhubctl with Python | | [labgrid](https://github.com/labgrid-project/labgrid) | Framework for testing embedded Linux on hardware | | [Thermal Camera](https://tinyurl.com/5asne8hw) | Turn on/off robot's thermal camera when necessary | - +| [Usbhubctl](https://github.com/octoprobe/usbhubctl) | Pure python version of uhubctl. Autodetect komplex hubs | +| [Octoprobe](https://github.com/octoprobe/tentacle) | Hardware with per port power control. KiCad/USB2514B | Copyright ========= From 79d363a6912a129a25b22245cfc6fc707b136756 Mon Sep 17 00:00:00 2001 From: Hans Maerki Date: Sat, 8 Nov 2025 08:28:42 +0100 Subject: [PATCH 2/2] README.md: Add usb2_hub --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 968a28c..885f749 100644 --- a/README.md +++ b/README.md @@ -499,6 +499,7 @@ Notable projects using uhubctl | [Python Wrapper for uhubctl](https://github.com/nbuchwitz/python3-uhubctl) | Module to use uhubctl with Python | | [labgrid](https://github.com/labgrid-project/labgrid) | Framework for testing embedded Linux on hardware | | [Thermal Camera](https://tinyurl.com/5asne8hw) | Turn on/off robot's thermal camera when necessary | +| [Usb2_hub](https://github.com/brainsmoke/usb2_hub) | Hardware with per port power control. KiCad/FE1.1 | | [Usbhubctl](https://github.com/octoprobe/usbhubctl) | Pure python version of uhubctl. Autodetect komplex hubs | | [Octoprobe](https://github.com/octoprobe/tentacle) | Hardware with per port power control. KiCad/USB2514B |