Home
last modified time | relevance | path

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

/external/qemu/hw/
Dusb-hid.c150 static const uint8_t qemu_tablet_config_descriptor[] = { variable
679 memcpy(data, qemu_tablet_config_descriptor, in usb_hid_handle_control()
680 sizeof(qemu_tablet_config_descriptor)); in usb_hid_handle_control()
681 ret = sizeof(qemu_tablet_config_descriptor); in usb_hid_handle_control()