diff options
author | Celeste Liu <CoelacanthusHex@gmail.com> | 2024-09-15 18:31:41 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-16 03:40:56 +0200 |
commit | 6573f0c82c09001b5f24e44df2cbe40f6f584624 (patch) | |
tree | 9c8efb5780eb56b6a8fdabccbb314f9c9dca3e47 /hwdb.d/70-mouse.hwdb | |
parent | repart: Fix log messages in partition_populate_directory() (diff) | |
download | systemd-6573f0c82c09001b5f24e44df2cbe40f6f584624.tar.xz systemd-6573f0c82c09001b5f24e44df2cbe40f6f584624.zip |
hwdb: add Kensington SlimBlade Pro trackball (Bluetooth mode)
Wired and 2.4G dongle connectivity is covered by general trackball rule,
but with Bluetooth connectivity Kensington SlimBlade Pro uses the name
"SlimBlade Pro" which doesn't contain "[Tt]rack[Bb]all". We need to
process it specially.
Signed-off-by: Celeste Liu <CoelacanthusHex@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | hwdb.d/70-mouse.hwdb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hwdb.d/70-mouse.hwdb b/hwdb.d/70-mouse.hwdb index 20079d6350..fcd9acd2b4 100644 --- a/hwdb.d/70-mouse.hwdb +++ b/hwdb.d/70-mouse.hwdb @@ -310,6 +310,10 @@ mouse:bluetooth:v047dp8019:name:Expert Wireless TB Mouse:* ID_INPUT_TRACKBALL=1 MOUSE_DPI=400@125 +# Kensington SlimBlade Pro trackball (via Bluetooth) +mouse:bluetooth:v047dp80d4:name:SlimBlade Pro:* + ID_INPUT_TRACKBALL=1 + ########################################## # Lenovo ########################################## |