From: David Fries Date: Thu, 16 Jan 2014 04:29:15 +0000 (-0600) Subject: w1: increase w1_max_slave_count, allow write access X-Git-Tag: v3.15-rc1~141^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a16130569af7e92b0a68a8c96170d84756f91c47;p=pandora-kernel.git w1: increase w1_max_slave_count, allow write access w1_max_slave_count is only used to abort the search early or take a fast search (when 1), so there isn't any reason to not allow it to be updated through sysfs. Memory is not allocated based on the current value and 10 is a rather low base number, increasing to 64, and printing a message the first time the count is reached and there were more devices to discover to let the user know why not all the devices were found. Signed-off-by: David Fries Acked-by: Evgeniy Polyakov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed