From 23b0e6946b9794266a2b699030b7b75c3fffb81d Mon Sep 17 00:00:00 2001 From: Vipin KUMAR Date: Tue, 6 Mar 2012 23:39:39 +0000 Subject: USB:gadget:designware Support high speed This patch adds the support for usb device high speed for designware peripheral. Signed-off-by: Vipin Kumar Signed-off-by: Amit Virdi --- include/usb/designware_udc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/usb/designware_udc.h b/include/usb/designware_udc.h index ae98e8c2c2..18b7c19af2 100644 --- a/include/usb/designware_udc.h +++ b/include/usb/designware_udc.h @@ -197,6 +197,7 @@ struct udcfifo_regs { #define UDC_INT_PACKET_SIZE 64 #define UDC_OUT_ENDPOINT 2 #define UDC_BULK_PACKET_SIZE 64 +#define UDC_BULK_HS_PACKET_SIZE 512 #define UDC_IN_ENDPOINT 3 #define UDC_OUT_PACKET_SIZE 64 #define UDC_IN_PACKET_SIZE 64 -- cgit v1.2.3