Home
last modified time | relevance | path

Searched refs:BTN_TOOL_AIRBRUSH (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/usb/
Dwacom.c271 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…
Daiptek.c571 BTN_TOOL_AIRBRUSH, in aiptek_irq()
1268 | BIT(BTN_TOOL_AIRBRUSH) in aiptek_probe()
/linux-2.4.37.9/include/linux/
Dinput.h371 #define BTN_TOOL_AIRBRUSH 0x144 macro