]> git.proxmox.com Git - mirror_qemu.git/commit - hw/usb/host-bsd.c
usb: Pass the packet to the device's handle_control callback
authorHans de Goede <hdegoede@redhat.com>
Wed, 2 Feb 2011 15:33:13 +0000 (16:33 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 26 May 2011 09:55:02 +0000 (11:55 +0200)
commit007fd62f4d3959f2a61abe61a34a54c9f99560b0
treeb5f3ffe9b4683aa60061047e3dbbde0ca6298364
parent8656954aedbd9995e68e998df734a849f8e63ade
usb: Pass the packet to the device's handle_control callback

This allows using the generic usb_generic_handle_packet function from
device code which does ASYNC control requests (such as the linux host
pass through code).

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
14 files changed:
hw/bt-hid.c
hw/usb-bt.c
hw/usb-ccid.c
hw/usb-desc.c
hw/usb-desc.h
hw/usb-hid.c
hw/usb-hub.c
hw/usb-msd.c
hw/usb-net.c
hw/usb-serial.c
hw/usb-wacom.c
hw/usb.c
hw/usb.h
usb-bsd.c