aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/elan_i2c_i2c.c
diff options
context:
space:
mode:
authorDuson Lin <dusonlin@emc.com.tw>2015-01-23 09:35:07 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-01-23 09:44:21 -0800
commitbb03bf3f8427a38112819061fc8688999ba02f67 (patch)
tree13762fe3d8dd1cd8db48c26c3126ef32c50cceb6 /drivers/input/mouse/elan_i2c_i2c.c
parentInput: elantech - remove stale comment from Kconfig (diff)
downloadlinux-dev-bb03bf3f8427a38112819061fc8688999ba02f67.tar.xz
linux-dev-bb03bf3f8427a38112819061fc8688999ba02f67.zip
Input: elan_i2c - verify firmware signature applying it
To allow for different firmware sizes let's replace the original size check with with checking the signature in the firmware data. Signed-off-by: Duson Lin <dusonlin@emc.com.tw> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/mouse/elan_i2c_i2c.c')
-rw-r--r--drivers/input/mouse/elan_i2c_i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/mouse/elan_i2c_i2c.c b/drivers/input/mouse/elan_i2c_i2c.c
index 97d4937fc244..029941f861af 100644
--- a/drivers/input/mouse/elan_i2c_i2c.c
+++ b/drivers/input/mouse/elan_i2c_i2c.c
@@ -4,7 +4,6 @@
* Copyright (c) 2013 ELAN Microelectronics Corp.
*
* Author: 林政維 (Duson Lin) <dusonlin@emc.com.tw>
- * Version: 1.5.5
*
* Based on cyapa driver:
* copyright (c) 2011-2012 Cypress Semiconductor, Inc.