Subversion Repositories freemyipod

Rev

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

Rev 891 Rev 892
Line 58... Line 58...
58
#define USB_DRIVER_STATE_TYPE struct synopsysotg_state
58
#define USB_DRIVER_STATE_TYPE struct synopsysotg_state
59
#define USB_DRIVER_STATE \
59
#define USB_DRIVER_STATE \
60
{ \
60
{ \
61
    .endpoints = { {}, {}, {}, {}, {} }, \
61
    .endpoints = { {}, {}, {}, {}, {} }, \
62
}
62
}
63
#define USB_ENDPOINTS { 0x80, 0x01, 0x82, 0x03 }
63
#define USB_ENDPOINTS 0b0000000000010110000000000010101
64
#define USB_MAXCURRENT 100
64
#define USB_MAXCURRENT 100
65
#define USB_HAVE_TARGET_SPECIFIC_REQUESTS
65
#define USB_HAVE_TARGET_SPECIFIC_REQUESTS
66
 
66
 
67
 
67
 
68
#define HAVE_LCD
68
#define HAVE_LCD