mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
hwdb: Added StarLabs StarLite position sensor mapping
Default mapping for position sensor in StarLabs StarLite does not match screen orientation. Added fixed mapping matrix.
This commit is contained in:
committed by
Luca Boccassi
parent
3faee9928d
commit
1bd5db86f5
@@ -989,6 +989,13 @@ sensor:modalias:acpi:KIOX000A*:dmi:*:svnRCA:pnW101SA23T1:*
|
||||
sensor:modalias:acpi:BOSC0200*:dmi:bvnAmericanMegatrendsInc.:bvrSCH12i.WJ210Z.KtBJRCA03:*
|
||||
ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
|
||||
|
||||
#########################################
|
||||
# StarLabs Systems
|
||||
#########################################
|
||||
# StarLite
|
||||
sensor:modalias:acpi:KIOX000A*:dmi:*:svnStarLabs:pnStarLite:*
|
||||
ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1
|
||||
|
||||
#########################################
|
||||
# Teclast
|
||||
#########################################
|
||||
|
||||
Reference in New Issue
Block a user