|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/usb.h>#include <linux/slab.h>#include "st5481.h"Go to the source code of this file.
Functions | |
| MODULE_DESCRIPTION ("ISDN4Linux: driver for ST5481 USB ISDN adapter") | |
| MODULE_AUTHOR ("Frode Isaksen") | |
| MODULE_LICENSE ("GPL") | |
| module_param (protocol, int, 0) | |
| module_param (number_of_leds, int, 0) | |
| MODULE_DEVICE_TABLE (usb, st5481_ids) | |
| module_init (st5481_usb_init) | |
| module_exit (st5481_usb_exit) | |
Variables | |
| int | st5481_debug |
| MODULE_AUTHOR | ( | "Frode Isaksen" | ) |
| MODULE_DEVICE_TABLE | ( | usb | , |
| st5481_ids | |||
| ) |
| module_exit | ( | st5481_usb_exit | ) |
| module_init | ( | st5481_usb_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_param | ( | number_of_leds | , |
| int | , | ||
| 0 | |||
| ) |
| int st5481_debug |
Definition at line 47 of file st5481_init.c.
1.8.2