• Home
  • Raw
  • Download

Lines Matching full:touch

54 MODULE_PARM_DESC(report_undeciphered, "Report undeciphered multi-touch state field using a MSC_RAW …
60 * 0x03 seem to indicate the aspect ratio of the touch, bits 0x70 seem
72 /* Touch surface information. Dimension is in hundredths of a mm, min and max
98 * @ntouches: Number of touches in most recent touch report.
101 * @touches: Most recent data for a touch, indexed by tracking ID.
102 * @tracking_ids: Mapping of current touch input data to @touches.
124 int touch = -1; in magicmouse_firm_touch() local
127 /* If there is only one "firm" touch, set touch to its in magicmouse_firm_touch()
133 /* Ignore this touch. */ in magicmouse_firm_touch()
134 } else if (touch >= 0) { in magicmouse_firm_touch()
135 touch = -1; in magicmouse_firm_touch()
138 touch = idx; in magicmouse_firm_touch()
142 return touch; in magicmouse_firm_touch()
156 * touch, use that to override the mouse's guess. in magicmouse_emit_buttons()
216 * vertical touch motions. in magicmouse_emit_touch()
264 /* Generate the input events for this touch. */ in magicmouse_emit_touch()
290 /* Expect four bytes of prefix, and N*9 bytes of touch data. */ in magicmouse_raw_event()
312 /* Expect six bytes of prefix, and N*8 bytes of touch data. */ in magicmouse_raw_event()
326 * to have the current touch information before in magicmouse_raw_event()
340 /* Sometimes the trackpad sends two touch reports in one in magicmouse_raw_event()
414 /* Note: Touch Y position from the device is inverted relative in magicmouse_setup_input()
549 hid_err(hdev, "unable to register touch report\n"); in magicmouse_probe()
573 hid_err(hdev, "unable to request touch data (%d)\n", ret); in magicmouse_probe()