From 1c8ed38270af088b2c3ff23cbc1edff6ddb9545b Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20Santamar=C3=ADa=20Rogado?= Date: Sun, 15 Feb 2026 09:47:14 +0100 Subject: [PATCH] hwdv: sensor: bmax add fixme notes Comment that more research about the two accelerometer should be done. --- hwdb.d/60-sensor.hwdb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index 90117cb219f..2b1b78cba74 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -204,13 +204,15 @@ sensor:modalias:acpi:BOSC0200:*:dmi:*:svnAYANEO:pnAIRPlus*:* # AIR Plus AMD, # BMAX ######################################### -# BMAX Y13 -sensor:modalias:acpi:KIOX010A:*:dmi:*:svnAMI:*:skuH2M6:* +# FIXME: location could be not needed because correctly detected, base sensor is acpi:KIOX020A:* +# this should requiere good testing of both accels to match their lid close position. +sensor:modalias:acpi:KIOX010A:*:dmi:*:svnAMI:*:skuH2M6:* # MaxBook Y13 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, -1, 0; 0, 0, -1 ACCEL_LOCATION=display -# BMAX MaxBook Y14 -sensor:modalias:acpi:KIOX010A:*:dmi:*:svnAMI:*:skuH8Y6:* +# FIXME: location could be not needed because correctly detected, base sensor is acpi:KIOX020A:* +# this should requiere good testing of both accels to match their lid close position. +sensor:modalias:acpi:KIOX010A:*:dmi:*:svnAMI:*:skuH8Y6:* # MaxBook Y14 ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, -1, 0; 0, 0, 1 ACCEL_LOCATION=display -- 2.47.3