Solaar/tests
Ken Sanislo 00a6a59f9e Grey out LED zone rows when LED Control is off (0x8070)
The 0x8071 path already greys rgb_zone_* rows (and per-key) when
rgb_control is off, so the user sees that those settings have no effect
in Device mode. The 0x8070 zone settings had no such gate: led_zone_*
rows stayed active even with led_control off, implying writes that go
nowhere.

Add the 0x8070 analog — led_zone_* rows gate on led_control, mirroring
rgb_zone_* / rgb_control — wired into the same three points: initial
_apply_rgb_gates, the toggle-time re-gate, and the async-read guard in
_update_setting_item so a late read can't un-grey a blocked row.
2026-07-16 23:08:45 -07:00
..
hid_parser Introduce hid_parser tests 2024-09-15 09:19:13 -04:00
hidapi hidapi: Explicitly load hidapi/udev implementation 2024-10-11 07:42:38 -04:00
logitech_receiver Leave lighting alone on connect when LED control is off 2026-07-16 23:07:58 -07:00
solaar Grey out LED zone rows when LED Control is off (0x8070) 2026-07-16 23:08:45 -07:00
test_keysyms keysyms: Introduce tests for this package 2024-10-11 07:42:38 -04:00
__init__.py tests: Introduce tests with pytest 2024-02-10 13:58:20 -05:00
conftest.py tests: mock the libnotify backend so the suite raises no real notifications 2026-05-21 10:15:12 -04:00