diff options
author | Hans de Goede <hdegoede@redhat.com> | 2018-03-30 23:39:29 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2018-03-30 23:39:29 +0200 |
commit | 86f8fd7141553bae5598bacb7271027f12b3f482 (patch) | |
tree | 0154075255d0aebf7a8ed660cabdb93be987035c /hwdb | |
parent | d167ea9886a71fb707abc4b0c06b72a84bc4d47f (diff) | |
download | systemd-86f8fd7141553bae5598bacb7271027f12b3f482.tar.gz |
hwdb: Add accelerometer orientation quirk for the Pipo W4 tablet
Add an accelerometer orientation quirk for the Pipo W4 tablet.
Diffstat (limited to 'hwdb')
-rw-r--r-- | hwdb/60-sensor.hwdb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hwdb/60-sensor.hwdb b/hwdb/60-sensor.hwdb index 53cb3eee3a..3c1125dc4e 100644 --- a/hwdb/60-sensor.hwdb +++ b/hwdb/60-sensor.hwdb @@ -257,6 +257,10 @@ sensor:modalias:acpi:SMO8500*:dmi:*:svnPEAQ:pnPEAQPMMC1010MD99187:* sensor:modalias:acpi:KIOX000A*:dmi:*:svnPIPO:pnW2S:* ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1 +# Pipo W4 +sensor:modalias:acpi:SMO8500*:dmi:*:bvrV8L_WIN32_CHIPHD_*_DX:*:rvnAMICorporation:rnAptioCRB:* + ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1 + ######################################### # Ployer ######################################### |