Skip to content

Commit b3ce4e2

Browse files
jwrdegoedekeszybz
authored andcommitted
hwdb: Add Medion Akoya E1239T MD60568 to 60-sensor.hwdb
Unlike newer Medion Akoya E* models for which we have a generic wildcard match, this model uses a somewhat older KIOX0009 accelerometer. Not only does our generic catch all not match, we also need a different matrix for this model, so add a model-specific entry for it.
1 parent c4ad7f8 commit b3ce4e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hwdb.d/60-sensor.hwdb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,12 @@ sensor:modalias:acpi:KIOX000A*:dmi:*:svnLINX*:pnLINX12*64:*
435435
#########################################
436436
# Medion
437437
#########################################
438+
439+
# Medion Akoya E1239T MD60568
440+
sensor:modalias:acpi:KIOX0009*:dmi:*:svnMEDION:pnE1239TMD60568:*
441+
ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1
442+
443+
# Medion Akoya E2212T MD99720
438444
sensor:modalias:acpi:SMO8500*:dmi:*:svnMEDION:pnAkoyaE2212TMD99720:*
439445
ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
440446

0 commit comments

Comments
 (0)