btmagic.c | 1460 struct hid_location aY; 1470 .aY = { .pos = 13, .size = 13 }, 1512 int id, ax, ay, tx, ty; local in function:btmagic_input_magict 1530 ay = hid_get_data(data, &toucht.aY); 1533 "btmagic_input_magict: id %d ax %d ay %d phase %ld %s\n", 1534 id, ax, ay, hid_get_udata(data, &toucht.phase), 1547 if (sc->sc_mb == 0 && ay < MAGICT_B_YMAX) { 1579 ty = ay - sc->sc_ay[id]; 1603 } else if (ay > MAGICT_B_YMAX) { /* new finger * [all...] |