mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-27 19:44:09 +00:00
Enable usb device polling again
This commit is contained in:
parent
e959937cfd
commit
2eb310be79
@ -338,7 +338,7 @@ grub_usb_unregister_attach_hook_class (struct grub_usb_attach_desc *desc)
|
|||||||
|
|
||||||
GRUB_MOD_INIT(usb)
|
GRUB_MOD_INIT(usb)
|
||||||
{
|
{
|
||||||
// grub_term_poll_usb = grub_usb_poll_devices;
|
grub_term_poll_usb = grub_usb_poll_devices;
|
||||||
}
|
}
|
||||||
|
|
||||||
GRUB_MOD_FINI(usb)
|
GRUB_MOD_FINI(usb)
|
||||||
|
Loading…
Reference in New Issue
Block a user