Split long USB transfers into short ones.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-01-20 22:45:53 +01:00
parent 8eb8284d2d
commit b879aa7b47
3 changed files with 22 additions and 4 deletions

View file

@ -19,6 +19,8 @@
#ifndef GRUB_USBTRANS_H
#define GRUB_USBTRANS_H 1
#define MAX_USB_TRANSFER_LEN 0x0800
typedef enum
{
GRUB_USB_TRANSFER_TYPE_IN,