|
Linux Kernel
3.7.1
|
#include "gigaset.h"#include <linux/usb.h>#include <linux/module.h>#include <linux/moduleparam.h>Go to the source code of this file.
Data Structures | |
| struct | usb_cardstate |
Macros | |
| #define | DRIVER_AUTHOR "Hansjoerg Lipp <[email protected]>, Stefan Eilers" |
| #define | DRIVER_DESC "USB Driver for Gigaset 307x using M105" |
| #define | GIGASET_MINORS 1 |
| #define | GIGASET_MINOR 8 |
| #define | GIGASET_MODULENAME "usb_gigaset" |
| #define | GIGASET_DEVNAME "ttyGU" |
| #define | IF_WRITEBUF 264 |
| #define | USB_M105_VENDOR_ID 0x0681 |
| #define | USB_M105_PRODUCT_ID 0x0009 |
Functions | |
| module_param (startmode, int, S_IRUGO) | |
| module_param (cidmode, int, S_IRUGO) | |
| MODULE_PARM_DESC (startmode,"start in isdn4linux mode") | |
| MODULE_PARM_DESC (cidmode,"Call-ID mode") | |
| MODULE_DEVICE_TABLE (usb, gigaset_table) | |
| module_init (usb_gigaset_init) | |
| module_exit (usb_gigaset_exit) | |
| MODULE_AUTHOR (DRIVER_AUTHOR) | |
| MODULE_DESCRIPTION (DRIVER_DESC) | |
| MODULE_LICENSE ("GPL") | |
| #define DRIVER_AUTHOR "Hansjoerg Lipp <[email protected]>, Stefan Eilers" |
Definition at line 24 of file usb-gigaset.c.
| #define DRIVER_DESC "USB Driver for Gigaset 307x using M105" |
Definition at line 25 of file usb-gigaset.c.
| #define GIGASET_DEVNAME "ttyGU" |
Definition at line 40 of file usb-gigaset.c.
| #define GIGASET_MINOR 8 |
Definition at line 38 of file usb-gigaset.c.
| #define GIGASET_MINORS 1 |
Definition at line 37 of file usb-gigaset.c.
| #define GIGASET_MODULENAME "usb_gigaset" |
Definition at line 39 of file usb-gigaset.c.
| #define IF_WRITEBUF 264 |
Definition at line 43 of file usb-gigaset.c.
| #define USB_M105_PRODUCT_ID 0x0009 |
Definition at line 47 of file usb-gigaset.c.
| #define USB_M105_VENDOR_ID 0x0681 |
Definition at line 46 of file usb-gigaset.c.
| MODULE_AUTHOR | ( | DRIVER_AUTHOR | ) |
| MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
| MODULE_DEVICE_TABLE | ( | usb | , |
| gigaset_table | |||
| ) |
| module_exit | ( | usb_gigaset_exit | ) |
| module_init | ( | usb_gigaset_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2