diff options
author | Hans de Goede <hdegoede@redhat.com> | 2020-11-14 17:09:04 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2020-11-18 21:23:35 +0100 |
commit | 169cd66baad905d0df24f607cea0f84bf6ad1ad1 (patch) | |
tree | d3491c9fe5ce71ae21b3d41e0453c04593199b88 /hwdb.d | |
parent | 21b58655f3bd029fa8fe04e02e1c3546f110c524 (diff) | |
download | systemd-169cd66baad905d0df24f607cea0f84bf6ad1ad1.tar.gz |
hwdb: Add accel orientation quirk for Lenovo ThinkPad Yoga 11e 4th gen
Add a quirk to fix the accelerometer orientation on the Lenovo
ThinkPad Yoga 11e 4th gen 360 degree hinges 2-in-1.
Diffstat (limited to 'hwdb.d')
-rw-r--r-- | hwdb.d/60-sensor.hwdb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index 202fada5f9..c568a8d22f 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -470,6 +470,9 @@ sensor:modalias:acpi:NCPE0388*:dmi:*:rnLenovoYOGA510-14IKB:* sensor:modalias:acpi:BOSC0200*:dmi:*ThinkPadYoga11e3rdGen:* ACCEL_MOUNT_MATRIX=0, 1, 0; -1, 0, 0; 0, 0, -1 +sensor:modalias:acpi:BOSC0200*:dmi:*:svnLENOVO:*pvrThinkPadYoga11e4thGen:* + ACCEL_MOUNT_MATRIX=0, 1, 0; -1, 0, 0; 0, 0, -1 + # Miix3-1030 sensor:modalias:acpi:BMA250E*:dmi:bvnLENOVO:*:pvrLenovoMIIX3-1030:* ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1 |