Commit f2f1ac827d9867db4444498a64582595b001e40f
1 parent
39b9aae1
increase USB table poll interval
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2422 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
hw/usb-hid.c
| ... | ... | @@ -170,7 +170,7 @@ static const uint8_t qemu_tablet_config_descriptor[] = { |
| 170 | 170 | 0x81, /* u8 ep_bEndpointAddress; IN Endpoint 1 */ |
| 171 | 171 | 0x03, /* u8 ep_bmAttributes; Interrupt */ |
| 172 | 172 | 0x08, 0x00, /* u16 ep_wMaxPacketSize; */ |
| 173 | - 0x03, /* u8 ep_bInterval; (255ms -- usb 2.0 spec) */ | |
| 173 | + 0x0a, /* u8 ep_bInterval; (255ms -- usb 2.0 spec) */ | |
| 174 | 174 | }; |
| 175 | 175 | |
| 176 | 176 | static const uint8_t qemu_mouse_hid_report_descriptor[] = { | ... | ... |