Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb02d546 authored by Amy Maloche's avatar Amy Maloche Committed by Sudhakar Manapati
Browse files

input: synaptics_fw_update: Modify sysfs fw update names



Modify sysfs entry names so they are standardized across
touchscreen drivers.

This patch is propagated from the msm-3.4 kernel.
(commit: 3afd75a68a38658f1027f30c3cca2ca95b33dd75
input: synaptics_fw_update: Modify sysfs fw update names)

Change-Id: I737bc4a3b55421745caf50fbcfe7137e55626402
Signed-off-by: default avatarAmy Maloche <amaloche@codeaurora.org>
parent a1189634
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -306,10 +306,10 @@ static struct bin_attribute dev_attr_data = {
};

static struct device_attribute attrs[] = {
	__ATTR(forceflash, S_IWUGO,
	__ATTR(force_update_fw, S_IWUGO,
			synaptics_rmi4_show_error,
			fwu_sysfs_force_reflash_store),
	__ATTR(doreflash, S_IWUGO,
	__ATTR(update_fw, S_IWUGO,
			synaptics_rmi4_show_error,
			fwu_sysfs_do_reflash_store),
	__ATTR(writeconfig, (S_IWUSR | S_IWGRP),