| synaptics.c | 45  *	- Maybe add some more gestures (can we use Palm support somehow?) 483 	{ SYN_FLAG_HAS_PALM_DETECT, "Palm detect", },
 1245 		 * just punt with one finger, if this really is a palm
 1392 		 * just punt with one finger, if this really is a palm
 1802 	/* Assume no palm */
 1818 	 * If the pad can't do palm detection, skip the rest.
 1824 	 * Palm detection
 2260 	int fingers, palm, buttons, changed;  local in function:pms_synaptics_process_packet
 2293 	fingers = synaptics_finger_detect(sc, sp, &palm);
 2296 	 * Do gesture processing only if we didn't detect a palm
 [all...]
 |