#include <linux/device.h>
#include <linux/hid.h>
#include <linux/module.h>
#include <linux/random.h>
#include <linux/sched.h>
#include <linux/wait.h>
#include "hid-ids.h"
#include "hid-lg.h"
Go to the source code of this file.
| #define DFP_RDESC_ORIG_SIZE 97 |
| #define LG_BAD_RELATIVE_KEYS 0x002 |
| #define LG_DUPLICATE_USAGES 0x004 |
| #define LG_EXPANDED_KEYMAP 0x010 |
| #define LG_IGNORE_DOUBLED_WHEEL 0x020 |
| #define LG_INVERT_HWHEEL 0x080 |
| #define lg_map_key_clear |
( |
|
c | ) |
|
| #define LG_RDESC_REL_ABS 0x800 |
| #define LG_WIRELESS 0x040 |
| MODULE_DEVICE_TABLE |
( |
hid |
, |
|
|
lg_devices |
|
|
) |
| |