Revision 7f74a56b hw/usb-hid.c

b/hw/usb-hid.c
557 557
{
558 558
    USBDeviceClass *uc = USB_DEVICE_CLASS(klass);
559 559

  
560
    uc->handle_packet  = usb_generic_handle_packet;
561 560
    uc->handle_reset   = usb_hid_handle_reset;
562 561
    uc->handle_control = usb_hid_handle_control;
563 562
    uc->handle_data    = usb_hid_handle_data;

Also available in: Unified diff