]> git.proxmox.com Git - mirror_qemu.git/commit
hw/usb/dev-wacom: add missing HID descriptor
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Wed, 12 Jan 2022 09:01:25 +0000 (10:01 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 13 Jan 2022 09:22:00 +0000 (10:22 +0100)
commit5280117b1e66555a526e04c624d9e1e8e7fec1ae
tree8adc50d364cc5c31d87b97cfd8ba68ea9d0d08ca
parent91f5f7a5df1fda8c34677a7c49ee8a4bb5b56a36
hw/usb/dev-wacom: add missing HID descriptor

Linux need to fill up the HID descriptor in order to let the driver be
emulated. The descriptor was downloaded from [1]. The patch was tested
with evtest tool on top of qemu 5.2.0 with linux kernel 4.19.208.

[1] https://github.com/linuxwacom/wacom-hid-descriptors/tree/master/Wacom%20PenPartner

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Co-developed-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Message-Id: <20220112090125.381364-1-dario.binacchi@amarulasolutions.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/dev-wacom.c