From: starous Date: Mon, 5 Jul 2010 18:34:27 +0000 (+0200) Subject: ChangeLog & usbhub.c correction X-Git-Tag: 1.99~750 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1f7d19ead04bb5fca0352c39fc1039970c2d4f9;p=thirdparty%2Fgrub.git ChangeLog & usbhub.c correction --- 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];