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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hil/
H A Dhil_ptr.c243 unsigned int i, naxsets, btntype; local
313 btntype = BTN_MISC;
316 btntype = BTN_TOUCH;
318 btntype = BTN_DIGI;
321 btntype = BTN_TOUCH;
324 btntype = BTN_MOUSE;
327 set_bit(btntype | i, ptr->dev.keybit);
328 ptr->btnmap[i] = btntype | i;
331 if (btntype == BTN_MOUSE) {
376 (btntype
[all...]

Completed in 35 milliseconds