From 3732aaf1eaab1db18d230d681a7d686e290cdb4a Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 11 Apr 2016 10:34:08 -0300 Subject: linux-libre-lts-knock-4.1.21_gnu-1.1: fix Atmel maXTouch touchscreen support -> https://labs.parabola.nu/issues/877 --- .../0003-fix-atmel-maxtouch-touchscreen-support.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 kernels/linux-libre-lts-knock/0003-fix-atmel-maxtouch-touchscreen-support.patch (limited to 'kernels/linux-libre-lts-knock/0003-fix-atmel-maxtouch-touchscreen-support.patch') diff --git a/kernels/linux-libre-lts-knock/0003-fix-atmel-maxtouch-touchscreen-support.patch b/kernels/linux-libre-lts-knock/0003-fix-atmel-maxtouch-touchscreen-support.patch new file mode 100644 index 000000000..9d2444252 --- /dev/null +++ b/kernels/linux-libre-lts-knock/0003-fix-atmel-maxtouch-touchscreen-support.patch @@ -0,0 +1,13 @@ +diff --git a/drivers/input/touchscreen/atmel_mxt_ts.c b/drivers/input/touchscreen/atmel_mxt_ts.c +index 726a83e..d818834 100644 +--- a/drivers/input/touchscreen/atmel_mxt_ts.c ++++ b/drivers/input/touchscreen/atmel_mxt_ts.c +@@ -1989,7 +1989,7 @@ static int mxt_initialize(struct mxt_data *data) + if (error) + goto err_free_object_table; + +- error = reject_firmware_nowait(THIS_MODULE, true, MXT_CFG_NAME, ++ error = request_firmware_nowait(THIS_MODULE, true, MXT_CFG_NAME, + &client->dev, GFP_KERNEL, data, + mxt_config_cb); + if (error) { -- cgit v1.2.3-54-g00ecf