From 9387953c9afe8fde4f5ec7eb862c5612509d51cf Mon Sep 17 00:00:00 2001 From: howl Date: Tue, 25 Dec 2018 23:09:52 +0100 Subject: [PATCH] hwdb: Add Lenovo IdeaPad D330 accel mount matrix I have the fhd screen with pentium without lte model. Don't know if other models could differ in the accelerometer. --- hwdb/60-sensor.hwdb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hwdb/60-sensor.hwdb b/hwdb/60-sensor.hwdb index 5bce467a24d..c7c1ccabc7e 100644 --- a/hwdb/60-sensor.hwdb +++ b/hwdb/60-sensor.hwdb @@ -314,6 +314,10 @@ sensor:modalias:acpi:BMA250E*:dmi:bvnLENOVO:*:pvrLenovoMIIX3-1030:* sensor:modalias:acpi:SMO8500*:dmi:bvnLENOVO:*:pvrLenovoMIIX3-830:* ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1 +# IdeaPad D330 +sensor:modalias:acpi:BOSC0200*:dmi:*:svnLENOVO:pn81H3:* + ACCEL_MOUNT_MATRIX=0, 1, 0; -1, 0, 0; 0, 0, 1 + # IdeaPad Miix 310 note this only is for BIOS version (bvr) 1HCN4?WW and 1HCN2?WW, which has # a portrait LCD panel, versions with bvr 1HCN3?WW have a landscape panel sensor:modalias:acpi:KIOX000A*:dmi:bvnLENOVO:bvr1HCN4?WW:*:svnLENOVO:pn80SG:* -- 2.47.3