From patchwork Wed Mar 8 14:05:42 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roger Quadros X-Patchwork-Id: 95042 Delivered-To: patch@linaro.org Received: by 10.140.82.71 with SMTP id g65csp2366101qgd; Wed, 8 Mar 2017 06:09:11 -0800 (PST) X-Received: by 10.99.122.71 with SMTP id j7mr7188587pgn.52.1488982151671; Wed, 08 Mar 2017 06:09:11 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x185si3373297pgd.304.2017.03.08.06.09.11; Wed, 08 Mar 2017 06:09:11 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@ti.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=ti.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753424AbdCHOIi (ORCPT + 25 others); Wed, 8 Mar 2017 09:08:38 -0500 Received: from fllnx210.ext.ti.com ([198.47.19.17]:13241 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751336AbdCHOIh (ORCPT ); Wed, 8 Mar 2017 09:08:37 -0500 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllnx210.ext.ti.com (8.15.1/8.15.1) with ESMTP id v28E5mBa018926; Wed, 8 Mar 2017 08:05:48 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1488981948; bh=rNu9ff7aPcV/x7s8XK/xCpp5EHxL1nK4PLwhCL3lCss=; h=From:To:CC:Subject:Date; b=ywWTTMipGla3TSk/9pm/iIK114ammYYDGZik2FN5gbczCNJ1MidLPQeSZeQYONjMH e//vc9KhGPvni4IBzj4b+QbMHHZ+cLewlk64aGQG2LHuB4HLAU8BWgnbcVJe1hRWcu MJzeNykF5W1NVTd2PNQFDG2AiFjbfYbrIlypktkI= Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v28E5mlU011909; Wed, 8 Mar 2017 08:05:48 -0600 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.294.0; Wed, 8 Mar 2017 08:05:47 -0600 Received: from lta0400828d.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v28E5jhn020527; Wed, 8 Mar 2017 08:05:46 -0600 From: Roger Quadros To: , CC: , , , , Roger Quadros Subject: [PATCH 0/2] usb: gadget: f_uvc: SuperSpeed fixes Date: Wed, 8 Mar 2017 16:05:42 +0200 Message-ID: <1488981944-28915-1-git-send-email-rogerq@ti.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Laurent & Felipe, These are some fixes for SuperSpeed case. -- cheers, -roger Roger Quadros (2): usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerInterval usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeed drivers/usb/gadget/function/f_uvc.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) -- 2.7.4 Reviewed-by: Laurent Pinchart