|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/dmi.h>#include <linux/i8042.h>#include <linux/io.h>#include <linux/moduleparam.h>#include <linux/platform_device.h>#include <linux/rfkill.h>Go to the source code of this file.
Macros | |
| #define | A1655_WIFI_COMMAND 0x10C5 |
| #define | A1655_WIFI_ON 0x25 |
| #define | A1655_WIFI_OFF 0x45 |
| #define | M7440_PORT1 0x118f |
| #define | M7440_PORT2 0x118e |
| #define | M7440_RADIO_ON1 0x12 |
| #define | M7440_RADIO_ON2 0x80 |
| #define | M7440_RADIO_OFF1 0x10 |
| #define | M7440_RADIO_OFF2 0x00 |
Functions | |
| MODULE_AUTHOR ("Ben Hutchings <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE (dmi, amilo_rfkill_id_table) | |
| module_init (amilo_rfkill_init) | |
| module_exit (amilo_rfkill_exit) | |
| #define A1655_WIFI_COMMAND 0x10C5 |
Definition at line 28 of file amilo-rfkill.c.
| #define A1655_WIFI_OFF 0x45 |
Definition at line 30 of file amilo-rfkill.c.
| #define A1655_WIFI_ON 0x25 |
Definition at line 29 of file amilo-rfkill.c.
| #define M7440_PORT1 0x118f |
Definition at line 51 of file amilo-rfkill.c.
| #define M7440_PORT2 0x118e |
Definition at line 52 of file amilo-rfkill.c.
| #define M7440_RADIO_OFF1 0x10 |
Definition at line 55 of file amilo-rfkill.c.
| #define M7440_RADIO_OFF2 0x00 |
Definition at line 56 of file amilo-rfkill.c.
| #define M7440_RADIO_ON1 0x12 |
Definition at line 53 of file amilo-rfkill.c.
| #define M7440_RADIO_ON2 0x80 |
Definition at line 54 of file amilo-rfkill.c.
| MODULE_AUTHOR | ( | "Ben Hutchings <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | dmi | , |
| amilo_rfkill_id_table | |||
| ) |
| module_exit | ( | amilo_rfkill_exit | ) |
| module_init | ( | amilo_rfkill_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2