|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/slab.h>#include <linux/module.h>#include <linux/mod_devicetable.h>#include <linux/init.h>#include <linux/usb/input.h>#include <linux/power_supply.h>#include <asm/unaligned.h>Go to the source code of this file.
Data Structures | |
| struct | wacom |
| struct | wacom::wacom_led |
Macros | |
| #define | DRIVER_VERSION "v1.53" |
| #define | DRIVER_AUTHOR "Vojtech Pavlik <[email protected]>" |
| #define | DRIVER_DESC "USB Wacom tablet driver" |
| #define | DRIVER_LICENSE "GPL" |
| #define | USB_VENDOR_ID_WACOM 0x056a |
| #define | USB_VENDOR_ID_LENOVO 0x17ef |
Functions | |
| MODULE_AUTHOR (DRIVER_AUTHOR) | |
| MODULE_DESCRIPTION (DRIVER_DESC) | |
| MODULE_LICENSE (DRIVER_LICENSE) | |
| void | wacom_wac_irq (struct wacom_wac *wacom_wac, size_t len) |
| void | wacom_setup_device_quirks (struct wacom_features *features) |
| int | wacom_setup_input_capabilities (struct input_dev *input_dev, struct wacom_wac *wacom_wac) |
Variables | |
| struct usb_device_id | wacom_ids [] |
| #define DRIVER_AUTHOR "Vojtech Pavlik <[email protected]>" |
| MODULE_AUTHOR | ( | DRIVER_AUTHOR | ) |
| MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
| MODULE_LICENSE | ( | DRIVER_LICENSE | ) |
| void wacom_setup_device_quirks | ( | struct wacom_features * | features | ) |
Definition at line 1400 of file wacom_wac.c.
Definition at line 1443 of file wacom_wac.c.
Definition at line 1280 of file wacom_wac.c.
| struct usb_device_id wacom_ids[] |
Definition at line 2096 of file wacom_wac.c.
1.8.2