From patchwork Thu Mar 7 23:11:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jose Alberto Reguero X-Patchwork-Id: 10843953 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 17FA11390 for ; Thu, 7 Mar 2019 23:11:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 06BE02F8E4 for ; Thu, 7 Mar 2019 23:11:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id ECD6A2F936; Thu, 7 Mar 2019 23:11:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 58C492F890 for ; Thu, 7 Mar 2019 23:11:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726261AbfCGXL2 convert rfc822-to-8bit (ORCPT ); Thu, 7 Mar 2019 18:11:28 -0500 Received: from relayout01-q01.e.movistar.es ([86.109.101.141]:45679 "EHLO relayout01-q01.e.movistar.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726172AbfCGXL2 (ORCPT ); Thu, 7 Mar 2019 18:11:28 -0500 Received: from relayout01-redir.e.movistar.es (relayout01-redir.e.movistar.es [86.109.101.201]) by relayout01-out.e.movistar.es (Postfix) with ESMTP id 44FmbL6XvHzjcHn; Fri, 8 Mar 2019 00:11:26 +0100 (CET) Received: from [192.168.0.167] (unknown [47.62.122.75]) (Authenticated sender: jareguero@telefonica.net) by relayout01.e.movistar.es (Postfix) with ESMTPA id 44FmbG5yG9zfZXM; Fri, 8 Mar 2019 00:11:22 +0100 (CET) Date: Fri, 08 Mar 2019 00:11:23 +0100 User-Agent: K-9 Mail for Android MIME-Version: 1.0 Subject: [PATCH V4 0/2] Add support for the Avermedia TD310 To: Linux media , Sean Young , Antti Palosaari , Andreas Kemnade , jose.alberto.reguero@gmail.com From: Jose Alberto Reguero Message-ID: <28EF4536-9626-430F-8E81-14D31AAA3FE5@telefonica.net> X-CTCH-Score: 0.000 X-CTCH-ScoreCust: 0.000 X-TnetOut-Country: IP: 47.62.122.75 | Country: ES X-TnetOut-Information: AntiSPAM and AntiVIRUS on relayout01 X-TnetOut-MsgID: 44FmbG5yG9zfZXM.A4A2D X-TnetOut-SpamCheck: no es spam, Unknown X-TnetOut-From: jareguero@telefonica.net X-TnetOut-Watermark: 1552605086.78815@IiFD8MGKYxKuyKYBw8qbpw Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Diferences from V3: fix incomplete patch . Diferences from V2: changes as requested. Jose Alberto Reguero