Loading drivers/input/touchscreen/synaptics_dsx/synaptics_dsx_fw_update.c +1 −1 Original line number Diff line number Diff line Loading @@ -286,7 +286,7 @@ struct synaptics_rmi4_fwu_handle { static struct bin_attribute dev_attr_data = { .attr = { .name = "data", .mode = (S_IRUGO | S_IWUGO), .mode = (S_IRUGO | S_IWUSR), }, .size = 0, .read = fwu_sysfs_show_image, Loading Loading
drivers/input/touchscreen/synaptics_dsx/synaptics_dsx_fw_update.c +1 −1 Original line number Diff line number Diff line Loading @@ -286,7 +286,7 @@ struct synaptics_rmi4_fwu_handle { static struct bin_attribute dev_attr_data = { .attr = { .name = "data", .mode = (S_IRUGO | S_IWUGO), .mode = (S_IRUGO | S_IWUSR), }, .size = 0, .read = fwu_sysfs_show_image, Loading