Skip to content

Commit 25d6574

Browse files
authored
als iio: add cros-ec-light (#147)
1 parent 82525ca commit 25d6574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/als/iio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ impl Als {
3737
smol::fs::read_to_string(entry.path().join("name")).map(|name| (name, entry))
3838
})
3939
.filter_map(|(name, entry)| async {
40-
["als", "acpi-als", "apds9960"]
40+
["als", "acpi-als", "apds9960", "cros-ec-light"]
4141
.contains(&name.unwrap_or_default().trim())
4242
.then_some(entry)
4343
})

0 commit comments

Comments
 (0)