Use generic description of HID endpoints

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-07-19 00:13:06 +02:00
parent ac2534273b
commit 824e1447ac
2 changed files with 12 additions and 16 deletions

View file

@ -52,6 +52,7 @@ enum
{
GRUB_USB_REQTYPE_CLASS_INTERFACE_OUT = 0x21,
GRUB_USB_REQTYPE_VENDOR_OUT = 0x40,
GRUB_USB_REQTYPE_CLASS_INTERFACE_IN = 0xa1,
GRUB_USB_REQTYPE_VENDOR_IN = 0xc0
};