Re: [PATCH 2/9] USB: musb: choose ep5 for bulk-in and ep6 for bulk-out in Blackfin MUSB driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Wed, Jun 03, 2009 at 10:24:51AM +0200, ext Mike Frysinger wrote:
> From: Bryan Wu <cooloney@xxxxxxxxxx>

please put some commit log here explaining why we need this

> Signed-off-by: Bryan Wu <cooloney@xxxxxxxxxx>
> Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx>
> ---
>  drivers/usb/gadget/epautoconf.c |   12 ++++++++++++
>  1 files changed, 12 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/usb/gadget/epautoconf.c b/drivers/usb/gadget/epautoconf.c
> index cd0914e..c968b03 100644
> --- a/drivers/usb/gadget/epautoconf.c
> +++ b/drivers/usb/gadget/epautoconf.c
> @@ -275,6 +275,18 @@ struct usb_ep * __init usb_ep_autoconfig (
>  		ep = find_ep (gadget, "ep1-bulk");
>  		if (ep && ep_matches (gadget, ep, desc))
>  			return ep;
> +#ifdef CONFIG_BLACKFIN
> +	} else if (gadget_is_musbhsfc(gadget) || gadget_is_musbhdrc(gadget)) {
> +		if ((USB_ENDPOINT_XFER_BULK == type)
> +			|| (USB_ENDPOINT_XFER_ISOC == type)) {
> +			if (USB_DIR_IN & desc->bEndpointAddress)
> +				ep = find_ep (gadget, "ep5in");
> +			else
> +				ep = find_ep (gadget, "ep6out");
> +		}
> +		if (ep && ep_matches (gadget, ep, desc))
> +			return ep;
> +#endif
>  	}
>  
>  	/* Second, look at endpoints until an unclaimed one looks usable */
> -- 
> 1.6.3.1

-- 
balbi
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux