PL2303 works and is configurable. But sometime input is lost
This commit is contained in:
parent
9edd681bbc
commit
9685412782
2 changed files with 77 additions and 47 deletions
|
@ -51,7 +51,8 @@ typedef enum
|
|||
enum
|
||||
{
|
||||
GRUB_USB_REQTYPE_CLASS_INTERFACE_OUT = 0x21,
|
||||
GRUB_USB_REQTYPE_VENDOR_OUT = 0x40
|
||||
GRUB_USB_REQTYPE_VENDOR_OUT = 0x40,
|
||||
GRUB_USB_REQTYPE_VENDOR_IN = 0xc0
|
||||
};
|
||||
|
||||
/* Call HOOK with each device, until HOOK returns non-zero. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue