diff options
author | Hans de Goede <hdegoede@redhat.com> | 2018-06-02 15:47:27 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2018-06-02 15:48:48 +0200 |
commit | 3ecb1077be035c6155dea394771389e144f9afd1 (patch) | |
tree | c9d403ca09a1934beb6ce86acb2b766eb47a0e26 | |
parent | fb5881bf17984627f822f749374199a87fb12891 (diff) | |
download | systemd-3ecb1077be035c6155dea394771389e144f9afd1.tar.gz systemd-3ecb1077be035c6155dea394771389e144f9afd1.tar.bz2 systemd-3ecb1077be035c6155dea394771389e144f9afd1.zip |
hwdb: Add accelerometer orientation quirk for the Onda V891w tablet
Add accelerometer orientation quirk for the Onda V891w tablet, this
does a partial match on the BIOS version because the other strings are
somewhat generic.
The BIOS match is done for both the W89* and D89* BIOS versions which are
for the Windows only and Dual boot versions respectively.
-rw-r--r-- | hwdb/60-sensor.hwdb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hwdb/60-sensor.hwdb b/hwdb/60-sensor.hwdb index 73cc7704cd..bf20a31d33 100644 --- a/hwdb/60-sensor.hwdb +++ b/hwdb/60-sensor.hwdb @@ -273,6 +273,13 @@ sensor:modalias:acpi:KIOX000A*:dmi:*:svnTMAX:pnTM800W560L:* ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1 ######################################### +# Onda +######################################### +sensor:modalias:acpi:BMA250E*:dmi:bvnINSYDECorp.:bvrONDA.D89*:svnInsyde:pnONDATablet:* +sensor:modalias:acpi:BMA250E*:dmi:bvnINSYDECorp.:bvrONDA.W89*:svnInsyde:pnONDATablet:* + ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1 + +######################################### # Peaq ######################################### sensor:modalias:acpi:SMO8500*:dmi:*:svnPEAQ:pnPEAQPMMC1010MD99187:* |