From patchwork Thu Sep 15 20:30:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nick Dyer X-Patchwork-Id: 9334695 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 73D0860839 for ; Thu, 15 Sep 2016 20:31:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6705629B59 for ; Thu, 15 Sep 2016 20:31:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5BED329B60; Thu, 15 Sep 2016 20:31:11 +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=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable 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 18FAE29B59 for ; Thu, 15 Sep 2016 20:31:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754876AbcIOUa5 (ORCPT ); Thu, 15 Sep 2016 16:30:57 -0400 Received: from avasout06.plus.net ([212.159.14.18]:53279 "EHLO avasout06.plus.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754178AbcIOUa4 (ORCPT ); Thu, 15 Sep 2016 16:30:56 -0400 Received: from lava ([80.229.148.18]) by avasout06 with smtp id jwWt1t0040Q3Geg01wWu1q; Thu, 15 Sep 2016 21:30:54 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.2 cv=A8guBOeG c=1 sm=1 tr=0 a=o7Djd4SkmPXITDn8qH+ssQ==:117 a=o7Djd4SkmPXITDn8qH+ssQ==:17 a=GW1xBdLrtEIA:10 a=beXlt2xKAAAA:8 a=hD80L64hAAAA:8 a=wTxz6kHW3NSjAhSuRhYA:9 a=gcY2M4Ci8LIz02MwfSIM:22 a=ImLYxMjnSFIJI1KS7skI:22 Received: from nick by lava with local (Exim 4.86_2) (envelope-from ) id 1bkdJ7-00052q-1k; Thu, 15 Sep 2016 21:30:53 +0100 From: Nick Dyer To: Hans Verkuil Cc: Dmitry Torokhov , Chris Healy , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, Nick Dyer Subject: [PATCH] Input: v4l-touch - add copyright lines Date: Thu, 15 Sep 2016 21:30:43 +0100 Message-Id: <1473971443-19348-1-git-send-email-nick@shmanahar.org> X-Mailer: git-send-email 2.7.4 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 Hi Hans- Please could you apply this patch to your media_tree/touch branch before it goes to v4.9 if possible. Thanks Add copyright lines for Zodiac who paid for the V4L touch work. Signed-off-by: Nick Dyer --- drivers/input/rmi4/rmi_f54.c | 1 + drivers/input/touchscreen/atmel_mxt_ts.c | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/input/rmi4/rmi_f54.c b/drivers/input/rmi4/rmi_f54.c index 99a8836..185b753 100644 --- a/drivers/input/rmi4/rmi_f54.c +++ b/drivers/input/rmi4/rmi_f54.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2012-2015 Synaptics Incorporated + * Copyright (C) 2016 Zodiac Inflight Innovations * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by diff --git a/drivers/input/touchscreen/atmel_mxt_ts.c b/drivers/input/touchscreen/atmel_mxt_ts.c index beede8f..e5d185f 100644 --- a/drivers/input/touchscreen/atmel_mxt_ts.c +++ b/drivers/input/touchscreen/atmel_mxt_ts.c @@ -4,6 +4,7 @@ * Copyright (C) 2010 Samsung Electronics Co.Ltd * Copyright (C) 2011-2014 Atmel Corporation * Copyright (C) 2012 Google, Inc. + * Copyright (C) 2016 Zodiac Inflight Innovations * * Author: Joonyoung Shim *