Solaar/lib
Ken Sanislo f1c8f22fbc Log GetHostModeState before/after write for RGB diagnostic
solaar show has been reporting headset-rgb-hostmode as False even
when SetHostModeState(1) just succeeded without error. Could be:
  (a) the write doesn't actually stick on the device, OR
  (b) our GetHostModeState response decode is wrong, OR
  (c) the device uses a different function for "read" than we expect.

Log the raw response bytes returned by function 7 (GetHostModeState)
immediately before and after the SetHostModeState write so the next
test log will show:
- what byte the device returns for "off"
- what byte the device returns for "on"
- whether the byte changes across a write

Diagnostic only — temporary; remove once we've isolated the cause.
2026-05-10 15:39:17 -07:00
..
hid_parser Fix duplicate class field typo in HID parser data 2026-05-05 14:43:03 -04:00
hidapi Add G522 LIGHTSPEED headset support (Centurion 0x50 transport variant) 2026-05-10 15:39:16 -07:00
keysyms keysymdef: Rename key symbols 2024-10-11 07:42:38 -04:00
logitech_receiver Log GetHostModeState before/after write for RGB diagnostic 2026-05-10 15:39:17 -07:00
solaar Fix G522 0x50 Centurion init failure and protocol version crash 2026-05-10 15:39:17 -07:00