Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Ddev-hid.c526 static const uint8_t qemu_keyboard_hid_report_descriptor[] = { variable
601 memcpy(data, qemu_keyboard_hid_report_descriptor, in usb_hid_handle_control()
602 sizeof(qemu_keyboard_hid_report_descriptor)); in usb_hid_handle_control()
603 p->actual_length = sizeof(qemu_keyboard_hid_report_descriptor); in usb_hid_handle_control()