Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhms.c51 static const uint8_t hms_boot_desc[] = { HID_MOUSE_BOOTPROTO_DESCR() }; variable
209 (void)hid_set_report_descr(parent, hms_boot_desc, in hms_identify()
210 sizeof(hms_boot_desc)); in hms_identify()
266 set_report_proto = !(error == 0 && d_len == sizeof(hms_boot_desc) && in hms_attach()
267 memcmp(d_ptr, hms_boot_desc, sizeof(hms_boot_desc)) == 0); in hms_attach()