Implement USBDebug (full USB stack variant).

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-02-01 21:49:29 +01:00
parent 0d5b9c9031
commit 66a93674b2
9 changed files with 134 additions and 6 deletions

View file

@ -208,7 +208,9 @@ grub_pl2303_attach (grub_usb_device_t usbdev, int configno, int interfno)
return 0;
return grub_usbserial_attach (usbdev, configno, interfno,
&grub_pl2303_driver);
&grub_pl2303_driver,
GRUB_USB_SERIAL_ENDPOINT_LAST_MATCHING,
GRUB_USB_SERIAL_ENDPOINT_LAST_MATCHING);
}
static struct grub_usb_attach_desc attach_hook =