Searched refs:btntype (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 Dhil_ptr.c252 unsigned int i, naxsets, btntype; local
324 btntype = BTN_MISC;
327 btntype = BTN_TOUCH;
329 btntype = BTN_DIGI;
332 btntype = BTN_TOUCH;
335 btntype = BTN_MOUSE;
338 set_bit(btntype | i, ptr->dev->keybit);
339 ptr->btnmap[i] = btntype | i;
342 if (btntype == BTN_MOUSE) {
386 (btntype
[all...]

Completed in 96 milliseconds