diff options
author | Tomasz Świątek <57900186+stpf99@users.noreply.github.com> | 2023-09-21 17:13:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-21 17:13:00 +0200 |
commit | eb5e1fe7e87ffa25d9a67e9b5538ccfb9de901c9 (patch) | |
tree | d59c2f8729979a8fca55c8da55f84271cb7eabee /hwdb.d/60-sensor.hwdb | |
parent | meson: do not explicitly specify ownership of /var/log/journal/ (diff) | |
download | systemd-eb5e1fe7e87ffa25d9a67e9b5538ccfb9de901c9.tar.xz systemd-eb5e1fe7e87ffa25d9a67e9b5538ccfb9de901c9.zip |
hwdb: Bush tablet rotation support (#29268)
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 116437e77b..e78c795241 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -210,6 +210,14 @@ sensor:modalias:acpi:KIOX010A:*:dmi:*:svnAMI:*:skuH2M6:* ACCEL_LOCATION=display ######################################### +# BUSH +######################################### + +# Bush Windows tablet +sensor:modalias:acpi:KIOX000A*:dmi:*:svnBUSH*:pnBushWindowstablet:* + ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 1, 0, 0 + +######################################### # Chuwi ######################################### |