From 43720e41c7f36873718fc24746277bbf7d24e6f1 Mon Sep 17 00:00:00 2001 From: belgin Date: Wed, 9 Dec 2020 18:31:09 +0200 Subject: smdk4412: remove embedded synaptics touchscreen firmware The CMD_LIST commands implementations that enabled userspace to load firmwares were replaced by prints in order to be able to detect if userspace is using them or not. If they are used, then nonfree firmwares might also be shipped in userspace code. Signed-off-by: belgin GNUtoo: re-added CMD_LIST commands and added related explanation. Signed-off-by: Denis 'GNUtoo' Carikli --- drivers/input/touchscreen/synaptics_reg.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/input/touchscreen/synaptics_reg.h') diff --git a/drivers/input/touchscreen/synaptics_reg.h b/drivers/input/touchscreen/synaptics_reg.h index af51862a437..8b39531b90b 100644 --- a/drivers/input/touchscreen/synaptics_reg.h +++ b/drivers/input/touchscreen/synaptics_reg.h @@ -4,10 +4,8 @@ /******************************************/ /**** Device Information ****/ -#define FW_REVISION "DS4 R3.0" /* F01 Firmware ProductID */ #define TOUCH_CONTROLLER "S7301-I2C" /* F01 PackageID */ #define CONFIG_ID "E002" /* F34 Configuration ID */ -#define FW_PACKRAT "1042884" /* Firmware Packrat */ /**** Register names ****/ #define F34_FLASH_CTRL00_00 0x004B /* Customer Defined Config ID 0 */ -- cgit v1.2.3