diff options
author | Björn Daase <bjoern@daase.net> | 2021-01-07 09:14:16 +0100 |
---|---|---|
committer | Björn Daase <bjoern@daase.net> | 2021-01-08 10:32:40 +0100 |
commit | e056f9d2a3b1c8cf8ee360ad2ecf62818104a40c (patch) | |
tree | b608a931f03b5333dd993327f24f22c8aad8db37 /hwdb.d | |
parent | hwdb: Relax parsing script to allow 0 and 1 for all ID_* properties (diff) | |
download | systemd-e056f9d2a3b1c8cf8ee360ad2ecf62818104a40c.tar.xz systemd-e056f9d2a3b1c8cf8ee360ad2ecf62818104a40c.zip |
hwdb: Force no "mouse" type on Logitech MX Keys
Fixes https://gitlab.freedesktop.org/upower/upower/-/issues/128
Diffstat (limited to 'hwdb.d')
-rw-r--r-- | hwdb.d/60-input-id.hwdb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hwdb.d/60-input-id.hwdb b/hwdb.d/60-input-id.hwdb index 1eec776885..2b1aa4579a 100644 --- a/hwdb.d/60-input-id.hwdb +++ b/hwdb.d/60-input-id.hwdb @@ -72,3 +72,7 @@ id-input:modalias:input:b0003v04B3p301Ee0100-e0,1,2,4* # Logitech Ultrathin Touch Mouse id-input:modalias:input:b0005v046DpB00De0700* ID_INPUT_MOUSE=1 + +# Logitech MX Keys +id-input:modalias:input:b0003v046Dp408Ae0111* + ID_INPUT_MOUSE=0 |