Try to better handle pre-2021 laptops with lightbar

This commit is contained in:
Luke D. Jones
2024-05-10 09:59:36 +12:00
parent 14ea0f6d83
commit 1b1d10c461
7 changed files with 67 additions and 68 deletions

View File

@@ -126,7 +126,5 @@ pub enum PowerZones {
Lid = 3,
/// The led strip on the rear of some laptops
RearGlow = 4,
/// On pre-2021 laptops there is either 1 or 2 zones used
KeyboardAndLightbar = 5,
None = 255,
}