mirror of
https://github.com/systemd/systemd.git
synced 2026-08-09 09:32:04 +00:00
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:
@@ -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
|
||||
##########################################
|
||||
|
||||
Reference in New Issue
Block a user