]> git.proxmox.com Git - mirror_qemu.git/commitdiff
increase USB table poll interval
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 11 Feb 2007 19:01:48 +0000 (19:01 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 11 Feb 2007 19:01:48 +0000 (19:01 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2422 c046a42c-6fe2-441c-8c8c-71466251a162

hw/usb-hid.c

index bde3a7c67ceba7cee940f02f14f6f32463897487..1c2f4d23142f3cdc79137eb8d5adc828812214e3 100644 (file)
@@ -170,7 +170,7 @@ static const uint8_t qemu_tablet_config_descriptor[] = {
        0x81,       /*  u8  ep_bEndpointAddress; IN Endpoint 1 */
        0x03,       /*  u8  ep_bmAttributes; Interrupt */
        0x08, 0x00, /*  u16 ep_wMaxPacketSize; */
-       0x03,       /*  u8  ep_bInterval; (255ms -- usb 2.0 spec) */
+       0x0a,       /*  u8  ep_bInterval; (255ms -- usb 2.0 spec) */
 };
 
 static const uint8_t qemu_mouse_hid_report_descriptor[] = {