|
Linux Kernel
3.7.1
|
#include <linux/jiffies.h>#include <linux/sched.h>#include <linux/timer.h>#include <linux/kthread.h>#include "spk_priv.h"#include "serialio.h"#include "speakup.h"#include "speakup_acnt.h"Go to the source code of this file.
Macros | |
| #define | DRV_VERSION "2.10" |
| #define | PROCSPEECH '\r' |
Functions | |
| module_param_named (port, port_forced, int, S_IRUGO) | |
| module_param_named (start, synth_acntpc.startup, short, S_IRUGO) | |
| MODULE_PARM_DESC (port,"Set the port for the synthesizer (override probing).") | |
| MODULE_PARM_DESC (start,"Start the synthesizer once it is loaded.") | |
| module_init (acntpc_init) | |
| module_exit (acntpc_exit) | |
| MODULE_AUTHOR ("Kirk Reiser <kirk@braille.uwo.ca>") | |
| MODULE_AUTHOR ("David Borowski") | |
| MODULE_DESCRIPTION ("Speakup support for Accent PC synthesizer") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_VERSION (DRV_VERSION) | |
| #define DRV_VERSION "2.10" |
Definition at line 37 of file speakup_acntpc.c.
| #define PROCSPEECH '\r' |
Definition at line 38 of file speakup_acntpc.c.
| MODULE_AUTHOR | ( | "Kirk Reiser <kirk@braille.uwo.ca>" | ) |
| MODULE_AUTHOR | ( | "David Borowski" | ) |
| module_exit | ( | acntpc_exit | ) |
| module_init | ( | acntpc_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| MODULE_VERSION | ( | DRV_VERSION | ) |
1.8.2