mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-22 16:06:04 -05:00
6ea2a6fd38
Introduce a driver for the Corsair Void family of headsets, supporting: - Battery reporting (power_supply) - Sidetone setting support - Physical microphone location reporting - Headset and receiver firmware version reporting - Built-in alert triggering - USB wireless_status Tested with a Void Pro Wireless, Void Elite Wireless and a Void Elite Wired Signed-off-by: Stuart Hayhurst <stuart.a.hayhurst@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
38 lines
1.4 KiB
Text
38 lines
1.4 KiB
Text
What: /sys/bus/hid/drivers/hid-corsair-void/<dev>/fw_version_headset
|
|
Date: January 2024
|
|
KernelVersion: 6.13
|
|
Contact: Stuart Hayhurst <stuart.a.hayhurst@gmail.com>
|
|
Description: (R) The firmware version of the headset
|
|
* Returns -ENODATA if no version was reported
|
|
|
|
What: /sys/bus/hid/drivers/hid-corsair-void/<dev>/fw_version_receiver
|
|
Date: January 2024
|
|
KernelVersion: 6.13
|
|
Contact: Stuart Hayhurst <stuart.a.hayhurst@gmail.com>
|
|
Description: (R) The firmware version of the receiver
|
|
|
|
What: /sys/bus/hid/drivers/hid-corsair-void/<dev>/microphone_up
|
|
Date: July 2023
|
|
KernelVersion: 6.13
|
|
Contact: Stuart Hayhurst <stuart.a.hayhurst@gmail.com>
|
|
Description: (R) Get the physical position of the microphone
|
|
* 1 -> Microphone up
|
|
* 0 -> Microphone down
|
|
|
|
What: /sys/bus/hid/drivers/hid-corsair-void/<dev>/send_alert
|
|
Date: July 2023
|
|
KernelVersion: 6.13
|
|
Contact: Stuart Hayhurst <stuart.a.hayhurst@gmail.com>
|
|
Description: (W) Play a built-in notification from the headset (0 / 1)
|
|
|
|
What: /sys/bus/hid/drivers/hid-corsair-void/<dev>/set_sidetone
|
|
Date: December 2023
|
|
KernelVersion: 6.13
|
|
Contact: Stuart Hayhurst <stuart.a.hayhurst@gmail.com>
|
|
Description: (W) Set the sidetone volume (0 - sidetone_max)
|
|
|
|
What: /sys/bus/hid/drivers/hid-corsair-void/<dev>/sidetone_max
|
|
Date: July 2024
|
|
KernelVersion: 6.13
|
|
Contact: Stuart Hayhurst <stuart.a.hayhurst@gmail.com>
|
|
Description: (R) Report the maximum sidetone volume
|