freemyipod r894 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r893‎ | r894 | r895 >
Date:15:49, 5 August 2013
Author:theseven
Status:new
Tags:
Comment:
UMSboot: Don't reject CLEAR_FEATURE requests to IN endpoint
Modified paths:
  • /umsboot/src/app/umsboot/usbglue.c (modified) (history)

Diff [purge]

Index: umsboot/src/app/umsboot/usbglue.c
@@ -112,6 +112,7 @@
113113 static const struct usb_endpoint usb_c1_i0_a0_ep1in =
114114 {
115115 .number = { .number = UMSBOOT_ENDPOINT_IN, .direction = USB_ENDPOINT_DIRECTION_IN },
 116+ .ctrl_request = ums_ep_ctrl_request,
116117 .xfer_complete = ums_xfer_complete,
117118 .timeout = ums_timeout,
118119 };