]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
hwdb: Add accelerometer orientation quirk for the Onda V891w tablet 9173/head
authorHans de Goede <hdegoede@redhat.com>
Sat, 2 Jun 2018 13:47:27 +0000 (15:47 +0200)
committerHans de Goede <hdegoede@redhat.com>
Sat, 2 Jun 2018 13:48:48 +0000 (15:48 +0200)
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.

hwdb/60-sensor.hwdb

index 73cc7704cd6ac3da59e809e22a64acbb433bd635..bf20a31d3358499ac716c0abda7aa710af323a6b 100644 (file)
@@ -272,6 +272,13 @@ sensor:modalias:acpi:SMO8500*:dmi:*:svnMicro-StarInternationalCo.,Ltd.:pnS100:*
 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
 #########################################