mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05:18:09 +03:00
hwdb: Add Chromebook accelerometer orientation quirk
Chromebooks have their accelerometer set to a negative orientation.
This commit is contained in:
parent
9832839c47
commit
820a2e996b
@ -252,6 +252,12 @@ sensor:modalias:acpi:ACCE0001*:dmi:*svnEndless*:*pnELT-NL3*
|
||||
sensor:modalias:acpi:KIOX000A*:dmi:*:svnEVE*:pnEveV:*
|
||||
ACCEL_MOUNT_MATRIX=0, 1, 0; -1, 0, 0; 0, 0, 1
|
||||
|
||||
#########################################
|
||||
# Google Chromebooks
|
||||
#########################################
|
||||
sensor:modalias:platform:cros-ec-accel:dmi:*:svnGOOGLE*
|
||||
ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, -1, 0; 0, 0, -1
|
||||
|
||||
#########################################
|
||||
# GP-electronic
|
||||
#########################################
|
||||
|
Loading…
Reference in New Issue
Block a user