Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hil/
Dhil_ptr.c243 unsigned int i, naxsets, btntype; in hil_ptr_connect() local
313 btntype = BTN_MISC; in hil_ptr_connect()
316 btntype = BTN_TOUCH; in hil_ptr_connect()
318 btntype = BTN_DIGI; in hil_ptr_connect()
321 btntype = BTN_TOUCH; in hil_ptr_connect()
324 btntype = BTN_MOUSE; in hil_ptr_connect()
327 set_bit(btntype | i, ptr->dev.keybit); in hil_ptr_connect()
328 ptr->btnmap[i] = btntype | i; in hil_ptr_connect()
331 if (btntype == BTN_MOUSE) { in hil_ptr_connect()
376 (btntype == BTN_MOUSE) ? "HIL mouse":"HIL tablet or touchpad", in hil_ptr_connect()