Searched refs:BTN_TOOL_RUBBER (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/tablet/
H A Dwacom_wac.c26 wacom->tool[0] = (data[5] & 0x20) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN;
91 wacom->tool[1] = BTN_TOOL_RUBBER;
94 wacom->tool[1] = (data[4] & 0x20) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN;
97 if (wacom->tool[1] == BTN_TOOL_RUBBER && !(data[4] & 0x20)) {
105 if (wacom->tool[1] != BTN_TOOL_RUBBER) {
122 if (wacom->tool[1] != BTN_TOOL_RUBBER) {
144 input_report_key(input, BTN_TOOL_RUBBER, data[1] & 0x20);
172 wacom->tool[0] = (data[1] & 0x0c) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN;
219 wacom->tool[0] = BTN_TOOL_RUBBER;
375 wacom->tool[idx] = BTN_TOOL_RUBBER;
[all...]
H A Daiptek.c232 #define AIPTEK_TOOL_BUTTON_ERASER_MODE BTN_TOOL_RUBBER
345 BTN_TOOL_PEN, BTN_TOOL_RUBBER, BTN_TOOL_PENCIL, BTN_TOOL_AIRBRUSH,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-wacom.c210 tool = BTN_TOOL_RUBBER;
407 __set_bit(BTN_TOOL_RUBBER, input->keybit);
H A Dhid-input.c325 map_key_clear(BTN_TOOL_RUBBER);
606 input_event(input, usage->type, (*quirks & HID_QUIRK_INVERT) ? BTN_TOOL_RUBBER : usage->code, 1);
610 input_event(input, usage->type, BTN_TOOL_RUBBER, 0);
H A Dhid-debug.c743 [BTN_TOOL_PEN] = "ToolPen", [BTN_TOOL_RUBBER] = "ToolRubber",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h439 #define BTN_TOOL_RUBBER 0x141 macro

Completed in 105 milliseconds