diff options
author | krissgjeng <37689829+krissgjeng@users.noreply.github.com> | 2021-01-14 00:08:36 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-01-14 11:01:42 +0100 |
commit | 081d8706de45baf307a8d7af69c769ce632f2b0a (patch) | |
tree | 4fb3de766e85e84b907de7e6160297d7ee4085ef /hwdb.d | |
parent | Merge pull request #18226 from mrc0mmand/actions-flake-workarounds (diff) | |
download | systemd-081d8706de45baf307a8d7af69c769ce632f2b0a.tar.xz systemd-081d8706de45baf307a8d7af69c769ce632f2b0a.zip |
hwdb: add Cube Mix Plus (i18B) rotation info
Added Cube Mix Plus (i18B) Rotation information.
Also Combined the sensor lines with the different Cube i7 stylus models because they use the same ACCEL_MOUNT_MATRIX
Diffstat (limited to 'hwdb.d')
-rw-r--r-- | hwdb.d/60-sensor.hwdb | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index 76d355277c..5d5fdcda6e 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -251,16 +251,11 @@ sensor:modalias:acpi:KIOX000A*:dmi:*:svncube:pni1-TF:* sensor:modalias:acpi:SMO8500*:dmi:*:svncube:pni7:* ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1 -# Cube i7 Stylus +# Cube i7 Stylus, i7 Stylus I8L Model, i7 Book (i16) and Mix Plus (i18B) sensor:modalias:acpi:KIOX000A*:dmi:*:svnCube:pni7Stylus:* - ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1 - -# Cube i7 Book (i16) -sensor:modalias:acpi:KIOX000A*:dmi:*:svnCube:pni16:* - ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1 - -# Cube i7 Stylus I8L Model sensor:modalias:acpi:KIOX000A*:dmi:*:svnCube:pni8-L:* +sensor:modalias:acpi:KIOX000A*:dmi:*:svnCube:pni16:* +sensor:modalias:acpi:KIOX000A*:dmi:*:svnCube:pni18B:* ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1 # Cube iWork 10 Flagship |