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"
Go to the source code of this file.
Macros | |
#define | DRV_VERSION "2.21" |
#define | SYNTH_CLEAR 0x18 |
#define | PROCSPEECH '\r' |
Functions | |
module_param_named (ser, synth_apollo.ser, int, S_IRUGO) | |
module_param_named (start, synth_apollo.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 (apollo_init) | |
module_exit (apollo_exit) | |
MODULE_AUTHOR ("Kirk Reiser <kirk@braille.uwo.ca>") | |
MODULE_AUTHOR ("David Borowski") | |
MODULE_DESCRIPTION ("Speakup support for Apollo II synthesizer") | |
MODULE_LICENSE ("GPL") | |
MODULE_VERSION (DRV_VERSION) | |
#define DRV_VERSION "2.21" |
Definition at line 34 of file speakup_apollo.c.
#define PROCSPEECH '\r' |
Definition at line 36 of file speakup_apollo.c.
#define SYNTH_CLEAR 0x18 |
Definition at line 35 of file speakup_apollo.c.
MODULE_AUTHOR | ( | "Kirk Reiser <kirk@braille.uwo.ca>" | ) |
MODULE_AUTHOR | ( | "David Borowski" | ) |
module_exit | ( | apollo_exit | ) |
module_init | ( | apollo_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_VERSION | ( | DRV_VERSION | ) |