Joystick data
List of Global Functions
Changed - Return configuration status
Export - Dump the joystick settings to a single map (For use by autoinstallation.)
Import - Get all joystick settings from the first parameter (For use by autoinstallation.)
Read - Read all joystick settings from the SCR
RequiredKernelModules - Get list of all required joystick kernel modules
SaveOneJoystick - Update the SCR of the one joystick
StartAndEnable - Start joystick service and insserv it
Stop - Stop joystick service
Summary - Build a textual summary that can be used e.g. in inst_hw_config () or something similar.
Write - Update the SCR according to joystick settings
WriteConfig - Write sysconfig values (flush)
List of Global Variables
joystick - joystick config datastructure (list of maps)
Dump the joystick settings to a single map (For use by autoinstallation.)
Return value
list - Dumped settings (later acceptable by Import ())
Get all joystick settings from the first parameter (For use by autoinstallation.)
Function parameters
list settings
Return value
boolean - True on success
Read all joystick settings from the SCR
Function parameters
block<boolean> abort
Return value
boolean - True on success
Get list of all required joystick kernel modules
Return value
list<string> - list of modules
Update the SCR of the one joystick
Function parameters
integer pos
Return value
boolean
Build a textual summary that can be used e.g. in inst_hw_config () or something similar.
Return value
string - Summary of the configuration.
Update the SCR according to joystick settings
Function parameters
block<boolean> abort
Return value
boolean - True on success