You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/hw/input
ShengYi Hung 1c0f5142d9 hid: fix incorrect return value for hid
The return value of hid_keyboard_write is used to set the packet's actual_length
and pass to xhci directly to allow guest know how many byte actually processed.
Therefore, return 1 to indicate a successful transfer or it will be
considered as a wrong xfer.

Signed-off-by: ShengYi Hung <aokblast@FreeBSD.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
3 weeks ago
..
Kconfig hw/input: Remove lm832x device 1 year ago
adb-internal.h Supply missing header guards 6 years ago
adb-kbd.c qom: Have class_init() take a const data argument 6 months ago
adb-mouse.c qom: Have class_init() take a const data argument 6 months ago
adb.c qom: Have class_init() take a const data argument 6 months ago
hid.c hid: fix incorrect return value for hid 3 weeks ago
lasips2.c qom: Have class_init() take a const data argument 6 months ago
meson.build hw/input: Remove lm832x device 1 year ago
pckbd.c qom: Make InterfaceInfo[] uses const 6 months ago
pl050.c qom: Have class_init() take a const data argument 6 months ago
ps2.c qom: Have class_init() take a const data argument 6 months ago
stellaris_gamepad.c qom: Have class_init() take a const data argument 6 months ago
trace-events hw/input: Remove tsc2005 touchscreen controller 1 year ago
trace.h trace: switch position of headers to what Meson requires 5 years ago
virtio-input-hid.c qom: Have class_init() take a const data argument 6 months ago
virtio-input-host.c treewide: use qemu_set_blocking instead of g_unix_set_fd_nonblocking 1 month ago
virtio-input.c vhost-user: return failure if backend crash when live migration 5 months ago