#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/usb/input.h>
#include <asm/unaligned.h>
Go to the source code of this file.
#define DRIVER_DESC "USB KB Gear JamStudio Tablet driver" |
#define DRIVER_LICENSE "GPL" |
#define DRIVER_VERSION "v0.0.2" |
#define USB_VENDOR_ID_KBGEAR 0x084e |
MODULE_DEVICE_TABLE |
( |
usb |
, |
|
|
kbtab_ids |
|
|
) |
| |
module_param |
( |
kb_pressure_click |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
kb_pressure_click |
, |
|
|
"pressure threshold for clicks" |
|
|
) |
| |
module_usb_driver |
( |
kbtab_driver |
| ) |
|