Fix USB devices not being detected when requested

due to delayed attach.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-03-19 20:35:21 +01:00
parent e744219bb6
commit d745dda77e
9 changed files with 48 additions and 15 deletions

View file

@ -42,7 +42,7 @@ grub_getkeystatus (void)
grub_term_input_t term;
if (grub_term_poll_usb)
grub_term_poll_usb ();
grub_term_poll_usb (0);
FOR_ACTIVE_TERM_INPUTS(term)
{