commit | ae1a6c6163bf2ad5889067a7ef121644249fade3 | [log] [tgz] |
---|---|---|
author | Thomas Lambertz <patch@thomaslambertz.de> | Mon May 12 23:50:10 2025 +0200 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Sun Jul 13 12:08:07 2025 +0300 |
tree | 1adf957225ada7f1af335ff75009b2c24f8c0e56 | |
parent | 9a4e273ddec3927920c5958d2226c6b38b543336 [diff] |
hw/usb/dev-hid: Support side and extra mouse buttons for usb-tablet The necessary plumbing for side- and extra mouse buttons to reach usb-tablet is already done. But the descriptor advertises three buttons max. Increase this to 5. Buttons are now identical to usb-mouse. Signed-off-by: Thomas Lambertz <patch@thomaslambertz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>