Query: geth_bind_config
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GETH_BIND_CONFIG(9) Kernel Mode Gadget API GETH_BIND_CONFIG(9)NAMEgeth_bind_config - add CDC Subset network link to a configurationSYNOPSISint geth_bind_config(struct usb_configuration * c, u8 ethaddr[ETH_ALEN]);ARGUMENTSc the configuration to support the network link ethaddr[ETH_ALEN] a buffer in which the ethernet address of the host side side of the link was recordedCONTEXTsingle threaded during gadget setupDESCRIPTIONReturns zero on success, else negative errno. Caller must have called gether_setup(). Caller is also responsible for calling gether_cleanup() before module unload.AUTHORDavid Brownell <dbrownell@users.sourceforge.net> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 GETH_BIND_CONFIG(9)