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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Dalps.c64 * byte 2: 0 x10 x9 x8 x7 ? fin ges
80 int x, y, z, ges, fin, left, right, middle; local
123 ges = packet[2] & 1;
139 if (ges && !fin) z = 40;
143 * from (!fin && ges) to (fin && ges). This should be translated to the
146 if (ges && fin && !priv->prev_fin) {

Completed in 95 milliseconds