PL2303 works and is configurable. But sometime input is lost

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-07-18 23:12:08 +02:00
parent 9edd681bbc
commit 9685412782
2 changed files with 77 additions and 47 deletions

View file

@ -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. */