This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to power on/ power off USB_VBUS ? (am3359. kernel 3.12.10)

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?