]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/usb/gadget/u_ether.h
USB: Remove unsupported usb gadget drivers
[mv-sheeva.git] / drivers / usb / gadget / u_ether.h
index fd55f450bc0e02e88afb55980c12008a073aacb4..3c8c0c9f9d728dd7730ae4335a3f68a410adfbbf 100644 (file)
@@ -93,13 +93,6 @@ static inline bool can_support_ecm(struct usb_gadget *gadget)
        if (!gadget_supports_altsettings(gadget))
                return false;
 
-       /* SA1100 can do ECM, *without* status endpoint ... but we'll
-        * only use it in non-ECM mode for backwards compatibility
-        * (and since we currently require a status endpoint)
-        */
-       if (gadget_is_sa1100(gadget))
-               return false;
-
        /* Everything else is *presumably* fine ... but this is a bit
         * chancy, so be **CERTAIN** there are no hardware issues with
         * your controller.  Add it above if it can't handle CDC.