Subversion Repositories freemyipod

Rev

Rev 889 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 889 Rev 894
Line 110... Line 110...
110
};
110
};
111
 
111
 
112
static const struct usb_endpoint usb_c1_i0_a0_ep1in =
112
static const struct usb_endpoint usb_c1_i0_a0_ep1in =
113
{
113
{
114
    .number = { .number = UMSBOOT_ENDPOINT_IN, .direction = USB_ENDPOINT_DIRECTION_IN },
114
    .number = { .number = UMSBOOT_ENDPOINT_IN, .direction = USB_ENDPOINT_DIRECTION_IN },
-
 
115
    .ctrl_request = ums_ep_ctrl_request,
115
    .xfer_complete = ums_xfer_complete,
116
    .xfer_complete = ums_xfer_complete,
116
    .timeout = ums_timeout,
117
    .timeout = ums_timeout,
117
};
118
};
118
 
119
 
119
static const struct usb_altsetting usb_c1_i0_a0 =
120
static const struct usb_altsetting usb_c1_i0_a0 =