Add sysfs attributes Documentation entries for /sys/class/mei Signed-off-by: Tomas Winkler <[email protected]> Signed-off-by: Alexander Usyskin <[email protected]> --- Documentation/ABI/testing/sysfs-class-mei | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-class-mei
diff --git a/Documentation/ABI/testing/sysfs-class-mei b/Documentation/ABI/testing/sysfs-class-mei new file mode 100644 index 0000000..b691c2b --- /dev/null +++ b/Documentation/ABI/testing/sysfs-class-mei @@ -0,0 +1,23 @@ +What: /sys/class/mei/ +Date: May 2014 +KernelVersion: 3.16 +Contact: Tomas Winkler <[email protected]> +Description: + The mei/ class sub-directory belongs to mei device class + +What: /sys/class/mei/mei/ +Date: May 2014 +KernelVersion: 3.16 +Contact: Tomas Winkler <[email protected]> +Description: + The /sys/class/mei/mei directory is created for the default + mei device + +What: /sys/class/mei/meiN/ +Date: May 2014 +KernelVersion: 3.16 +Contact: Tomas Winkler <[email protected]> +Description: + The /sys/class/mei/meiN directory is created for + each probed non default mei device + -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

