]> git.proxmox.com Git - mirror_qemu.git/commit
usb: fold usb_generic_handle_packet into usb_handle_packet
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 11 Jan 2012 11:14:02 +0000 (12:14 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 10 Feb 2012 10:31:57 +0000 (11:31 +0100)
commit1977f93dacf60466cd23b562ae498446b77d3b48
tree450bae818433ab05826ecf1d04f1595d7f9ef637
parent7f74a56b1416a759c1da0a280e99242662f350c5
usb: fold usb_generic_handle_packet into usb_handle_packet

There is no reason to have a separate usb_generic_handle_packet function
any more, fold it into usb_handle_packet().  Also call the do_token_*
functions which handle control transfer emulation for control pipe
packets only.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb.c