diff options
author | Yao Wei <yao.wei@canonical.com> | 2021-07-27 08:05:28 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-07-28 17:10:22 +0200 |
commit | f238549b5abb412ef9564d6d5ba00886f66b2a2f (patch) | |
tree | 4e8b298aa94b287ff27b119da8aa89f5300aaa1a | |
parent | Merge pull request #20326 from keszybz/meson-0.53.2 (diff) | |
download | systemd-f238549b5abb412ef9564d6d5ba00886f66b2a2f.tar.xz systemd-f238549b5abb412ef9564d6d5ba00886f66b2a2f.zip |
Use SKU to identify Dell clamshell models for accelerometer properties
As per request from Dell, we need to use sku property of modalias that
is patched into linux 5.13 for model identification:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e26f023e01ef26b4138bc1099af309bdc4523d23
-rw-r--r-- | hwdb.d/60-sensor.hwdb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index 2b1386df75..9859ce5b12 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -289,10 +289,10 @@ sensor:modalias:acpi:*KIOX000A*:dmi:*svn*CytrixTechnology:*pn*Complex11t:* sensor:modalias:platform:HID-SENSOR-200073:dmi:*svnDell*:pnVostro5581:* ACCEL_LOCATION=base -sensor:modalias:platform:HID-SENSOR-200073:dmi:*svnDell*:pnLatitude9520:*:ct10:* +sensor:modalias:platform:HID-SENSOR-200073:dmi:*svnDell*:sku0A3E:* ACCEL_LOCATION=base -sensor:modalias:platform:HID-SENSOR-200073:dmi:*svnDell*:pnLatitude7420:* +sensor:modalias:platform:HID-SENSOR-200073:dmi:*svnDell*:sku0B0B:* ACCEL_LOCATION=base # Dell Venue 8 Pro 3845 |