Searched defs:joystick (Results 1 - 1 of 1) sorted by relevance

/drivers/macintosh/ams/
H A Dams-input.c2 * Apple Motion Sensor driver (joystick emulation)
22 static bool joystick; variable
23 module_param(joystick, bool, S_IRUGO);
24 MODULE_PARM_DESC(joystick, "Enable the input class device on module load");
94 joystick = 1;
107 joystick = 0;
113 return sprintf(buf, "%d\n", joystick);
131 if (enable != joystick) {
143 static DEVICE_ATTR(joystick, S_IRUGO | S_IWUSR,
148 if (joystick)
[all...]

Completed in 2794 milliseconds