btmagic.c | 1459 struct hid_location aX; 1469 .aX = { .pos = 0, .size = 13 }, 1512 int id, ax, ay, tx, ty; local in function:btmagic_input_magict 1529 ax = hid_get_data(data, &toucht.aX); 1533 "btmagic_input_magict: id %d ax %d ay %d phase %ld %s\n", 1534 id, ax, ay, hid_get_udata(data, &toucht.phase), 1552 if (ax < MAGICT_B_X1MAX) 1554 else if (ax > MAGICT_B_X2MAX) 1578 tx = ax - sc->sc_ax[id] [all...] |