diff options
author | Lukas K <lu@0x83.eu> | 2020-02-22 20:11:10 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-02-27 08:49:08 +0100 |
commit | e9b0b64f77fd5e870ee4c28064563f1e0071a4ff (patch) | |
tree | 3850e9885901a86e00f236b90e7653929ae5963b /hwdb.d | |
parent | userdb: allow dots in username (diff) | |
download | systemd-e9b0b64f77fd5e870ee4c28064563f1e0071a4ff.tar.xz systemd-e9b0b64f77fd5e870ee4c28064563f1e0071a4ff.zip |
fix ACCEL_MOUNT_MATRIX for Thinkpad Yoga 11e 3rd gen
the modalias reported by udev is acpi:BOSC0200:BOSC0200: but the rules
only matched acpi:BOSC0200:BOSC0200 (without the trailing colon)
change to acpi:BOSC0200* as in other models
Diffstat (limited to 'hwdb.d')
-rw-r--r-- | hwdb.d/60-sensor.hwdb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index 94d4233902..00e5082c62 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -384,7 +384,7 @@ sensor:modalias:acpi:KIOX000A*:dmi:*svnLAMINA:pnT-1016BNORD* sensor:modalias:acpi:NCPE0388*:dmi:*:rnLenovoYOGA510-14IKB:* ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, -1, 0; 0, 0, 1 -sensor:modalias:acpi:BOSC0200:BOSC0200:dmi:*ThinkPadYoga11e3rdGen* +sensor:modalias:acpi:BOSC0200*:dmi:*ThinkPadYoga11e3rdGen* ACCEL_MOUNT_MATRIX=0, 1, 0; -1, 0, 0; 0, 0, 1 # Miix3-1030 |