diff --git a/ChangeLog b/ChangeLog index 81dfc1c78..5b5717c18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-07-05 Ales Nesrsta + * bus/usb/usbhub.c, usbtrans.h: Simple USB hub support + * bus/usb/uhci.c: UHCI portstatus correction + 2010-07-05 Colin Watson * docs/grub.texi (Features): Update list of supported file systems. diff --git a/bus/usb/usbhub.c b/bus/usb/usbhub.c index 034ccbe8d..2bbc850d0 100644 --- a/bus/usb/usbhub.c +++ b/bus/usb/usbhub.c @@ -21,6 +21,7 @@ #include #include #include +#include /* USB Supports 127 devices, with device 0 as special case. */ static struct grub_usb_device *grub_usb_devs[128];