usb-linux: use usb_generic_handle_packet()
commit50b7963e72da6c31c2bebd435aeefd2966cd94ee
authorHans de Goede <hdegoede@redhat.com>
Wed, 2 Feb 2011 16:36:29 +0000 (2 17:36 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 26 May 2011 09:55:02 +0000 (26 11:55 +0200)
treece9d06df1e9ba266461b88c8f754653ea3fa2750
parent007fd62f4d3959f2a61abe61a34a54c9f99560b0
usb-linux: use usb_generic_handle_packet()

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 <hdegoede@redhat.com>
hw/usb.c
hw/usb.h
usb-linux.c