Lines Matching defs:report
38 * on another USB report id, which the ums(4) driver can handle, but
91 * no straightforward way to report zooming and other gestures to the
118 * report dump) fail to attach when you think they should work?
616 * generic USB HID mice on a different report id, so we have smaller
617 * packets by one byte (uhidev handles multiplexing report ids) and
625 .input_size = 63, /* 64, minus one for the report id. */
946 "vendor 0x%04x, product 0x%04x, report id %d\n",
1299 uint8_t report[GEYSER34_MODE_PACKET_SIZE];
1302 DPRINTF(sc, UATP_DEBUG_RESET, ("get feature report\n"));
1304 GEYSER34_MODE_REPORT_ID, report, sizeof(report));
1307 "error reading feature report: %s\n", usbd_errstr(status));
1314 DPRINTF(sc, UATP_DEBUG_RESET, ("old feature report:"));
1316 printf(" %02x", (unsigned int)report[i]);
1320 report[0] = GEYSER34_RAW_MODE;
1321 DPRINTF(sc, UATP_DEBUG_RESET, ("new feature report:"));
1323 printf(" %02x", (unsigned int)report[i]);
1328 report[0] = GEYSER34_RAW_MODE;
1330 DPRINTF(sc, UATP_DEBUG_RESET, ("set feature report\n"));
1332 GEYSER34_MODE_REPORT_ID, report, sizeof(report));
1335 "error writing feature report: %s\n", usbd_errstr(status));
1526 /* Report to wsmouse. */
1641 * Report input to wsmouse, if there is anything interesting to report.
1732 /* No fingers: clear position and maybe report a tap. */