ihidev.c | 389 int report_id = rreq->id; local in function:ihidev_hid_command 396 "(type %d, len %d)\n", device_xname(sc->sc_dev), report_id, 406 if (report_id >= 15) { 407 cmd[dataoff++] = report_id; 408 report_id = 15; 413 cmd[2] = report_id | rreq->type << 4; 480 int report_id = rreq->id; local in function:ihidev_hid_command 481 int report_len = 2 + (report_id ? 1 : 0) + rreq->len; 486 "(type %d, len %d):", device_xname(sc->sc_dev), report_id, 500 if (report_id >= 15) [all...] |