hwdb: mark Adesso wireless keyboard trackball as trackball (#43263)

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
This commit is contained in:
lzwind
2026-08-03 12:42:13 +08:00
committed by GitHub
parent d13c07ecd8
commit bee944044f

View 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
##########################################