Rechercher une page de manuel
input_allocate_device
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
input_allocate_device - allocate memory for new input deviceSYNOPSIS
- struct input_dev * input_allocate_device(void);
ARGUMENTS
void
- no arguments
DESCRIPTION
Returns prepared struct input_dev or NULL.
NOTE
Use input_free_device to free devices that have not been registered; input_unregister_device should be used for already registered devices.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre