|
@@ -1899,8 +1899,7 @@ static struct pxa25x_udc memory = {
|
|
.name = "ep5in-int",
|
|
.name = "ep5in-int",
|
|
.ops = &pxa25x_ep_ops,
|
|
.ops = &pxa25x_ep_ops,
|
|
.maxpacket = INT_FIFO_SIZE,
|
|
.maxpacket = INT_FIFO_SIZE,
|
|
- .caps = USB_EP_CAPS(USB_EP_CAPS_TYPE_INT,
|
|
|
|
- USB_EP_CAPS_DIR_IN),
|
|
|
|
|
|
+ .caps = USB_EP_CAPS(0, 0),
|
|
},
|
|
},
|
|
.dev = &memory,
|
|
.dev = &memory,
|
|
.fifo_size = INT_FIFO_SIZE,
|
|
.fifo_size = INT_FIFO_SIZE,
|
|
@@ -1978,8 +1977,7 @@ static struct pxa25x_udc memory = {
|
|
.name = "ep10in-int",
|
|
.name = "ep10in-int",
|
|
.ops = &pxa25x_ep_ops,
|
|
.ops = &pxa25x_ep_ops,
|
|
.maxpacket = INT_FIFO_SIZE,
|
|
.maxpacket = INT_FIFO_SIZE,
|
|
- .caps = USB_EP_CAPS(USB_EP_CAPS_TYPE_INT,
|
|
|
|
- USB_EP_CAPS_DIR_IN),
|
|
|
|
|
|
+ .caps = USB_EP_CAPS(0, 0),
|
|
},
|
|
},
|
|
.dev = &memory,
|
|
.dev = &memory,
|
|
.fifo_size = INT_FIFO_SIZE,
|
|
.fifo_size = INT_FIFO_SIZE,
|
|
@@ -2057,8 +2055,7 @@ static struct pxa25x_udc memory = {
|
|
.name = "ep15in-int",
|
|
.name = "ep15in-int",
|
|
.ops = &pxa25x_ep_ops,
|
|
.ops = &pxa25x_ep_ops,
|
|
.maxpacket = INT_FIFO_SIZE,
|
|
.maxpacket = INT_FIFO_SIZE,
|
|
- .caps = USB_EP_CAPS(USB_EP_CAPS_TYPE_INT,
|
|
|
|
- USB_EP_CAPS_DIR_IN),
|
|
|
|
|
|
+ .caps = USB_EP_CAPS(0, 0),
|
|
},
|
|
},
|
|
.dev = &memory,
|
|
.dev = &memory,
|
|
.fifo_size = INT_FIFO_SIZE,
|
|
.fifo_size = INT_FIFO_SIZE,
|