Merge usb into yeeloongfw

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-05-31 14:21:34 +02:00
commit 89d90892d0
22 changed files with 763 additions and 182 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;