mvp

Results 57 comments of mvp

@Raymo111, so, can you do VBUS off test?

https://github.com/mvp/uhubctl?tab=readme-ov-file#how-do-i-check-if-my-usb-hub-is-supported-by-uhubctl Check for VBUS (voltage) off support: plug a phone, USB light or USB fan into USB port of your hub. Try using uhubctl to turn power off on that...

``` ProductVersion: 26.0 ``` What macOS version is this??? Are you coming from the future? Or have some development macOS version installed/ I have latest macOS Sequoia 15.5 installed, and...

Relevant discussion from the past https://github.com/libusb/libusb/issues/707

This is the breakage which was observed in macOS 12.4 (x86 only) and was silently fixed by Apple in 12.5 https://github.com/libusb/libusb/issues/1156

Then next debug step is to build and run `listdevs` provided in libusb repository. It should not print devices path as single digit.

Added README note how to make uhubctl work on Tahoe after https://github.com/libusb/libusb/pull/1700 was merged: ``` brew uninstall libusb --ignore-dependencies brew install libusb --head ```