usb: kill handle_packet callback
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 11 Jan 2012 10:16:20 +0000 (11:16 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 10 Feb 2012 10:31:57 +0000 (11:31 +0100)
commit7f74a56b1416a759c1da0a280e99242662f350c5
treee724d6c71a74dc52cd0ad40086a86f4e6623abc9
parente74495e3ade61ceabc5a00713900d8295e4042f4
usb: kill handle_packet callback

All drivers except usb-hub use usb_generic_handle_packet.  The only
reason the usb hub has its own function is that it used to be called
with packets which are intended for downstream devices.  With the new,
separate device lookup step this doesn't happen any more, so the need
for a different handle_packet callback is gone.

So we can kill the handle_packet callback and just call
usb_generic_handle_packet directly.  The special hub handling in
usb_handle_packet() can go away for the same reason.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
15 files changed:
hw/usb-audio.c
hw/usb-bt.c
hw/usb-bus.c
hw/usb-ccid.c
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
usb-linux.c
usb-redir.c