diff options
author | Hans de Goede <hdegoede@redhat.com> | 2018-10-12 10:38:00 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2018-10-12 16:55:59 +0200 |
commit | a2b9ed9c4b9f64e23f7f4bde54db610afca1f433 (patch) | |
tree | d952a05b16fe82c8c9415c7991e033a17ae84e24 /hwdb | |
parent | Set theme jekyll-theme-minimal (diff) | |
download | systemd-a2b9ed9c4b9f64e23f7f4bde54db610afca1f433.tar.gz systemd-a2b9ed9c4b9f64e23f7f4bde54db610afca1f433.tar.bz2 systemd-a2b9ed9c4b9f64e23f7f4bde54db610afca1f433.zip |
hwdb: Add accelerometer orientation quirk for the Acer One 10 aka S1003
Add accelerometer orientation quirk for the Acer One 10 2-in-1 also known
as the Acer S1003.
Diffstat (limited to 'hwdb')
-rw-r--r-- | hwdb/60-sensor.hwdb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hwdb/60-sensor.hwdb b/hwdb/60-sensor.hwdb index 9f26c4543..6b432e084 100644 --- a/hwdb/60-sensor.hwdb +++ b/hwdb/60-sensor.hwdb @@ -71,6 +71,9 @@ sensor:modalias:acpi:INVN6500*:dmi:*svn*Acer*:*pn*AspireSW5-012* sensor:modalias:acpi:BMA250E*:dmi:*:svnAcer:pnIconiaW1-810:* ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1 +sensor:modalias:acpi:KIOX0009*:dmi:*:svnAcer:pnOneS1003:* + ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1 + ######################################### # Archos ######################################### |