freemyipod r947 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r946‎ | r947 | r948 >
Date:03:27, 16 June 2014
Author:theseven
Status:new
Tags:
Comment:
emCORE: SynopsysOTG: We can send up to 1023 packets at once
Modified paths:
  • /emcore/trunk/usb/synopsysotg.c (modified) (history)

Diff [purge]

Index: emcore/trunk/usb/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 =