diff options
author | Hans de Goede <hdegoede@redhat.com> | 2019-12-13 13:01:02 +0100 |
---|---|---|
committer | Chris Down <chris@chrisdown.name> | 2019-12-15 13:28:22 +0100 |
commit | c8bf87b3399a3dd0b17fd0003b9797635b161ee0 (patch) | |
tree | 4047e0d46d10dc735aa193c23efbbc7570be0c37 /hwdb.d/60-sensor.hwdb | |
parent | nspawn: fix overlay with automatic temporary tree (diff) | |
download | systemd-c8bf87b3399a3dd0b17fd0003b9797635b161ee0.tar.xz systemd-c8bf87b3399a3dd0b17fd0003b9797635b161ee0.zip |
hwdb: Add accel orientation quirk for Thundersoft TST168 tablet
Add a quirk to fix the accelerometer orientation on the Thundersoft
TST168 tablet.
Diffstat (limited to 'hwdb.d/60-sensor.hwdb')
-rw-r--r-- | hwdb.d/60-sensor.hwdb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index b267b9968f..a41e30f3a0 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -589,6 +589,14 @@ sensor:modalias:acpi:KIOX000A*:dmi:*:svnTECLAST:pnX98PlusII:* ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1 ######################################### +# Thundersoft +######################################### + +# Thundersoft TST168 tablet, generic DMI strings, match entire dmi modalias inc. bios-date +sensor:modalias:acpi:BMA250E*:dmi:bvnAmericanMegatrendsInc.:bvr5.6.5:bd04/15/2014:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnAMICorporation:rnAptioCRB:rvrTobefilledbyO.E.M.:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.: + ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1 + +######################################### # Trekstor ######################################### sensor:modalias:acpi:BMA250*:dmi:*:bvrTREK.G.WI71C.JGBMRBA*:*:svnInsyde:pnST70416-6:* |