Home
last modified time | relevance | path

Searched refs:repdata (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.bin/usbhidctl/
H A Dusbhid.c767 uint8_t *repdata; in main() local
953 hid_get_report_desc_data(repdesc, &repdata, &repsize); in main()
956 printf("%s0x%02x", x > 0 ? " " : "", repdata[x]); in main()