|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/platform_device.h>#include <linux/err.h>#include <linux/leds.h>#include <linux/io.h>#include <linux/dmi.h>#include <linux/i8042.h>Go to the source code of this file.
Macros | |
| #define | CLEVO_MAIL_LED_OFF 0x0084 |
| #define | CLEVO_MAIL_LED_BLINK_1HZ 0x008A |
| #define | CLEVO_MAIL_LED_BLINK_0_5HZ 0x0083 |
Functions | |
| MODULE_AUTHOR ("Márton Németh <[email protected]>") | |
| MODULE_DESCRIPTION ("Clevo mail LED driver") | |
| MODULE_LICENSE ("GPL") | |
| module_param_named (nodetect, nodetect, bool, 0) | |
| MODULE_PARM_DESC (nodetect,"Skip DMI hardware detection") | |
| MODULE_DEVICE_TABLE (dmi, clevo_mail_led_dmi_table) | |
| module_init (clevo_mail_led_init) | |
| module_exit (clevo_mail_led_exit) | |
| #define CLEVO_MAIL_LED_BLINK_0_5HZ 0x0083 |
Definition at line 15 of file leds-clevo-mail.c.
| #define CLEVO_MAIL_LED_BLINK_1HZ 0x008A |
Definition at line 14 of file leds-clevo-mail.c.
| #define CLEVO_MAIL_LED_OFF 0x0084 |
Definition at line 13 of file leds-clevo-mail.c.
| MODULE_AUTHOR | ( | "Márton Németh <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | dmi | , |
| clevo_mail_led_dmi_table | |||
| ) |
| module_exit | ( | clevo_mail_led_exit | ) |
| module_init | ( | clevo_mail_led_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_param_named | ( | nodetect | , |
| nodetect | , | ||
| bool | , | ||
| 0 | |||
| ) |
| MODULE_PARM_DESC | ( | nodetect | , |
| "Skip DMI hardware detection" | |||
| ) |
1.8.2