diff options
author | Wind/owZ <windowz414@gnuweeb.org> | 2021-08-22 03:19:18 +0300 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2021-08-26 10:27:10 +0100 |
commit | f7327a485bf21b176c286e6be205f0a7c760884e (patch) | |
tree | 6e5e2b4e78f02a25f91baa004fa283036f564a11 /hwdb.d | |
parent | 6f2353a2ce731afc8622a3d44679abc38105cded (diff) | |
download | systemd-f7327a485bf21b176c286e6be205f0a7c760884e.tar.gz |
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 <Simeonlps@users.noreply.github.com>
Signed-off-by: Wind/owZ <windowz414@gnuweeb.org>
Diffstat (limited to 'hwdb.d')
-rw-r--r-- | hwdb.d/60-sensor.hwdb | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ -404,6 +404,16 @@ sensor:modalias:acpi:KIOX000A*:dmi:bvnAmericanMegatrendsInc.:bvr5.11:bd05/25/201 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 ######################################### |