#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.
| #define DELL_EVENT_GUID "9DBB5994-A997-11DA-B012-B622A1EF5492" |
| #define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
| MODULE_ALIAS |
( |
"wmi:" |
DELL_EVENT_GUID | ) |
|
| MODULE_DESCRIPTION |
( |
"Dell laptop WMI hotkeys driver" |
| ) |
|
| module_exit |
( |
dell_wmi_exit |
| ) |
|
| module_init |
( |
dell_wmi_init |
| ) |
|