From f7327a485bf21b176c286e6be205f0a7c760884e Mon Sep 17 00:00:00 2001 From: Wind/owZ Date: Sun, 22 Aug 2021 03:19:18 +0300 Subject: hwdb: Add sensor rule for Hometech Wi101 This commit was done to add sensor rule for Hometech Wi101. Note that this rule might be too general and need fixes. I couldn't test this on any other device since this one is the only one I have. Co-authored-by: Simeonlps Signed-off-by: Wind/owZ --- hwdb.d/60-sensor.hwdb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index 9859ce5b12..fdbb790a86 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -403,6 +403,16 @@ sensor:modalias:acpi:KIOX000A*:dmi:bvnAmericanMegatrendsInc.:bvr5.11:bd03/20/201 sensor:modalias:acpi:KIOX000A*:dmi:bvnAmericanMegatrendsInc.:bvr5.11:bd05/25/2017:svnDefaultstring:pnDefaultstring:pvrDefaultstring:rvnAMICorporation:rnDefaultstring:rvrDefaultstring:cvnDefaultstring:ct3:cvrDefaultstring:* ACCEL_LOCATION=base +######################################### +# Hometech +######################################## + +# Nobody bothered to use Linux on any device of this manufacturer +# so current marks might be too general and need fixes. +# These values are based on Wi101 model. +sensor:modalias:acpi:BMA250E*:dmi:*:svnInsyde*:pni101c:* + ACCEL_MOUNT_MATRIX=0,1,0;-1,0,0;-1,0,0 + ######################################### # HP ######################################### -- cgit v1.2.1