Rechercher une page de manuel
usb_find_interface
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
NAME
usb_find_interface - find usb_interface pointer for driver and deviceSYNOPSIS
- struct usb_interface * usb_find_interface(struct usb_driver * drv, int minor);
ARGUMENTS
drv
- the driver whose current configuration is considered
minor
- the minor number of the desired device
DESCRIPTION
This walks the bus device list and returns a pointer to the interface with the matching minor and driver. Note, this only works for devices that share the USB major number.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre