freemyipod r948 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r947‎ | r948 | r949 >
Date:03:28, 16 June 2014
Author:theseven
Status:new
Tags:
Comment:
UMSboot: SynopsysOTG: We can send up to 1023 packets at once
Modified paths:
  • /umsboot/src/core/synopsysotg/synopsysotg.c (modified) (history)

Diff [purge]

Index: umsboot/src/core/synopsysotg/synopsysotg.c
@@ -510,7 +510,7 @@
511511
512512 int synopsysotg_get_max_transfer_size(const struct usb_instance* data, union usb_endpoint_number ep)
513513 {
514 - return 512;
 514+ return 1023;
515515 }
516516
517517 const struct usb_driver synopsysotg_driver =