ChangeLog & usbhub.c correction

This commit is contained in:
starous 2010-07-05 20:34:27 +02:00
parent 525ba5f9d0
commit f1f7d19ead
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-07-05 Ales Nesrsta <starous@volny.cz>
* bus/usb/usbhub.c, usbtrans.h: Simple USB hub support
* bus/usb/uhci.c: UHCI portstatus correction
2010-07-05 Colin Watson <cjwatson@ubuntu.com>
* docs/grub.texi (Features): Update list of supported file systems.

View File

@ -21,6 +21,7 @@
#include <grub/mm.h>
#include <grub/usb.h>
#include <grub/misc.h>
#include <grub/time.h>
/* USB Supports 127 devices, with device 0 as special case. */
static struct grub_usb_device *grub_usb_devs[128];