summaryrefslogtreecommitdiff
path: root/libre/linux-libre/0003-fix-atmel-maxtouch-touchscreen-support.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-03-22 17:58:59 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-03-22 17:59:21 -0300
commit4bf4e636fd7f90f6d8231498731f09129f0031fe (patch)
tree35e16a8cc877d9c9684648fd4f490aa644738ad7 /libre/linux-libre/0003-fix-atmel-maxtouch-touchscreen-support.patch
parent702559018be7e74df3053c9232a04e0e85e7b427 (diff)
downloadabslibre-4bf4e636fd7f90f6d8231498731f09129f0031fe.tar.gz
abslibre-4bf4e636fd7f90f6d8231498731f09129f0031fe.tar.bz2
abslibre-4bf4e636fd7f90f6d8231498731f09129f0031fe.zip
linux-libre-4.4.6_gnu-1: updating version
Diffstat (limited to 'libre/linux-libre/0003-fix-atmel-maxtouch-touchscreen-support.patch')
-rw-r--r--libre/linux-libre/0003-fix-atmel-maxtouch-touchscreen-support.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/linux-libre/0003-fix-atmel-maxtouch-touchscreen-support.patch b/libre/linux-libre/0003-fix-atmel-maxtouch-touchscreen-support.patch
new file mode 100644
index 000000000..9d2444252
--- /dev/null
+++ b/libre/linux-libre/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) {