On Mon, Feb 08, 2016 at 10:01:09AM +0000, Simon Appleby wrote:
> This patch fixes the register offset used for super-speed connection¹s max
> packet size.
> Without it using the 338x series of devices in enhanced mode will only
> allow full or high speed operation to function correctly.
> 
> 
> Signed-off-by: Simon Appleby <[email protected]>
> 
> 
> --- linux/drivers/usb/gadget/udc/net2280.h.orig 2016-02-08
> 09:31:10.000000000 +0000
> +++ linux/drivers/usb/gadget/udc/net2280.h      2016-02-08
> 09:25:32.000000000 +0000
> @@ -369,9 +369,20 @@ static inline void set_max_speed(struct
>       static const u32 ep_enhanced[9] = { 0x10, 0x60, 0x30, 0x80,
>                                       0x50, 0x20, 0x70, 0x40, 0x90 };
>  
> -     if (ep->dev->enhanced_mode)
> +     if (ep->dev->enhanced_mode) {
>               reg = ep_enhanced[ep->num];

Patch is line-wrapped and whitespace corrupted :(

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

Reply via email to