Revision 007fd62f hw/usb.h

b/hw/usb.h
214 214
     *
215 215
     * Returns length or one of the USB_RET_ codes.
216 216
     */
217
    int (*handle_control)(USBDevice *dev, int request, int value,
217
    int (*handle_control)(USBDevice *dev, USBPacket *p, int request, int value,
218 218
                          int index, int length, uint8_t *data);
219 219

  
220 220
    /*

Also available in: Unified diff