|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/init.h>#include <linux/types.h>#include <acpi/acpi_bus.h>#include <acpi/acpi_drivers.h>Go to the source code of this file.
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
| MODULE_AUTHOR ("Jes Sorensen <[email protected]>") | |
| MODULE_DESCRIPTION ("Toshiba Laptop ACPI Bluetooth Enable Driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE (acpi, bt_device_ids) | |
| module_acpi_driver (toshiba_bt_rfkill_driver) | |
Definition at line 20 of file toshiba_bluetooth.c.
| module_acpi_driver | ( | toshiba_bt_rfkill_driver | ) |
| MODULE_AUTHOR | ( | "Jes Sorensen <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Toshiba Laptop ACPI Bluetooth Enable Driver" | ) |
| MODULE_DEVICE_TABLE | ( | acpi | , |
| bt_device_ids | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2