|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/backlight.h>#include <linux/i8042.h>#include <linux/dmi.h>Go to the source code of this file.
Macros | |
| #define | SAMSUNGQ10_BL_MAX_INTENSITY 255 |
| #define | SAMSUNGQ10_BL_DEFAULT_INTENSITY 185 |
| #define | SAMSUNGQ10_BL_8042_CMD 0xbe |
| #define | SAMSUNGQ10_BL_8042_DATA { 0x89, 0x91 } |
| #define | samsungq10_suspend NULL |
| #define | samsungq10_resume NULL |
Functions | |
| module_param (force, bool, 0) | |
| MODULE_PARM_DESC (force,"Disable the DMI check and force the driver to be loaded") | |
| MODULE_DEVICE_TABLE (dmi, samsungq10_dmi_table) | |
| module_init (samsungq10_init) | |
| module_exit (samsungq10_exit) | |
| MODULE_AUTHOR ("Frederick van der Wyck <[email protected]>") | |
| MODULE_DESCRIPTION ("Samsung Q10 Driver") | |
| MODULE_LICENSE ("GPL") | |
| #define SAMSUNGQ10_BL_8042_CMD 0xbe |
Definition at line 23 of file samsung-q10.c.
| #define SAMSUNGQ10_BL_8042_DATA { 0x89, 0x91 } |
Definition at line 24 of file samsung-q10.c.
| #define SAMSUNGQ10_BL_DEFAULT_INTENSITY 185 |
Definition at line 21 of file samsung-q10.c.
| #define SAMSUNGQ10_BL_MAX_INTENSITY 255 |
Definition at line 20 of file samsung-q10.c.
| #define samsungq10_resume NULL |
Definition at line 74 of file samsung-q10.c.
| #define samsungq10_suspend NULL |
Definition at line 73 of file samsung-q10.c.
| MODULE_AUTHOR | ( | "Frederick van der Wyck <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Samsung Q10 Driver" | ) |
| MODULE_DEVICE_TABLE | ( | dmi | , |
| samsungq10_dmi_table | |||
| ) |
| module_exit | ( | samsungq10_exit | ) |
| module_init | ( | samsungq10_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2