]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
hwdb: mark Adesso wireless keyboard trackball as trackball (#43263)
authorlzwind <100665065+lzwind@users.noreply.github.com>
Mon, 3 Aug 2026 04:42:13 +0000 (12:42 +0800)
committerGitHub <noreply@github.com>
Mon, 3 Aug 2026 04:42:13 +0000 (13:42 +0900)
The Adesso wireless keyboard with an integrated trackball (MosArt
062a:4101) is identified as a regular mouse, so trackball-style
scrolling does not work out of the box. Add a hwdb entry in
`70-mouse.hwdb` setting `ID_INPUT_TRACKBALL=1` so libinput and other
clients treat the device as a trackball.

Fixes #29609

hwdb.d/70-mouse.hwdb

index 3009ea2fdce1d1b7b9354c4026fecd487c5f8d2e..60a5c2a530f3771ab36f8622e7a38911a8b82323 100644 (file)
@@ -182,6 +182,14 @@ mouse:usb:v256fpc63a:name:*
 mouse:bluetooth:v256fpc63a:name:*
  ID_INPUT_3D_MOUSE=1
 
+##########################################
+# Adesso
+##########################################
+
+# Adesso Wireless keyboard with integrated trackball (MosArt 062a:4101)
+mouse:usb:v062ap4101:*
+ ID_INPUT_TRACKBALL=1
+
 ##########################################
 # Apple
 ##########################################