There was an error while loading. Please reload this page.
1 parent 82525ca commit 25d6574Copy full SHA for 25d6574
1 file changed
src/als/iio.rs
@@ -37,7 +37,7 @@ impl Als {
37
smol::fs::read_to_string(entry.path().join("name")).map(|name| (name, entry))
38
})
39
.filter_map(|(name, entry)| async {
40
- ["als", "acpi-als", "apds9960"]
+ ["als", "acpi-als", "apds9960", "cros-ec-light"]
41
.contains(&name.unwrap_or_default().trim())
42
.then_some(entry)
43
0 commit comments