mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-06 02:13:11 +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)
|
||||
return 0;
|
||||
|
||||
grub_printf ("HID found!\n");
|
||||
grub_dprintf ("usb_keyboard", "HID found!\n");
|
||||
|
||||
data = grub_malloc (sizeof (*data));
|
||||
if (!data)
|
||||
|
Loading…
Reference in New Issue
Block a user