···11+What: /sys/bus/hid/drivers/hid-corsair-void/<dev>/fw_version_headset22+Date: January 202433+KernelVersion: 6.1344+Contact: Stuart Hayhurst <stuart.a.hayhurst@gmail.com>55+Description: (R) The firmware version of the headset66+ * Returns -ENODATA if no version was reported77+88+What: /sys/bus/hid/drivers/hid-corsair-void/<dev>/fw_version_receiver99+Date: January 20241010+KernelVersion: 6.131111+Contact: Stuart Hayhurst <stuart.a.hayhurst@gmail.com>1212+Description: (R) The firmware version of the receiver1313+1414+What: /sys/bus/hid/drivers/hid-corsair-void/<dev>/microphone_up1515+Date: July 20231616+KernelVersion: 6.131717+Contact: Stuart Hayhurst <stuart.a.hayhurst@gmail.com>1818+Description: (R) Get the physical position of the microphone1919+ * 1 -> Microphone up2020+ * 0 -> Microphone down2121+2222+What: /sys/bus/hid/drivers/hid-corsair-void/<dev>/send_alert2323+Date: July 20232424+KernelVersion: 6.132525+Contact: Stuart Hayhurst <stuart.a.hayhurst@gmail.com>2626+Description: (W) Play a built-in notification from the headset (0 / 1)2727+2828+What: /sys/bus/hid/drivers/hid-corsair-void/<dev>/set_sidetone2929+Date: December 20233030+KernelVersion: 6.133131+Contact: Stuart Hayhurst <stuart.a.hayhurst@gmail.com>3232+Description: (W) Set the sidetone volume (0 - sidetone_max)3333+3434+What: /sys/bus/hid/drivers/hid-corsair-void/<dev>/sidetone_max3535+Date: July 20243636+KernelVersion: 6.133737+Contact: Stuart Hayhurst <stuart.a.hayhurst@gmail.com>3838+Description: (R) Report the maximum sidetone volume
+3
drivers/hid/Kconfig
···213213config HID_CORSAIR214214 tristate "Corsair devices"215215 depends on USB_HID && LEDS_CLASS216216+ select POWER_SUPPLY216217 help217218 Support for Corsair devices that are not fully compliant with the218219 HID standard.220220+ Support for Corsair Void headsets.219221220222 Supported devices:221223 - Vengeance K90222224 - Scimitar PRO RGB225225+ - Corsair Void headsets223226224227config HID_COUGAR225228 tristate "Cougar devices"