Split long USB transfers into short ones.
This commit is contained in:
parent
8eb8284d2d
commit
b879aa7b47
3 changed files with 22 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue