This patch adds some endpoints into omap_udc fifo_mode
        for the three already modified gadget to work together

Signed-off-by: Felipe Balbi <[EMAIL PROTECTED]>
Signed-off-by: Ragner Magalhes <[EMAIL PROTECTED]>
---

Index: linux-2.6/drivers/usb/gadget/omap_udc.c
===================================================================
--- linux-2.6.orig/drivers/usb/gadget/omap_udc.c
+++ linux-2.6/drivers/usb/gadget/omap_udc.c
@@ -2760,5 +2760,9 @@ omap_udc_setup(struct platform_device *o
 
-               OMAP_ISO_EP("ep7in",   USB_DIR_IN  | 7, 256);
-               OMAP_ISO_EP("ep8out",  USB_DIR_OUT | 8, 256);
-               OMAP_INT_EP("ep9in",   USB_DIR_IN  | 9, 16);
+               OMAP_BULK_EP("ep7in",   USB_DIR_IN  | 7);
+               OMAP_BULK_EP("ep8out",  USB_DIR_OUT | 8);
+               OMAP_INT_EP("ep9in",    USB_DIR_IN  | 9, 16);
+
+               OMAP_ISO_EP("ep10in",   USB_DIR_IN  | 10, 256);
+               OMAP_ISO_EP("ep11out",  USB_DIR_OUT | 11, 256);
+               OMAP_INT_EP("ep12in",   USB_DIR_IN  | 12, 16);
                break;

--
Best Regards,

Felipe Balbi
[EMAIL PROTECTED]

Nokia Institute of Technology - INdT
Kernel Developers Team

+55 92 2126 1003


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to