From: Hans de Goede
Make the linux usb host passthrough code use the usb_generic_handle_packet()
function, rather then the curent DYI code. This removes 200 lines of almost
identical code.
Signed-off-by: Hans de Goede
---
hw/usb.c| 41 +-
hw/usb.h|1 +
usb-linux.c | 269
From: Hans de Goede
Make the linux usb host passthrough code use the usb_generic_handle_packet()
function, rather then the curent DYI code. This removes 200 lines of almost
identical code.
Signed-off-by: Hans de Goede
Signed-off-by: Gerd Hoffmann
---
hw/usb.c| 41 +-
hw/usb.h