Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | PROCSPEECH '\n' |
#define | DRV_VERSION "2.11" |
#define | SYNTH_CLEAR '!' |
Functions | |
module_param_named (ser, synth_dummy.ser, int, S_IRUGO) | |
module_param_named (start, synth_dummy.startup, short, S_IRUGO) | |
MODULE_PARM_DESC (ser,"Set the serial port for the synthesizer (0-based).") | |
MODULE_PARM_DESC (start,"Start the synthesizer once it is loaded.") | |
module_init (dummy_init) | |
module_exit (dummy_exit) | |
MODULE_AUTHOR ("Samuel Thibault <[email protected]>") | |
MODULE_DESCRIPTION ("Speakup support for text console") | |
MODULE_LICENSE ("GPL") | |
MODULE_VERSION (DRV_VERSION) | |
#define DRV_VERSION "2.11" |
Definition at line 31 of file speakup_dummy.c.
#define PROCSPEECH '\n' |
Definition at line 30 of file speakup_dummy.c.
#define SYNTH_CLEAR '!' |
Definition at line 32 of file speakup_dummy.c.
MODULE_AUTHOR | ( | "Samuel Thibault <[email protected]>" | ) |
module_exit | ( | dummy_exit | ) |
module_init | ( | dummy_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_VERSION | ( | DRV_VERSION | ) |