Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Duhid.c129 static const uint8_t uhid_graphire_report_descr[] = {UHID_GRAPHIRE_REPORT_DESCR()}; variable
801 sc->sc_repdesc_size = sizeof(uhid_graphire_report_descr); in uhid_attach()
802 sc->sc_repdesc_ptr = __DECONST(void *, &uhid_graphire_report_descr); in uhid_attach()