Searched refs:BTN_TOOL_QUADTAP (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Delantech.c320 input_report_key(dev, BTN_TOOL_QUADTAP, fingers == 4);
478 __set_bit(BTN_TOOL_QUADTAP, dev->keybit);
H A Dbcm5974.c353 __set_bit(BTN_TOOL_QUADTAP, input_dev->keybit);
464 input_report_key(input, BTN_TOOL_QUADTAP, dev->fingers > 3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h451 #define BTN_TOOL_QUADTAP 0x14f /* Four fingers on trackpad */ macro

Completed in 90 milliseconds