Searched refs:BTN_TOOL_PEN (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Dwacom_wac.c24 wacom->tool[0] = (data[5] & 0x20) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN;
41 wacom_report_key(wcombo, BTN_TOOL_PEN, 1);
88 wacom->tool[1] = (data[4] & 0x20) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN;
95 wacom->tool[1] = BTN_TOOL_PEN;
101 wacom->tool[1] = BTN_TOOL_PEN;
113 wacom_report_key(wcombo, BTN_STYLUS2, (wacom->tool[1] == BTN_TOOL_PEN) && (data[4] & 0x20));
118 wacom->tool[1] = BTN_TOOL_PEN;
142 wacom_report_key(wcombo, BTN_TOOL_PEN, data[1] & 0x20);
171 wacom->tool[0] = BTN_TOOL_PEN;
283 wacom->tool[idx] = BTN_TOOL_PEN;
[all...]
H A Dkbtab.c71 input_report_key(dev, BTN_TOOL_PEN, 1);
158 input_dev->keybit[LONG(BTN_DIGI)] |= BIT(BTN_TOOL_PEN) | BIT(BTN_TOUCH);
H A Dacecad.c84 input_report_key(dev, BTN_TOOL_PEN, prox);
198 input_dev->keybit[LONG(BTN_DIGI)] = BIT(BTN_TOOL_PEN) |BIT(BTN_TOUCH) | BIT(BTN_STYLUS) | BIT(BTN_STYLUS2);
H A Dwacom_sys.c241 input_dev->keybit[LONG(BTN_DIGI)] |= BIT(BTN_TOOL_PEN) | BIT(BTN_TOUCH) | BIT(BTN_STYLUS);
H A Daiptek.c232 #define AIPTEK_TOOL_BUTTON_PEN_MODE BTN_TOOL_PEN
233 #define AIPTEK_TOOL_BUTTON_PEN_MODE BTN_TOOL_PEN
2066 (BIT(BTN_TOOL_PEN) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/
H A Dhid-debug.c644 [BTN_TOOL_PEN] = "ToolPen", [BTN_TOOL_RUBBER] = "ToolRubber",
H A Dhid-input.c488 default: map_key(BTN_TOOL_PEN); break;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinput.h420 #define BTN_TOOL_PEN 0x140 macro

Completed in 125 milliseconds