You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

usb.h 297B

12345678910111213
  1. /*
  2. * Use EFI_USB_IO_PROTOCOL
  3. *
  4. * The Raspberry Pi uses an embedded DesignWare USB controller for
  5. * which we do not have a native driver. Use via the
  6. * EFI_USB_IO_PROTOCOL driver instead.
  7. *
  8. */
  9. #undef USB_HCD_XHCI
  10. #undef USB_HCD_EHCI
  11. #undef USB_HCD_UHCI
  12. #define USB_HCD_USBIO
  13. #undef USB_EFI