diff options
author | Bastien Nocera <hadess@hadess.net> | 2019-09-12 19:02:35 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2019-09-12 19:02:35 +0200 |
commit | 432a27d24958cad71fde5786bb84aa619412488b (patch) | |
tree | 1741889a006ee459dba3356f519e73b663c9b229 | |
parent | f255a21f67c2471681dc1c748a8bd58647e85f12 (diff) | |
download | systemd-wip/hadess/lis3lv02d-rule-hp.tar.gz |
hwdb: Also mark lis3lv02d sensors in "HP" laptops as being in the basewip/hadess/lis3lv02d-rule-hp
We matched "*Hewlett-Packard*" laptops but not "*HP*" laptops, which
caused a regression for the HP Elite Book 850 G3.
Fixes: 4247938ee13e23eae1afcecbe646de5283b7afc2
Closes: #13543
-rw-r--r-- | hwdb/60-sensor.hwdb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hwdb/60-sensor.hwdb b/hwdb/60-sensor.hwdb index 1fe3c57adb..82f37e488e 100644 --- a/hwdb/60-sensor.hwdb +++ b/hwdb/60-sensor.hwdb @@ -285,6 +285,7 @@ sensor:modalias:acpi:KIOX000A*:dmi:bvnAmericanMegatrendsInc.:bvr5.11:bd05/25/201 # Most HP Laptop using the lis3lv02d device have it in the base, # mark these sensors as such. sensor:modalias:platform:lis3lv02d:dmi:*svn*Hewlett-Packard*:* +sensor:modalias:platform:lis3lv02d:dmi:*svn*HP*:* ACCEL_LOCATION=base sensor:modalias:acpi:SMO8500*:dmi:*:svnHewlett-Packard:pnHPStream7Tablet:* |