Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 5908e6b738e3357af42c10e1183753c70a0117a9 authored by Linus Torvalds on 25 February 2019, 00:46:45 UTC
Linux 5.0-rc8
Tip revision: 5908e6b
sysfs-bus-mei
What:		/sys/bus/mei/devices/.../modalias
Date:		March 2013
KernelVersion:	3.10
Contact:	Samuel Ortiz <sameo@linux.intel.com>
		linux-mei@linux.intel.com
Description:	Stores the same MODALIAS value emitted by uevent
		Format: mei:<mei device name>:<device uuid>:

What:		/sys/bus/mei/devices/.../name
Date:		May 2015
KernelVersion:	4.2
Contact:	Tomas Winkler <tomas.winkler@intel.com>
Description:	Stores mei client device name
		Format: string

What:		/sys/bus/mei/devices/.../uuid
Date:		May 2015
KernelVersion:	4.2
Contact:	Tomas Winkler <tomas.winkler@intel.com>
Description:	Stores mei client device uuid
		Format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

What:		/sys/bus/mei/devices/.../version
Date:		Aug 2015
KernelVersion:	4.3
Contact:	Tomas Winkler <tomas.winkler@intel.com>
Description:	Stores mei client protocol version
		Format: %d
back to top