diff options
author | Hans de Goede <j.w.r.degoede@gmail.com> | 2017-10-30 14:33:54 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-10-30 14:33:54 +0100 |
commit | 14d89e3232186c88dd912d1a565b3005a9c2ef4a (patch) | |
tree | d512ddf7b904e22595eee254e0c8f696a70f6d8b /hwdb | |
parent | resolved: change newline position in stub-resolv.conf (#7216) (diff) | |
download | systemd-14d89e3232186c88dd912d1a565b3005a9c2ef4a.tar.xz systemd-14d89e3232186c88dd912d1a565b3005a9c2ef4a.zip |
hwdb: Update GP-electronic T701 accel mount settings (#7220)
The GP-electronic T701 has its LCD panel mounted upside-down, initially
my plan was to fix this by transparently rotating the image in the i915
driver (my "drm/i915: Deal with upside-down mounted LCD" patch), but
that approach has been rejected instead the kernel will now export
a "panel orientation" property on the drm-connector for the panel and
let userspace deal with it.
Since the upside-down-ness of the panel is now no longer transparently
hidden from userspace, the current accel mount quirk for the T701 needs
to be updated to take the upside-down-ness into account.
Diffstat (limited to 'hwdb')
-rw-r--r-- | hwdb/60-sensor.hwdb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hwdb/60-sensor.hwdb b/hwdb/60-sensor.hwdb index 8aec3c6656..347a414bd5 100644 --- a/hwdb/60-sensor.hwdb +++ b/hwdb/60-sensor.hwdb @@ -107,7 +107,7 @@ sensor:modalias:acpi:ACCE0001*:dmi:*svnEndless*:*pnELT-NL3* # GP-electronic ######################################### sensor:modalias:acpi:KIOX000A*:dmi:bvnINSYDECorp.:bvrBYT70A.YNCHENG.WIN.007:*:svnInsyde:pnT701:* - ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1 + ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1 ######################################### # HP |