Searched refs:ERASER (Results 1 – 2 of 2) sorted by relevance
83 #define ERASER BIT(2) macro203 …if ((changed_state & (TIP_SWITCH | ERASER)) == (TIP_SWITCH | ERASER)) /* we get both a tipswitch a… in SEC()
151 enum { STYLUS = 1, ERASER, CURSOR }; enumerator333 tool = (button & wacom->eraser_mask) ? ERASER : STYLUS; in wacom_handle_packet()