summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-audit/0003-fix-atmel-maxtouch-touchscreen-support.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-03-22 20:51:25 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-03-22 20:51:25 -0300
commit632018e75cda729c43ef0dfc070a8f6c763b1055 (patch)
tree54f6af0aba364dfbe1409651156568d15e31da72 /kernels/linux-libre-audit/0003-fix-atmel-maxtouch-touchscreen-support.patch
parentc94e77bc0702fa34d8167a8ad70d218e0ac35a9e (diff)
linux-libre-audit-4.4.6_gnu-1: updating version
Diffstat (limited to 'kernels/linux-libre-audit/0003-fix-atmel-maxtouch-touchscreen-support.patch')
-rw-r--r--kernels/linux-libre-audit/0003-fix-atmel-maxtouch-touchscreen-support.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/kernels/linux-libre-audit/0003-fix-atmel-maxtouch-touchscreen-support.patch b/kernels/linux-libre-audit/0003-fix-atmel-maxtouch-touchscreen-support.patch
new file mode 100644
index 000000000..9d2444252
--- /dev/null
+++ b/kernels/linux-libre-audit/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) {