Home | History | Annotate | Download | only in pckbport

Lines Matching defs:palm

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;
2293 fingers = synaptics_finger_detect(sc, sp, &palm);
2296 * Do gesture processing only if we didn't detect a palm.
2298 if (palm == 0)
2317 * Do movement processing IFF we have a single finger and no palm or
2318 * a secondary finger and no palm.
2320 if (palm == 0 && synaptics_movement_enable) {