Is it possible to turn off power for USB devices on suspend/hibernate?

This should work:

echo "0" | sudo tee /sys/bus/usb/devices/usb1/power/control
1 Like