diff options
author | Bruce Zhang <zttt183525594@gmail.com> | 2018-12-10 22:33:10 +0800 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-12-14 09:16:36 +0100 |
commit | 0b1093018b3b94585e96cc66458be5f636b9f484 (patch) | |
tree | ecc1a12bb6ca5c5f7cffc455735e9bd74a971d64 /hwdb | |
parent | fileio: make read_line() handle various line endings correctly (diff) | |
download | systemd-0b1093018b3b94585e96cc66458be5f636b9f484.tar.gz systemd-0b1093018b3b94585e96cc66458be5f636b9f484.tar.bz2 systemd-0b1093018b3b94585e96cc66458be5f636b9f484.zip |
add device hwdb for IdeaPad Miix510-12ISK
add ACCEL_MOUNT_MATRIX for IdeaPad Miix510-12ISK
multiple match expressions for Miix510 series
extend comments for miix510 series
Signed-off-by: Bruce Zhang <zttt183525594@gmail.com>
add device hwdb for IdeaPad Miix510-12ISK
Signed-off-by: Bruce Zhang <zttt183525594@gmail.com>
Diffstat (limited to 'hwdb')
-rw-r--r-- | hwdb/60-sensor.hwdb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hwdb/60-sensor.hwdb b/hwdb/60-sensor.hwdb index c0306bd3a..e18ea9544 100644 --- a/hwdb/60-sensor.hwdb +++ b/hwdb/60-sensor.hwdb @@ -325,8 +325,10 @@ sensor:modalias:acpi:*BOSC0200*:dmi:*:svnLENOVO*:pn80XF:* sensor:modalias:acpi:SMO8840*:dmi:*:svnLENOVO:pn80XF:pvrLenovoMIIX320* ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1 -# IdeaPad Miix 510 +# IdeaPad Miix 510, multiple expressions match different internal names +# pn80U1 matches IdeaPad Miix510-12ISK sensor:modalias:acpi:*BOSC0200*:dmi:*:svnLENOVO*:pn80XE:* +sensor:modalias:acpi:*BOSC0200*:dmi:*:svnLENOVO*:pn80U1:* ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1 ######################################### |