diff options
author | Kai-Chuan Hsieh <kaichuan.hsieh@canonical.com> | 2020-10-08 04:27:18 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-10-20 09:13:55 +0200 |
commit | a5fe8447bfe0623f6f5236e9b1afd08a4ff509c6 (patch) | |
tree | 8bf7ed8d500306bda9066c10c8d7ac32252cf6db /hwdb.d/60-sensor.hwdb | |
parent | util: make size macros unsigned (diff) | |
download | systemd-a5fe8447bfe0623f6f5236e9b1afd08a4ff509c6.tar.xz systemd-a5fe8447bfe0623f6f5236e9b1afd08a4ff509c6.zip |
Add ACCEL_LOCATION property for Dell clamshell models
Diffstat (limited to 'hwdb.d/60-sensor.hwdb')
-rw-r--r-- | hwdb.d/60-sensor.hwdb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index 09052419bb..7079736a8f 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -276,6 +276,12 @@ 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:* + ACCEL_LOCATION=base + +sensor:modalias:platform:HID-SENSOR-200073:dmi:*svnDell*:pnLatitude7420:* + ACCEL_LOCATION=base + # Dell Venue 8 Pro 3845 sensor:modalias:acpi:INVN6500*:dmi:*svnDellInc.*:pnVenue8Pro3845:* ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1 |