Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd8135b6 authored by Daniel Mack's avatar Daniel Mack Committed by Dmitry Torokhov
Browse files

Input: eeti - fix link to documentation and email address in header



Keep the documentation link up-to-date in case anybody need to dive into it
again, and update email address while at it.

Signed-off-by: default avatarDaniel Mack <daniel@zonque.org>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent a114cbd0
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
/*
/*
 * Touch Screen driver for EETI's I2C connected touch screen panels
 * Touch Screen driver for EETI's I2C connected touch screen panels
 *   Copyright (c) 2009 Daniel Mack <daniel@caiaq.de>
 *   Copyright (c) 2009,2018 Daniel Mack <daniel@zonque.org>
 *
 *
 * See EETI's software guide for the protocol specification:
 * See EETI's software guide for the protocol specification:
 *   http://home.eeti.com.tw/web20/eg/guide.htm
 *   http://home.eeti.com.tw/documentation.html
 *
 *
 * Based on migor_ts.c
 * Based on migor_ts.c
 *   Copyright (c) 2008 Magnus Damm
 *   Copyright (c) 2008 Magnus Damm
@@ -271,5 +271,5 @@ static struct i2c_driver eeti_ts_driver = {
module_i2c_driver(eeti_ts_driver);
module_i2c_driver(eeti_ts_driver);


MODULE_DESCRIPTION("EETI Touchscreen driver");
MODULE_DESCRIPTION("EETI Touchscreen driver");
MODULE_AUTHOR("Daniel Mack <daniel@caiaq.de>");
MODULE_AUTHOR("Daniel Mack <daniel@zonque.org>");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL");