Poll device in usbtest
This commit is contained in:
parent
f5db3949e7
commit
7a4c893eb0
1 changed files with 2 additions and 0 deletions
|
@ -194,6 +194,8 @@ grub_cmd_usbtest (grub_command_t cmd __attribute__ ((unused)),
|
|||
int argc __attribute__ ((unused)),
|
||||
char **args __attribute__ ((unused)))
|
||||
{
|
||||
grub_usb_poll_devices ();
|
||||
|
||||
grub_printf ("USB devices:\n\n");
|
||||
grub_usb_iterate (usb_iterate);
|
||||
|
||||
|
|
Loading…
Reference in a new issue