From d7ffd4f334ea8b0a7621c754e91fe146dd597ba3 Mon Sep 17 00:00:00 2001 From: imayoda Date: Mon, 3 May 2021 04:02:08 +0200 Subject: [PATCH] Add correct rotation support for Mediacom Winpad 7.0 W700 this patch enables correct bios detection and matrix for the aforementioned tiny tablet (touchscreen support commit pending now in kernel) thnx --- hwdb.d/60-sensor.hwdb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index 233cde85416..c76509e2af0 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -536,6 +536,13 @@ sensor:modalias:acpi:KIOX000A*:dmi:*:svnLINX*:pnLINX12*64:* sensor:modalias:acpi:KIOX000A*:dmi:*:svnLINX:pnVISION004:* ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1 +######################################### +# Mediacom +######################################### +# Mediacom Winpad 7.0 W700 +sensor:modalias:acpi:BMA250*:dmi:*svnMEDIACOM*:pnWinPad7W10-WPW700:* + ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1 + ######################################### # Medion ######################################### -- 2.47.3