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

/drivers/input/mouse/
H A Dbcm5974.c487 int ptest, origin, ibt = 0, nmin = 0, nmax = 0; local
537 ibt = raw2int(dev->tp_data[BUTTON_TYPE2]);
559 "nmin: %d nmax: %d n: %d ibt: %d\n", abs_p, abs_w,
560 abs_x, abs_y, nmin, nmax, dev->fingers, ibt);
564 /* type 2 reports button events via ibt only */
566 input_report_key(input, BTN_LEFT, ibt);

Completed in 39 milliseconds