All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Oliver Neukum <oneukum@suse.com>
Cc: gregKH@linuxfoundation.org, linux-media@vger.kernel.org,
	Oliver Neukum <ONeukum@suse.com>
Subject: Re: [PATCH 2/2] uvc: correct speed testing
Date: Tue, 10 May 2016 02:52:40 +0300	[thread overview]
Message-ID: <6532758.WYmJGVd9sB@avalon> (raw)
In-Reply-To: <1462188201-20357-1-git-send-email-oneukum@suse.com>

Hi Oliver,

Thank you for the patch.

On Monday 02 May 2016 13:23:21 Oliver Neukum wrote:
> Allow for SS+ USB devices
> 
> Signed-off-by: Oliver Neukum <ONeukum@suse.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

And applied to my tree.

> ---
>  drivers/media/usb/uvc/uvc_video.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/media/usb/uvc/uvc_video.c
> b/drivers/media/usb/uvc/uvc_video.c index 075a0fe..b5589d5 100644
> --- a/drivers/media/usb/uvc/uvc_video.c
> +++ b/drivers/media/usb/uvc/uvc_video.c
> @@ -1470,6 +1470,7 @@ static unsigned int uvc_endpoint_max_bpi(struct
> usb_device *dev,
> 
>  	switch (dev->speed) {
>  	case USB_SPEED_SUPER:
> +	case USB_SPEED_SUPER_PLUS:
>  		return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval);
>  	case USB_SPEED_HIGH:
>  		psize = usb_endpoint_maxp(&ep->desc);

-- 
Regards,

Laurent Pinchart


      reply	other threads:[~2016-05-09 23:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-02 11:23 [PATCH 2/2] uvc: correct speed testing Oliver Neukum
2016-05-09 23:52 ` Laurent Pinchart [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6532758.WYmJGVd9sB@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=gregKH@linuxfoundation.org \
    --cc=linux-media@vger.kernel.org \
    --cc=oneukum@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.