diff options
author | Yao Wei (魏銘廷) <yao.wei@canonical.com> | 2021-09-08 13:55:49 +0800 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-09-14 09:42:31 +0200 |
commit | ed938716cdbacb6984d774c49d7740d87f8df810 (patch) | |
tree | d5c852f00368055b2646f8b8a71cef4d86352e8a /hwdb.d | |
parent | b83bbbac87670f8fd2fa12d9971393fca4d770bc (diff) | |
download | systemd-ed938716cdbacb6984d774c49d7740d87f8df810.tar.gz |
Add additional Dell models that require ACCEL_LOCATION=base
This is a related commit to the bug reported in Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1938259
This adds additional 4 models that without this param, the screen rotates
when the clamshell laptop rotates, which is an unwanted behavior.
This commit also merges entries that needs the same param.
Signed-off-by: Yao Wei (魏銘廷) <yao.wei@canonical.com>
Diffstat (limited to 'hwdb.d')
-rw-r--r-- | hwdb.d/60-sensor.hwdb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index 0424f06fb7..134bd807aa 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -291,12 +291,12 @@ sensor:modalias:acpi:*KIOX000A*:dmi:*svn*CytrixTechnology:*pn*Complex11t:* # Dell ######################################### sensor:modalias:platform:HID-SENSOR-200073:dmi:*svnDell*:pnVostro5581:* - ACCEL_LOCATION=base - +sensor:modalias:platform:HID-SENSOR-200073:dmi:*svnDell*:sku0A36:* sensor:modalias:platform:HID-SENSOR-200073:dmi:*svnDell*:sku0A3E:* - ACCEL_LOCATION=base - +sensor:modalias:platform:HID-SENSOR-200073:dmi:*svnDell*:sku0B09:* sensor:modalias:platform:HID-SENSOR-200073:dmi:*svnDell*:sku0B0B:* +sensor:modalias:platform:HID-SENSOR-200073:dmi:*svnDell*:sku0B0D:* +sensor:modalias:platform:HID-SENSOR-200073:dmi:*svnDell*:sku0B11:* ACCEL_LOCATION=base # Dell Venue 8 Pro 3845 |