Received: by 10.223.176.5 with SMTP id f5csp980196wra; Fri, 2 Feb 2018 09:11:29 -0800 (PST) X-Google-Smtp-Source: AH8x2250I4AA8LfKwgk6CScNPQY+uMFyu29J3NRLxwUV3ny+rFFUpSRgj5m4l2CQDar++qklaiKr X-Received: by 2002:a17:902:9343:: with SMTP id g3-v6mr36376179plp.319.1517591489333; Fri, 02 Feb 2018 09:11:29 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517591489; cv=none; d=google.com; s=arc-20160816; b=uHW9RgWf1JIs0tQ66AxMDjOTOF2mmGQQYmbJm2PL15vXLqVTAFJJTSWXA4QdQafOZv x9ole5T4cYsec/Z+qTtjTBHfGmlqVbIPCdaIbdnMJciIwnbbO1zGs9+ls6dqgWyayFoC QbSH7rKVMjBA1mTAscMkPvpauEyPNpImIESlE6u7wepxNYvDs6mqnLjn1Dpb5g87eBQM tNCnZIgw5+H04CuLyazB3LPSMId2+vBbpneD/3U/hbLjDQo5Y3iro10jGBQToMcWtOGx k22fEQOu76IdAcEFxU8K0++fZx48dQSqmsSwMQKHxswxrO/C46RWfLt4wlsZ4s6xFUPx p6xQ== 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=26o2MkVKVcMRy+N2lUG4NCX1CTyoyTL7VYf+2WUgzEc=; b=ziEWMri5Gxa2D/ulBj3L8hj6XKjK/AaAoMe5M5pCqu2/JGVrSiF13kdJ3r/EHDmxq6 XiHkZ4f0LXPpd1vdsozJLDo3Wm00hvmbw0yBjRbs0eHgYcELi1RiLPe1WOOH33aN+H5p Go7JeV6ETbjx1AYcGR7JclTu+oExugjI64+gW6UxCDKokf8wJjps53Dpa45vUuS5tRzv fcxsVr6M7MM6JYwG2qKJLBnsyfnF1BBu0Zn/22/Iq7XPY+rZKDsQzttaQppLo1lyZSJa AXb38HJ+Ad3CchbmQXHwLP06KouYGRS4Z60ePAtjhJePCC6E6VB9go8kpsiTKSDrNU7S 4aFQ== 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 b13si2116236pfm.305.2018.02.02.09.11.14; Fri, 02 Feb 2018 09:11:29 -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; 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 S1753240AbeBBRKr (ORCPT + 99 others); Fri, 2 Feb 2018 12:10:47 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:36604 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752538AbeBBRFq (ORCPT ); Fri, 2 Feb 2018 12:05:46 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id F2625E46; Fri, 2 Feb 2018 17:05:44 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Icenowy Zheng , Lubomir Rintel , Mauro Carvalho Chehab , Sasha Levin Subject: [PATCH 4.9 67/86] media: usbtv: add a new usbid Date: Fri, 2 Feb 2018 17:58:27 +0100 Message-Id: <20180202140828.865552542@linuxfoundation.org> X-Mailer: git-send-email 2.16.1 In-Reply-To: <20180202140822.679101338@linuxfoundation.org> References: <20180202140822.679101338@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: Icenowy Zheng [ Upstream commit 04226916d2360f56d57ad00bc48d2d1854d1e0b0 ] A new usbid of UTV007 is found in a newly bought device. The usbid is 1f71:3301. The ID on the chip is: UTV007 A89029.1 1520L18K1 Both video and audio is tested with the modified usbtv driver. Signed-off-by: Icenowy Zheng Acked-by: Lubomir Rintel Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- drivers/media/usb/usbtv/usbtv-core.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/media/usb/usbtv/usbtv-core.c +++ b/drivers/media/usb/usbtv/usbtv-core.c @@ -141,6 +141,7 @@ static void usbtv_disconnect(struct usb_ static struct usb_device_id usbtv_id_table[] = { { USB_DEVICE(0x1b71, 0x3002) }, + { USB_DEVICE(0x1f71, 0x3301) }, {} }; MODULE_DEVICE_TABLE(usb, usbtv_id_table);