From cf36eb9cfe15c15d4eb33ec4476cfcc17d364e9f Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 25 May 2019 21:42:00 +0100 Subject: [PATCH] hwdb: Add support for Linx 12V64 (#12665) This fixes the accelerometer for the Linx 12V64. Note that even though the configuration for both models is the same, the 12V64 and 12X64 are different models. --- hwdb/60-sensor.hwdb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwdb/60-sensor.hwdb b/hwdb/60-sensor.hwdb index 64dc28bb462..4bfab4d4c76 100644 --- a/hwdb/60-sensor.hwdb +++ b/hwdb/60-sensor.hwdb @@ -363,8 +363,8 @@ sensor:modalias:acpi:*BOSC0200*:dmi:*:svnLENOVO*:pn80U1:* sensor:modalias:acpi:BOSC0200*:dmi:*:svnLINX*:pnLINX1010B:* ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, -1 -# Linx 12X64 -sensor:modalias:acpi:KIOX000A*:dmi:*:svnLINX*:pnLINX12X64:* +# Linx 12X64 and 12V64 +sensor:modalias:acpi:KIOX000A*:dmi:*:svnLINX*:pnLINX12*64:* ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1 ######################################### -- 2.47.3