Searched refs:BTN_TOOL_AIRBRUSH (Results 1 – 3 of 3) sorted by relevance
271 case 0x112: wacom->tool[idx] = BTN_TOOL_AIRBRUSH; break; /* Airbrush */ in wacom_intuos_irq()338 #define WACOM_INTUOS_TOOLS (BIT(BTN_TOOL_BRUSH) | BIT(BTN_TOOL_PENCIL) | BIT(BTN_TOOL_AIRBRUSH) | B…
571 BTN_TOOL_AIRBRUSH, in aiptek_irq()1268 | BIT(BTN_TOOL_AIRBRUSH) in aiptek_probe()
371 #define BTN_TOOL_AIRBRUSH 0x144 macro