Subversion Repositories freemyipod

Rev

Rev 756 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 756 Rev 763
Line 142... Line 142...
142
    struct usb_interface_descriptor interface_descriptor;
142
    struct usb_interface_descriptor interface_descriptor;
143
    struct usb_endpoint_descriptor endpoint1_descriptor;
143
    struct usb_endpoint_descriptor endpoint1_descriptor;
144
    struct usb_endpoint_descriptor endpoint2_descriptor;
144
    struct usb_endpoint_descriptor endpoint2_descriptor;
145
    struct usb_endpoint_descriptor endpoint3_descriptor;
145
    struct usb_endpoint_descriptor endpoint3_descriptor;
146
    struct usb_endpoint_descriptor endpoint4_descriptor;
146
    struct usb_endpoint_descriptor endpoint4_descriptor;
147
} __attribute__((packed)) config_bundle CACHEALIGN_ATTR = 
147
} __attribute__((packed)) config_bundle CACHEALIGN_ATTR =
148
{
148
{
149
    .config_descriptor =
149
    .config_descriptor =
150
    {
150
    {
151
        .bLength             = sizeof(struct usb_config_descriptor),
151
        .bLength             = sizeof(struct usb_config_descriptor),
152
        .bDescriptorType     = USB_DT_CONFIG,
152
        .bDescriptorType     = USB_DT_CONFIG,