* grub-core/bus/usb/usbhub.c (poll_nonroot_hub): Fix the type of
"changed".
This commit is contained in:
parent
68b777070a
commit
d755342abe
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2013-09-23 Melki Christian <Christian.melki@saabgroup.com>
|
||||||
|
|
||||||
|
* grub-core/bus/usb/usbhub.c (poll_nonroot_hub): Fix the type of
|
||||||
|
"changed".
|
||||||
|
|
||||||
2013-09-23 Josh Triplett <josh@joshtriplett.org>
|
2013-09-23 Josh Triplett <josh@joshtriplett.org>
|
||||||
|
|
||||||
* grub-core/boot/i386/pc/lnxboot.S: Re-add support for recording the
|
* grub-core/boot/i386/pc/lnxboot.S: Re-add support for recording the
|
||||||
|
|
|
@ -486,7 +486,7 @@ poll_nonroot_hub (grub_usb_device_t dev)
|
||||||
{
|
{
|
||||||
grub_usb_err_t err;
|
grub_usb_err_t err;
|
||||||
unsigned i;
|
unsigned i;
|
||||||
grub_uint8_t changed;
|
grub_uint32_t changed;
|
||||||
grub_size_t actual, len;
|
grub_size_t actual, len;
|
||||||
|
|
||||||
if (!dev->hub_transfer)
|
if (!dev->hub_transfer)
|
||||||
|
|
Loading…
Reference in a new issue