Home
last modified time | relevance | path

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

/external/qemu/hw/
Dusb-hid.c330 static const uint8_t qemu_keyboard_hid_report_descriptor[] = { variable
757 memcpy(data, qemu_keyboard_hid_report_descriptor, in usb_hid_handle_control()
758 sizeof(qemu_keyboard_hid_report_descriptor)); in usb_hid_handle_control()
759 ret = sizeof(qemu_keyboard_hid_report_descriptor); in usb_hid_handle_control()