Rechercher une page de manuel
parport_open
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
parport_open - find a device by canonical device numberSYNOPSIS
- struct pardevice * parport_open(int devnum, const char * name);
ARGUMENTS
devnum
- canonical device number
name
- name to associate with the device
DESCRIPTION
This function is similar to parport_register_device, except that it locates a device by its number rather than by the port it is attached to.
All parameters except for devnum are the same as for parport_register_device. The return value is the same as for parport_register_device.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre