mvp / uhubctl

uhubctl - USB hub per-port power control
Other
2.23k stars 232 forks source link

Razer Basestation seems to be supported #513

Closed retpolanne closed 1 year ago

retpolanne commented 1 year ago

Hello!

https://www.razer.com/gaming-headsets-and-audio-accessories/razer-base-station-v2-chroma

This stand seems to be supported :)

╰→ uhubctl -l 0-1.1 -e -p 2 -a off
Current status for hub 0-1.1 [05e3:0610 RAZER USB2.1 Hub, USB 2.10, 4 ports, ppps]
  Port 2: 0103 power enable connect [10c4:ea60 Silicon Labs CP2102 USB to UART Bridge Controller 0001]
Sent power off request
New status for hub 0-1.1 [05e3:0610 RAZER USB2.1 Hub, USB 2.10, 4 ports, ppps]
  Port 2: 0000 off
╰→ uhubctl -l 0-1.1 -e -p 2
Current status for hub 0-1.1 [05e3:0610 RAZER USB2.1 Hub, USB 2.10, 4 ports, ppps]
  Port 2: 0000 off
╰→ uhubctl -l 0-1.1 -e
Current status for hub 0-1.1 [05e3:0610 RAZER USB2.1 Hub, USB 2.10, 4 ports, ppps]
  Port 1: 0503 power highspeed enable connect [214b:7250 USB2.0 HUB, USB 2.00, 4 ports, ganged]
  Port 2: 0000 off
  Port 3: 0503 power highspeed enable connect [1532:48f0 Generic Razer Base Station V2 Chroma]
  Port 4: 0103 power enable connect [1532:0f20 RAZER Razer Base Station V2 Chroma]
╰→ uhubctl -l 0-1.1 -e -p 2 -a on
Current status for hub 0-1.1 [05e3:0610 RAZER USB2.1 Hub, USB 2.10, 4 ports, ppps]
  Port 2: 0000 off
Sent power on request
New status for hub 0-1.1 [05e3:0610 RAZER USB2.1 Hub, USB 2.10, 4 ports, ppps]
  Port 2: 0101 power connect [10c4:ea60]

Tested with a CP2102 USB to UART adapter and a usb hub with LEDs. CP2102 LED turned off but usb hub and Razer chroma was still on.

retpolanne commented 1 year ago

False alarm... don't use a CP2102 for testing 😅