Home
last modified time | relevance | path

Searched refs:BTN_TOOL_PENCIL (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/input/tablet/
Daiptek.c228 #define AIPTEK_TOOL_BUTTON_PENCIL_MODE BTN_TOOL_PENCIL
344 BTN_TOOL_PEN, BTN_TOOL_RUBBER, BTN_TOOL_PENCIL, BTN_TOOL_AIRBRUSH,
Dwacom_wac.c337 wacom->tool[idx] = BTN_TOOL_PENCIL; in wacom_intuos_inout()
1148 __set_bit(BTN_TOOL_PENCIL, input_dev->keybit); in wacom_setup_cintiq()
/linux-3.4.99/drivers/hid/
Dhid-debug.c762 [BTN_TOOL_BRUSH] = "ToolBrush", [BTN_TOOL_PENCIL] = "ToolPencil",
/linux-3.4.99/include/linux/
Dinput.h530 #define BTN_TOOL_PENCIL 0x143 macro