Enable usb device polling again
This commit is contained in:
parent
e959937cfd
commit
2eb310be79
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ grub_usb_unregister_attach_hook_class (struct grub_usb_attach_desc *desc)
|
|||
|
||||
GRUB_MOD_INIT(usb)
|
||||
{
|
||||
// grub_term_poll_usb = grub_usb_poll_devices;
|
||||
grub_term_poll_usb = grub_usb_poll_devices;
|
||||
}
|
||||
|
||||
GRUB_MOD_FINI(usb)
|
||||
|
|
Loading…
Reference in a new issue