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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Dwacom_sys.c154 input_dev->keybit[LONG(BTN_DIGI)] |= BIT(BTN_TOOL_RUBBER) | BIT(BTN_TOOL_MOUSE) | BIT(BTN_STYLUS2);
177 input_dev->keybit[LONG(BTN_DIGI)] |= BIT(BTN_TOOL_RUBBER) | BIT(BTN_TOOL_MOUSE) | BIT(BTN_TOOL_BRUSH)
189 input_dev->keybit[LONG(BTN_DIGI)] |= BIT(BTN_STYLUS2) | BIT(BTN_TOOL_RUBBER);
194 input_dev->keybit[LONG(BTN_DIGI)] |= BIT(BTN_TOOL_RUBBER);
H A Dwacom_wac.c24 wacom->tool[0] = (data[5] & 0x20) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN;
85 wacom->tool[1] = BTN_TOOL_RUBBER;
88 wacom->tool[1] = (data[4] & 0x20) ? BTN_TOOL_RUBBER : BTN_TOOL_PEN;
91 if (wacom->tool[1] == BTN_TOOL_RUBBER && !(data[4] & 0x20)) {
99 if (wacom->tool[1] != BTN_TOOL_RUBBER) {
116 if (wacom->tool[1] != BTN_TOOL_RUBBER) {
138 wacom_report_key(wcombo, BTN_TOOL_RUBBER, data[1] & 0x20);
175 wacom->tool[0] = BTN_TOOL_RUBBER;
307 wacom->tool[idx] = BTN_TOOL_RUBBER;
H A Daiptek.c237 #define AIPTEK_TOOL_BUTTON_ERASER_MODE BTN_TOOL_RUBBER
2067 BIT(BTN_TOOL_RUBBER) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/
H A Dhid-input.c493 map_key_clear(BTN_TOOL_RUBBER);
884 input_event(input, usage->type, (*quirks & HID_QUIRK_INVERT) ? BTN_TOOL_RUBBER : usage->code, 1);
888 input_event(input, usage->type, BTN_TOOL_RUBBER, 0);
H A Dhid-debug.c644 [BTN_TOOL_PEN] = "ToolPen", [BTN_TOOL_RUBBER] = "ToolRubber",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinput.h421 #define BTN_TOOL_RUBBER 0x141 macro

Completed in 117 milliseconds