mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[usb] Allow USB endpoints to specify a reserved header length for refills
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -425,7 +425,7 @@ static int usbkbd_probe ( struct usb_function *func,
|
||||
kbd->name = func->name;
|
||||
kbd->bus = usb->port->hub->bus;
|
||||
usbhid_init ( &kbd->hid, func, &usbkbd_operations, NULL );
|
||||
usb_refill_init ( &kbd->hid.in, sizeof ( kbd->report ),
|
||||
usb_refill_init ( &kbd->hid.in, 0, sizeof ( kbd->report ),
|
||||
USBKBD_INTR_MAX_FILL );
|
||||
|
||||
/* Describe USB human interface device */
|
||||
|
||||
Reference in New Issue
Block a user