Hello!
How to power on/ power off USB_VBUS ? Board is based on Beaglebone Black. Kernel -- 3.12.10-ti2013.12.01.
The previous time I did it in that way:
echo "suspend"> /sys/bus/usb/devices/usb1/power/level
This method doesn't work any more.
The documentation recommends to use: power/level and power/autosuspend
How does it work?
Is there some special settings to be implemented in the kernel?