Name
gser_bind_config —
add a generic serial function to a configuration
Synopsis
int gser_bind_config ( | struct usb_configuration * c, |
| u8 port_num) ; |
Arguments
c
the configuration to support the serial instance
port_num
/dev/ttyGS* port this interface will use
Context
single threaded during gadget setup
Description
Returns zero on success, else negative errno.
Caller must have called gserial_setup
() with enough ports to
handle all the ones it binds. Caller is also responsible
for calling gserial_cleanup
() before module unload.