Received: by 2002:a05:6a10:9e8c:0:0:0:0 with SMTP id y12csp1129941pxx; Tue, 27 Oct 2020 08:57:16 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwfdZrjnZSGlIYrxFlxSv78jGz7A21/5bqUk27HvcedgfKBHIvB1x3awdjrhpPsWncgoCk/ X-Received: by 2002:a17:906:80d0:: with SMTP id a16mr3001471ejx.185.1603814236567; Tue, 27 Oct 2020 08:57:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1603814236; cv=none; d=google.com; s=arc-20160816; b=RuMujEHlIeTvR7yaAup2cM49UP1NX22Jrhi3u4daUhYhm/vRgRCVF487F6BizvZpTV 569e8v+Vle3LLEDVetxSGG8dksb1eXx7FjW1YJIhop87yTmZNAE3/nXZoftiwfUSFVzC 3pKtdagSZPLXfUaPcguej/Mcu7EQaOTwB8JnD7iRB3z7o21EmoCmCeyWlzABuP4/p1ZD ibVl1Q3K1TM/lpEYASWQ54KuuklFe/ninfM/51MyzStshwDLzzOZ3ZMs+5IvsKKz7dRd nVMuAG0W5rSTUi+I1tXtKWBSPlSgEpD11d8/4M3gG49BRkBcT4RrD10YGh1K4KyUOwtl 9nBA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=16y1L8ULKb0kPyua6kYTm7nS4FKhzrfFo+HE208hZBc=; b=O356HdWEsxU7VgVUygKQk8RBpAIkyUKeF16rNpwMbOti6S4lId4Ob7DZ+xpOv96WSl J8Z706ZhDhmI3hjAK6MIEo35gu1TC+qbHdR6CmCtJv1Z84QEWrutX6M057dqcN8wzS81 A4nduEg+UPZ0jzE6tYq9WcavQNp1m5QKr1214ZWlaN0GaIYl8swFTordmyLeHuMF482L 4JLSqG/axqLzEkqFLCEMHhK6stFhWMAm+GBfz5IGhV/3fLr8/X2NyE66Za2xUzByDLY/ s4aEL+lsCa7SctmfPoLjAZPOeLMp4ebpU6GuKmr5q9Quyx2Po5SaeO7oFajJ7UhhVZ6N LkRA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=v5wArRXe; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id zm12si1269521ejb.714.2020.10.27.08.56.52; Tue, 27 Oct 2020 08:57:16 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=v5wArRXe; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1783259AbgJ0O6C (ORCPT + 99 others); Tue, 27 Oct 2020 10:58:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:45004 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1763843AbgJ0OpE (ORCPT ); Tue, 27 Oct 2020 10:45:04 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 03D2A206B2; Tue, 27 Oct 2020 14:45:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603809903; bh=qAnh+vrLGPL7KCrI1zAkhrziG/CFv+LUFxKOfyozpLw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=v5wArRXeymzeST0V4a3vQBaMq4I1b0UUDeFqqQIJdeH6AYyXQD97OThphwniovEbn DWySeng6KTZw8jPJHlX5ppGPSWZgAp2tX+v279AtXEkvdMF9paiM+3NaqPMuO9u3O9 0IdaW6milTSydAElKUpg9cKbldfokQUd3jeSGT50= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Daniel Caujolle-Bert , Oliver Neukum , Johan Hovold , Sasha Levin Subject: [PATCH 5.4 361/408] USB: cdc-acm: handle broken union descriptors Date: Tue, 27 Oct 2020 14:54:59 +0100 Message-Id: <20201027135511.763429862@linuxfoundation.org> X-Mailer: git-send-email 2.29.1 In-Reply-To: <20201027135455.027547757@linuxfoundation.org> References: <20201027135455.027547757@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Johan Hovold [ Upstream commit 960c7339de27c6d6fec13b54880501c3576bb08d ] Handle broken union functional descriptors where the master-interface doesn't exist or where its class is of neither Communication or Data type (as required by the specification) by falling back to "combined-interface" probing. Note that this still allows for handling union descriptors with switched interfaces. This specifically makes the Whistler radio scanners TRX series devices work with the driver without adding further quirks to the device-id table. Reported-by: Daniel Caujolle-Bert Tested-by: Daniel Caujolle-Bert Acked-by: Oliver Neukum Signed-off-by: Johan Hovold Link: https://lore.kernel.org/r/20200921135951.24045-3-johan@kernel.org Signed-off-by: Greg Kroah-Hartman Signed-off-by: Sasha Levin --- drivers/usb/class/cdc-acm.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c index 7499ba118665a..c02488d469185 100644 --- a/drivers/usb/class/cdc-acm.c +++ b/drivers/usb/class/cdc-acm.c @@ -1243,9 +1243,21 @@ static int acm_probe(struct usb_interface *intf, } } } else { + int class = -1; + data_intf_num = union_header->bSlaveInterface0; control_interface = usb_ifnum_to_if(usb_dev, union_header->bMasterInterface0); data_interface = usb_ifnum_to_if(usb_dev, data_intf_num); + + if (control_interface) + class = control_interface->cur_altsetting->desc.bInterfaceClass; + + if (class != USB_CLASS_COMM && class != USB_CLASS_CDC_DATA) { + dev_dbg(&intf->dev, "Broken union descriptor, assuming single interface\n"); + combined_interfaces = 1; + control_interface = data_interface = intf; + goto look_for_collapsed_interface; + } } if (!control_interface || !data_interface) { -- 2.25.1