From: Greg Kroah-Hartman Date: Sun, 14 Jul 2013 23:05:55 +0000 (-0700) Subject: sysfs: add support for binary attributes in groups X-Git-Tag: v3.11-rc2~18^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ab9cea16075ea707022753395f340b67f64304c;p=pandora-kernel.git sysfs: add support for binary attributes in groups groups should be able to support binary attributes, just like it supports "normal" attributes. This lets us only handle one type of structure, groups, throughout the driver core and subsystems, making binary attributes a "full fledged" part of the driver model, and not something just "tacked on". Reported-by: Oliver Schinagl Reviewed-by: Guenter Roeck Tested-by: Guenter Roeck Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed