fluffynuts / CorsairBatteryTrayIcon

Shows a tray icon under windows to monitor the battery level in your Corsair headset
2 stars 0 forks source link

Support Corsair Virtuoso SE #1

Open lucasvperini opened 1 year ago

lucasvperini commented 1 year ago

Hello,

The battery level indicator does not work for Corsair Virtuoso SE, maybe you can add it?

Thank you!

fluffynuts commented 1 year ago

Assuming that it speaks the same protocol, can you provide me with the ProductId (also assuming the VendorId is still 0x1b1c)

image image

I could try shim in some logic around this, but of course, I have no way to test, so I'll need your assistance.

lucasvperini commented 1 year ago

Sure, here it's:

image

fluffynuts commented 1 year ago

I don't know if perhaps there's another device in device manager for your headset. I specifically need the view that shows something like "USB/VID1B1C&PID(something)"

This identifies the device with a vendor id (the VID part) and a product id (the PID part). The VID should be the same as my screenshot because they're both Corsair devices, but the PID should be different, and that's what I need, assuming that the protocol to talk to the headset is the same as mine.

lucasvperini commented 1 year ago

I'm afraid that's nothing like that you need. Here's all audio-related devices on my PC: image Looks like there's nothing that looks like "USB/VID1B1C&PID(something)" in the options. Any ideas?

lanchinho commented 7 months ago

There it is: Captura de tela 2024-04-23 143815

I changed the PID value in the src code but it is showing as disconnected. PS: vendor id seems to be the same.