Searched refs:BTN_TOOL_PEN (Results 1 - 10 of 10) 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;
44 input_report_key(input, BTN_TOOL_PEN, 1);
94 wacom->tool[1] = (data[4] & 0x20) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN;
101 wacom->tool[1] = BTN_TOOL_PEN;
107 wacom->tool[1] = BTN_TOOL_PEN;
119 input_report_key(input, BTN_STYLUS2, (wacom->tool[1] == BTN_TOOL_PEN) && (data[4] & 0x20));
124 wacom->tool[1] = BTN_TOOL_PEN;
148 input_report_key(input, BTN_TOOL_PEN, data[1] & 0x20);
172 wacom->tool[0] = (data[1] & 0x0c) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN;
173 if (wacom->tool[0] == BTN_TOOL_PEN)
[all...]
H A Dacecad.c84 input_report_key(dev, BTN_TOOL_PEN, prox);
196 input_dev->keybit[BIT_WORD(BTN_DIGI)] = BIT_MASK(BTN_TOOL_PEN) |
H A Dkbtab.c64 input_report_key(dev, BTN_TOOL_PEN, 1);
153 BIT_MASK(BTN_TOOL_PEN) | BIT_MASK(BTN_TOUCH);
H A Dwacom_sys.c210 features->device_type = BTN_TOOL_PEN;
249 features->device_type = BTN_TOOL_PEN;
338 features->device_type = BTN_TOOL_PEN;
502 features->device_type == BTN_TOOL_PEN ?
H A Daiptek.c227 #define AIPTEK_TOOL_BUTTON_PEN_MODE BTN_TOOL_PEN
228 #define AIPTEK_TOOL_BUTTON_PEN_MODE BTN_TOOL_PEN
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.c206 tool = BTN_TOOL_PEN;
277 input_report_key(input, BTN_STYLUS2, (tool == BTN_TOOL_PEN) && data[1] & 0x04);
389 __set_bit(BTN_TOOL_PEN, input->keybit);
H A Dhid-debug.c743 [BTN_TOOL_PEN] = "ToolPen", [BTN_TOOL_RUBBER] = "ToolRubber",
H A Dhid-input.c320 default: map_key(BTN_TOOL_PEN); break;
H A Dhid-ntrig.c827 __clear_bit(BTN_TOOL_PEN, input->keybit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h438 #define BTN_TOOL_PEN 0x140 macro

Completed in 88 milliseconds