#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.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>
Go to the source code of this file.
#define EVENT_GUID1 "284A0E6B-380E-472A-921F-E52786257FB4" |
#define EVENT_GUID2 "02314822-307C-4F66-BF0E-48AEAEB26CC8" |
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
MODULE_ALIAS |
( |
"wmi:" |
EVENT_GUID1 | ) |
|
MODULE_DESCRIPTION |
( |
"WMI hotkeys driver for Dell All-In-One series" |
| ) |
|
module_exit |
( |
dell_wmi_aio_exit |
| ) |
|
module_init |
( |
dell_wmi_aio_init |
| ) |
|