D-Link DUB-H7 7x Ports USB Hub ( only version 1 works, silver case)
D-Link DFB-H7 Combo Hub
Compile software:
http://forum.arduino.cc/index.php?topic=305926.msg2124619#msg2124619
or download pre-compiled software:
wget -O hub-ctrl https://www.dropbox.com/s/dqlfrm91v5s7t2b/hub-ctrl?dl=0 --no-check-certificate
chmod 755 hub-ctrl
root@Arduino:/mnt/sda1# ./hub-ctrl -h
Usage: ./hub-ctrl [{-h HUBNUM | -b BUSNUM -d DEVNUM}] \
[-P PORT] [{-p [VALUE]|-l [VALUE]}]
./hub-ctrl -v
...
Hub #2 at 001:003
INFO: individual power switching.
Hub Port Status:
Port 1: 0000.0000
Port 2: 0000.0000
Port 3: 0000.0000
Port 4: 0000.0000
./hub-ctrl -h 2 -P 1 -p 1
./hub-ctrl -v
...
Hub #2 at 001:003
INFO: individual power switching.
Hub Port Status:
Port 1: 0000.0100 power
Port 2: 0000.0000
Port 3: 0000.0000
Port 4: 0000.0000
USB Port 1 POWER SWITCHING on and LED is on.