diff options
author | Thomas Genty <tomlohave@geexbox.org> | 2023-07-06 12:39:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-06 12:39:28 +0200 |
commit | 7d06cd73c28b57255a95ca73840eee32b243c50e (patch) | |
tree | baa5adbc839ab0cb3fb6dd45fbad9a86dea5c7d0 /hwdb.d/60-sensor.hwdb | |
parent | tpm2-util: remove unnecessary semicolon (diff) | |
download | systemd-7d06cd73c28b57255a95ca73840eee32b243c50e.tar.xz systemd-7d06cd73c28b57255a95ca73840eee32b243c50e.zip |
hwdb: add support for Archos 101 Cesium to 60-sensor.hwdb (#28270)
Co-authored-by: Yu Watanabe <watanabe.yu+github@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | hwdb.d/60-sensor.hwdb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index cd4bee6ea0..4fb7387f60 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -123,7 +123,11 @@ sensor:modalias:acpi:MXC6655*:dmi:*:svnAquarius*:pnNS483:* ######################################### # Archos ######################################### + +# Archos 80 Cesium sensor:modalias:acpi:SMO8500*:dmi:*:svnARCHOS:pnARCHOS80Cesium:* +# Archos 101 Cesium +sensor:modalias:acpi:KIOX000A*:dmi:*:svnARCHOS:pnARCHOS101CESIUM:* ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1 # Archos 101 Cesium Educ |