mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-07 17:57:41 +00:00
Make HID found dprintf instead of printf
This commit is contained in:
parent
8161b08687
commit
ccedc09bc7
@ -153,7 +153,7 @@ grub_usb_keyboard_attach (grub_usb_device_t usbdev, int configno, int interfno)
|
|||||||
if (j == usbdev->config[configno].interf[interfno].descif->endpointcnt)
|
if (j == usbdev->config[configno].interf[interfno].descif->endpointcnt)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
grub_printf ("HID found!\n");
|
grub_dprintf ("usb_keyboard", "HID found!\n");
|
||||||
|
|
||||||
data = grub_malloc (sizeof (*data));
|
data = grub_malloc (sizeof (*data));
|
||||||
if (!data)
|
if (!data)
|
||||||
|
Loading…
Reference in New Issue
Block a user