]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
w1: increase w1_max_slave_count, allow write access
authorDavid Fries <David@Fries.net>
Thu, 16 Jan 2014 04:29:15 +0000 (22:29 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Feb 2014 23:40:17 +0000 (15:40 -0800)
commita16130569af7e92b0a68a8c96170d84756f91c47
tree062e723bc478c110d86fde537a69d264d59b2476
parentaf8c7237b082acefb996878a21a87017059b2c52
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 <David@Fries.net>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/w1/w1.c
drivers/w1/w1.h