Implement USBDebug (full USB stack variant).
This commit is contained in:
parent
0d5b9c9031
commit
66a93674b2
9 changed files with 134 additions and 6 deletions
|
@ -193,7 +193,9 @@ grub_ftdi_attach (grub_usb_device_t usbdev, int configno, int interfno)
|
|||
return 0;
|
||||
|
||||
return grub_usbserial_attach (usbdev, configno, interfno,
|
||||
&grub_ftdi_driver);
|
||||
&grub_ftdi_driver,
|
||||
GRUB_USB_SERIAL_ENDPOINT_LAST_MATCHING,
|
||||
GRUB_USB_SERIAL_ENDPOINT_LAST_MATCHING);
|
||||
}
|
||||
|
||||
static struct grub_usb_attach_desc attach_hook =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue