|
Linux Kernel
3.7.1
|
#include <linux/jiffies.h>#include <linux/sched.h>#include <linux/timer.h>#include <linux/kthread.h>#include <linux/serial_reg.h>#include "spk_priv.h"#include "speakup.h"Go to the source code of this file.
Macros | |
| #define | DRV_VERSION "2.10" |
| #define | SYNTH_IO_EXTENT 0x04 |
| #define | SWAIT udelay(70) |
| #define | PROCSPEECH 0x1f |
| #define | SYNTH_CLEAR 0x03 |
Functions | |
| module_param_named (port, port_forced, int, S_IRUGO) | |
| module_param_named (start, synth_keypc.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 (keypc_init) | |
| module_exit (keypc_exit) | |
| MODULE_AUTHOR ("David Borowski") | |
| MODULE_DESCRIPTION ("Speakup support for Keynote Gold PC synthesizers") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_VERSION (DRV_VERSION) | |
| #define DRV_VERSION "2.10" |
Definition at line 33 of file speakup_keypc.c.
| #define PROCSPEECH 0x1f |
Definition at line 36 of file speakup_keypc.c.
| #define SWAIT udelay(70) |
Definition at line 35 of file speakup_keypc.c.
| #define SYNTH_CLEAR 0x03 |
Definition at line 37 of file speakup_keypc.c.
| #define SYNTH_IO_EXTENT 0x04 |
Definition at line 34 of file speakup_keypc.c.
| MODULE_AUTHOR | ( | "David Borowski" | ) |
| module_exit | ( | keypc_exit | ) |
| module_init | ( | keypc_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| MODULE_VERSION | ( | DRV_VERSION | ) |
1.8.2