diff options
| author | Martin Kepplinger <martin.kepplinger@ginzinger.com> | 2019-01-28 14:04:08 -0500 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-01-28 14:24:48 -0500 |
| commit | 4dbb71195b34232d9ecc12c4cfbee6871688a0e3 (patch) | |
| tree | 99db5831161203fab8101b98799a4ecfbb16c07d /drivers/input | |
| parent | 351e0592bfeae58c76a11bdcec59eb78b2937593 (diff) | |
Input: st1232 - add Martin as module author
This adds myself as an author of the st1232 driver module as Tony's
email address doesn't seem to work anymore.
Signed-off-by: Martin Kepplinger <martin.kepplinger@ginzinger.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
| -rw-r--r-- | drivers/input/touchscreen/st1232.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/st1232.c b/drivers/input/touchscreen/st1232.c index 777df903605d..634d6c243845 100644 --- a/drivers/input/touchscreen/st1232.c +++ b/drivers/input/touchscreen/st1232.c | |||
| @@ -338,5 +338,6 @@ static struct i2c_driver st1232_ts_driver = { | |||
| 338 | module_i2c_driver(st1232_ts_driver); | 338 | module_i2c_driver(st1232_ts_driver); |
| 339 | 339 | ||
| 340 | MODULE_AUTHOR("Tony SIM <chinyeow.sim.xt@renesas.com>"); | 340 | MODULE_AUTHOR("Tony SIM <chinyeow.sim.xt@renesas.com>"); |
| 341 | MODULE_AUTHOR("Martin Kepplinger <martin.kepplinger@ginzinger.com>"); | ||
| 341 | MODULE_DESCRIPTION("SITRONIX ST1232 Touchscreen Controller Driver"); | 342 | MODULE_DESCRIPTION("SITRONIX ST1232 Touchscreen Controller Driver"); |
| 342 | MODULE_LICENSE("GPL v2"); | 343 | MODULE_LICENSE("GPL v2"); |
