From bda6bfa5c1a826a3b153f23b82a945372b8b85da Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Tue, 4 May 2021 17:38:33 +0200 Subject: [PATCH] hwdb: Add accel orientation quirk for the Toshiba WT8-B tablet Add a quirk to fix the accelerometer orientation on the Toshiba WT8-B tablet. --- hwdb.d/60-sensor.hwdb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index b6d731d9362..1c061b3e90d 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -786,6 +786,10 @@ sensor:modalias:acpi:BMA250E*:dmi:bvnAmericanMegatrendsInc.:bvr5.6.5:bd04/15/201 # Toshiba ######################################### +# Toshiba Encore WT8-B tablet +sensor:modalias:acpi:INVN6500*:dmi:*:svnTOSHIBA:pnTOSHIBAENCORE2WT8-B:* + ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1 + # Toshiba Encore WT10A tablet sensor:modalias:acpi:INVN6500*:dmi:*:svnTOSHIBA:pnTOSHIBAWT10-A-103:* ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1 -- 2.47.3