Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp2009222imm; Tue, 10 Jul 2018 11:31:19 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdjBEl0uCguFmNeWAsWN+3hReEc6erRviHRgM3oGhfgLymV4NK1yqcogCJppXt+SvHNRZDD X-Received: by 2002:a63:b95c:: with SMTP id v28-v6mr17502481pgo.162.1531247479307; Tue, 10 Jul 2018 11:31:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531247479; cv=none; d=google.com; s=arc-20160816; b=S9chkBGT2OBBlIsocaaAcqdZLhHMYsRkquzMC4Cp4e3MnCRSCPtwZpxtzjhnbBX9cK wrhqBZh15uShzJNsGGpQZgYd2O++wQ+LyK8+ePREMQGpy8lG1QanqfbbYakjcgoxmiFP puw+mWgYcbHdD1VzfL6lQgxNeUJWiNEzpYQdDvCBrpiWQ2WgKvOZE8pN+yv2foKDVYqx 9BqGlwJRDpHawFZMhUB15HCkYfeDbOOsb/NBoDjYt9Wr35cYY56Tq5TQO4W3FQV+Cx0d sHEdGEd12RhnYJxNZEawbBb4X9KOLo+8NM2/QyWQtXBbb7Gup9M7V/XzVndpeE0qqbYx G7TQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=fU0JONhxhppX125Yt2ahhmUxhYLVCML0+NIfpyZCaqs=; b=baqB2gvOeB1TJWy2bGsTLYi6gZpKfWy+BWtchPCDSNIyjExCJpC0kNMyOJuYje/0KU RQylalMgT7Pyudy9yftdi4UpWbNx+wQSvU8k6TFrzlcCjorHgLvNcmYosDryXjijGNsp AE/ODmiLGnvY7XQ5tQUp5hhIFYjdAlj2CZoz6AxFK+Dl+yxe0KJ83PPRI6w9AXCZL6XZ EX+3z88GnAJw8Fo0U+MEfOT6bi/XJbtOkVfsdoQVerz45vEsuXnxs8pSYPC236JDPwE3 2lesLTUYz3/j18LYK8sFXVmjyUHTSS+bJ6ffU3fANDuE8aWjHnzf6DP2FXxDWs+M42+1 IKmw== ARC-Authentication-Results: i=1; mx.google.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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y2-v6si15813180pga.141.2018.07.10.11.31.03; Tue, 10 Jul 2018 11:31:19 -0700 (PDT) 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; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387740AbeGJS3X (ORCPT + 99 others); Tue, 10 Jul 2018 14:29:23 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45292 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732245AbeGJS3X (ORCPT ); Tue, 10 Jul 2018 14:29:23 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 91EE9EB4; Tue, 10 Jul 2018 18:29:11 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Houston Yaroschoff , Oliver Neukum Subject: [PATCH 4.9 01/52] usb: cdc_acm: Add quirk for Uniden UBC125 scanner Date: Tue, 10 Jul 2018 20:24:29 +0200 Message-Id: <20180710182449.386594284@linuxfoundation.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180710182449.285532226@linuxfoundation.org> References: <20180710182449.285532226@linuxfoundation.org> User-Agent: quilt/0.65 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Houston Yaroschoff commit 4a762569a2722b8a48066c7bacf0e1dc67d17fa1 upstream. Uniden UBC125 radio scanner has USB interface which fails to work with cdc_acm driver: usb 1-1.5: new full-speed USB device number 4 using xhci_hcd cdc_acm 1-1.5:1.0: Zero length descriptor references cdc_acm: probe of 1-1.5:1.0 failed with error -22 Adding the NO_UNION_NORMAL quirk for the device fixes the issue: usb 1-4: new full-speed USB device number 15 using xhci_hcd usb 1-4: New USB device found, idVendor=1965, idProduct=0018 usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 1-4: Product: UBC125XLT usb 1-4: Manufacturer: Uniden Corp. usb 1-4: SerialNumber: 0001 cdc_acm 1-4:1.0: ttyACM0: USB ACM device `lsusb -v` of the device: Bus 001 Device 015: ID 1965:0018 Uniden Corporation Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 2 Communications bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 idVendor 0x1965 Uniden Corporation idProduct 0x0018 bcdDevice 0.01 iManufacturer 1 Uniden Corp. iProduct 2 UBC125XLT iSerial 3 0001 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 48 bNumInterfaces 2 bConfigurationValue 1 iConfiguration 0 bmAttributes 0x80 (Bus Powered) MaxPower 500mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 2 Communications bInterfaceSubClass 2 Abstract (modem) bInterfaceProtocol 0 None iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x87 EP 7 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0008 1x 8 bytes bInterval 10 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 10 CDC Data bInterfaceSubClass 0 Unused bInterfaceProtocol 0 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 0 Device Status: 0x0000 (Bus Powered) Signed-off-by: Houston Yaroschoff Cc: stable Acked-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman --- drivers/usb/class/cdc-acm.c | 3 +++ 1 file changed, 3 insertions(+) --- a/drivers/usb/class/cdc-acm.c +++ b/drivers/usb/class/cdc-acm.c @@ -1712,6 +1712,9 @@ static const struct usb_device_id acm_id { USB_DEVICE(0x11ca, 0x0201), /* VeriFone Mx870 Gadget Serial */ .driver_info = SINGLE_RX_URB, }, + { USB_DEVICE(0x1965, 0x0018), /* Uniden UBC125XLT */ + .driver_info = NO_UNION_NORMAL, /* has no union descriptor */ + }, { USB_DEVICE(0x22b8, 0x7000), /* Motorola Q Phone */ .driver_info = NO_UNION_NORMAL, /* has no union descriptor */ },