Rechercher une page de manuel
usb_copy_descriptors
Langue: en
Version: May 2009 (fedora - 06/07/09)
Section: 9 (Appels noyau Linux)
NAME
usb_copy_descriptors - copy a vector of USB descriptorsSYNOPSIS
- struct usb_descriptor_header ** usb_copy_descriptors(struct usb_descriptor_header ** src);
ARGUMENTS
src
- null-terminated vector to copy
CONTEXT
initialization code, which may sleep
DESCRIPTION
This makes a copy of a vector of USB descriptors. Its primary use is to support usb_function objects which can have multiple copies, each needing different descriptors. Functions may have static tables of descriptors, which are used as templates and customized with identifiers (for interfaces, strings, endpoints, and more) as needed by a given function instance.
AUTHOR
David Brownell <dbrownell@users.sourceforge.net>
- Author.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre