#include <linux/device.h>
#include <linux/hid.h>
#include <linux/module.h>
#include <linux/leds.h>
#include <linux/slab.h>
#include <linux/power_supply.h>
#include "hid-ids.h"
Go to the source code of this file.
| #define OLED_INIT |
( |
|
OLED_ID | ) |
|
Value:do { \
&dev_attr_oled##OLED_ID##_img); \
hid_warn(hdev, \
"can't create sysfs oled attribute, err: %d\n",
ret);\
} while (0)
| #define PAD_DEVICE_ID 0x0F |
| #define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
| #define WAC_CMD_ICON_START_STOP 0x21 |
| #define WAC_CMD_ICON_TRANSFER 0x26 |
| #define WAC_CMD_LED_CONTROL 0x20 |
| #define WACOM_STORE |
( |
|
OLED_ID | ) |
|
Value:
\
wacom_set_image(hdev,
buf, OLED_ID); \
\
} \
\
wacom_oled##OLED_ID##_store)
Definition at line 409 of file hid-wacom.c.
| MODULE_DESCRIPTION |
( |
"Driver for Wacom Graphire Bluetooth and Wacom Intuos4 WL" |
| ) |
|
| MODULE_DEVICE_TABLE |
( |
hid |
, |
|
|
wacom_devices |
|
|
) |
| |
| module_exit |
( |
wacom_exit |
| ) |
|
| module_init |
( |
wacom_init |
| ) |
|