|
Linux Kernel
3.7.1
|
#include "gigaset.h"#include <linux/module.h>#include <linux/moduleparam.h>#include <linux/platform_device.h>#include <linux/completion.h>Go to the source code of this file.
Data Structures | |
| struct | ser_cardstate |
Macros | |
| #define | DRIVER_AUTHOR "Tilman Schmidt" |
| #define | DRIVER_DESC "Serial Driver for Gigaset 307x using Siemens M101" |
| #define | GIGASET_MINORS 1 |
| #define | GIGASET_MINOR 0 |
| #define | GIGASET_MODULENAME "ser_gigaset" |
| #define | GIGASET_DEVNAME "ttyGS" |
| #define | IF_WRITEBUF 264 |
Functions | |
| MODULE_AUTHOR (DRIVER_AUTHOR) | |
| MODULE_DESCRIPTION (DRIVER_DESC) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS_LDISC (N_GIGASET_M101) | |
| module_param (startmode, int, S_IRUGO) | |
| MODULE_PARM_DESC (startmode,"initial operation mode") | |
| module_param (cidmode, int, S_IRUGO) | |
| MODULE_PARM_DESC (cidmode,"stay in CID mode when idle") | |
| module_init (ser_gigaset_init) | |
| module_exit (ser_gigaset_exit) | |
| #define DRIVER_AUTHOR "Tilman Schmidt" |
Definition at line 20 of file ser-gigaset.c.
| #define DRIVER_DESC "Serial Driver for Gigaset 307x using Siemens M101" |
Definition at line 21 of file ser-gigaset.c.
| #define GIGASET_DEVNAME "ttyGS" |
Definition at line 26 of file ser-gigaset.c.
| #define GIGASET_MINOR 0 |
Definition at line 24 of file ser-gigaset.c.
| #define GIGASET_MINORS 1 |
Definition at line 23 of file ser-gigaset.c.
| #define GIGASET_MODULENAME "ser_gigaset" |
Definition at line 25 of file ser-gigaset.c.
| #define IF_WRITEBUF 264 |
Definition at line 29 of file ser-gigaset.c.
| MODULE_ALIAS_LDISC | ( | N_GIGASET_M101 | ) |
| MODULE_AUTHOR | ( | DRIVER_AUTHOR | ) |
| MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
| module_exit | ( | ser_gigaset_exit | ) |
| module_init | ( | ser_gigaset_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2