Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/input.h>
#include <linux/input/sparse-keymap.h>
#include <acpi/acpi_drivers.h>
#include <linux/acpi.h>
#include <linux/string.h>
#include <linux/dmi.h>
Go to the source code of this file.
Data Structures | |
struct | dell_bios_keymap_entry |
struct | dell_bios_hotkey_table |
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
#define | DELL_EVENT_GUID "9DBB5994-A997-11DA-B012-B622A1EF5492" |
Functions | |
MODULE_AUTHOR ("Matthew Garrett <[email protected]>") | |
MODULE_DESCRIPTION ("Dell laptop WMI hotkeys driver") | |
MODULE_LICENSE ("GPL") | |
MODULE_ALIAS ("wmi:"DELL_EVENT_GUID) | |
module_init (dell_wmi_init) | |
module_exit (dell_wmi_exit) | |
#define DELL_EVENT_GUID "9DBB5994-A997-11DA-B012-B622A1EF5492" |
Definition at line 44 of file dell-wmi.c.
Definition at line 26 of file dell-wmi.c.
MODULE_ALIAS | ( | "wmi:" | DELL_EVENT_GUID | ) |
MODULE_AUTHOR | ( | "Matthew Garrett <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "Dell laptop WMI hotkeys driver" | ) |
module_exit | ( | dell_wmi_exit | ) |
module_init | ( | dell_wmi_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |