From patchwork Sun Jun 17 11:46:59 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Mack X-Patchwork-Id: 10468833 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 EF9016028E for ; Sun, 17 Jun 2018 11:47:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DFB89286FD for ; Sun, 17 Jun 2018 11:47:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D4B8A28899; Sun, 17 Jun 2018 11:47:21 +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, 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 CF51B28725 for ; Sun, 17 Jun 2018 11:47:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936681AbeFQLrS (ORCPT ); Sun, 17 Jun 2018 07:47:18 -0400 Received: from mail.bugwerft.de ([46.23.86.59]:60998 "EHLO mail.bugwerft.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936679AbeFQLrP (ORCPT ); Sun, 17 Jun 2018 07:47:15 -0400 Received: from localhost.localdomain (pD95EF0E3.dip0.t-ipconnect.de [217.94.240.227]) by mail.bugwerft.de (Postfix) with ESMTPSA id B67DF289834; Sun, 17 Jun 2018 11:44:10 +0000 (UTC) From: Daniel Mack To: dmitry.torokhov@gmail.com, robh+dt@kernel.org Cc: linux-input@vger.kernel.org, devicetree@vger.kernel.org, Daniel Mack Subject: [PATCH 5/5] input: touchscreen: eeti: update email address Date: Sun, 17 Jun 2018 13:46:59 +0200 Message-Id: <20180617114659.367-5-daniel@zonque.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180617114659.367-1-daniel@zonque.org> References: <20180617114659.367-1-daniel@zonque.org> Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Update the email address in the header and in the module properties. Signed-off-by: Daniel Mack --- drivers/input/touchscreen/eeti_ts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/input/touchscreen/eeti_ts.c b/drivers/input/touchscreen/eeti_ts.c index 0c1092fb4955..51060299b06a 100644 --- a/drivers/input/touchscreen/eeti_ts.c +++ b/drivers/input/touchscreen/eeti_ts.c @@ -1,6 +1,6 @@ /* * Touch Screen driver for EETI's I2C connected touch screen panels - * Copyright (c) 2009 Daniel Mack + * Copyright (c) 2009,2018 Daniel Mack * * See EETI's software guide for the protocol specification: * http://home.eeti.com.tw/documentation.html @@ -291,5 +291,5 @@ static struct i2c_driver eeti_ts_driver = { module_i2c_driver(eeti_ts_driver); MODULE_DESCRIPTION("EETI Touchscreen driver"); -MODULE_AUTHOR("Daniel Mack "); +MODULE_AUTHOR("Daniel Mack "); MODULE_LICENSE("GPL");