Fix a bunch of problems with USB.

This commit is contained in:
Aleš Nesrsta 2010-05-31 14:11:41 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 7fd08f56ae
commit 778ff32476
10 changed files with 637 additions and 167 deletions

View file

@ -148,6 +148,8 @@ usb_iterate (grub_usb_device_t dev)
grub_printf ("%s speed device\n", usb_devspeed[dev->speed]);
return 0;
for (i = 0; i < descdev->configcnt; i++)
{
struct grub_usb_desc_config *config;