diff options
author | Hans de Goede <hdegoede@redhat.com> | 2018-05-28 16:39:16 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2018-06-02 10:57:19 +0200 |
commit | b0488902ddbcfcdb2fbf2c10757d971d365e49c6 (patch) | |
tree | 566fca842f00491a1440664efa427ff05921f01c /hwdb/60-sensor.hwdb | |
parent | hwdb: Extend Point of View TAB-P800W accelerometer quirk for another version (diff) | |
download | systemd-b0488902ddbcfcdb2fbf2c10757d971d365e49c6.tar.xz systemd-b0488902ddbcfcdb2fbf2c10757d971d365e49c6.zip |
hwdb: Add accelerometer orientation quirk for the Archos 80 Cesium tablet.
Add accelerometer orientation quirk for the Archos 80 Cesium 8" windows
tablet.
Diffstat (limited to '')
-rw-r--r-- | hwdb/60-sensor.hwdb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hwdb/60-sensor.hwdb b/hwdb/60-sensor.hwdb index 4dd96803fc..a1b95984d2 100644 --- a/hwdb/60-sensor.hwdb +++ b/hwdb/60-sensor.hwdb @@ -58,6 +58,12 @@ sensor:modalias:acpi:BMA250E*:dmi:*:svnAcer:pnIconiaW1-810:* ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1 ######################################### +# Archos +######################################### +sensor:modalias:acpi:SMO8500*:dmi:*:svnARCHOS:pnARCHOS80Cesium:* + ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1 + +######################################### # AsusTek ######################################### sensor:modalias:acpi:INVN6500*:dmi:*svnASUSTeK*:*pnT100CHI* |