Home
last modified time | relevance | path

Searched refs:BTN_TOOL_LENS (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/usb/
Dwacom.c266 case 0x096: wacom->tool[idx] = BTN_TOOL_LENS; break; /* Lens cursor */ in wacom_intuos_irq()
338 …OS_TOOLS (BIT(BTN_TOOL_BRUSH) | BIT(BTN_TOOL_PENCIL) | BIT(BTN_TOOL_AIRBRUSH) | BIT(BTN_TOOL_LENS))
/linux-2.4.37.9/include/linux/
Dinput.h374 #define BTN_TOOL_LENS 0x147 macro