EP_CHOOSE
Section: Kernel Mode Gadget API (9)
Updated: February 2011
Index
Return to Main Contents
NAME
ep_choose - select descriptor endpoint at current device speed
SYNOPSIS
-
struct usb_endpoint_descriptor * ep_choose(struct usb_gadget * g, struct usb_endpoint_descriptor * hs, struct usb_endpoint_descriptor * fs);
ARGUMENTS
g
-
- gadget, connected and running at some speed
hs
-
descriptor to use for high speed operation
fs
-
descriptor to use for full or low speed operation
AUTHOR
David Brownell <dbrownell@users.sourceforge.net>
-
Author.
COPYRIGHT