diff options
author | Hans de Goede <hdegoede@redhat.com> | 2021-01-23 22:36:58 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-01-23 22:36:58 +0100 |
commit | e607710e5d247e89632bb853a58b0c00ed1a3b91 (patch) | |
tree | c10fd1aba9c17d547d6ca6f3f2af443161a4af84 /hwdb.d/60-sensor.hwdb | |
parent | hwdb: Add accel orientation quirk for the Estar Beauty HD tablet (diff) | |
download | systemd-e607710e5d247e89632bb853a58b0c00ed1a3b91.tar.xz systemd-e607710e5d247e89632bb853a58b0c00ed1a3b91.zip |
hwdb: Add accel orientation quirk for the Jumper Ezpad 7 tablet
Add a quirk to fix the accelerometer orientation on
the Jumper Ezpad 7 tablet.
Diffstat (limited to 'hwdb.d/60-sensor.hwdb')
-rw-r--r-- | hwdb.d/60-sensor.hwdb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index 70bd3c99e0..442a2d0f51 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -454,6 +454,10 @@ sensor:modalias:acpi:BOSC0200*:dmi:bvnINSYDECorp.:bvrjumperx.T87.KFBNEE:* sensor:modalias:acpi:BOSC0200*:dmi:*:svnJumper:pnEZpad:*:rvr.A006:* ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, -1, 0; 0, 0, 1 +# EZpad 7 +sensor:modalias:acpi:KIOX0009*:dmi:*:bvrJumper12x.WJ2012.bsBKRCP*:svnJumper:pnEZpad:* + ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1 + # EZpad Go sensor:modalias:acpi:KIOX000A*:dmi:bvnAmericanMegatrendsInc.:*:svnjumper:pnEZpad:*:ct31:* ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1 |