forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mei: bus: add more client attributes to sysfs
Export more client attributes via sysfs that are usually obtained upon connection. In some cases, for example a monitoring application may wish to know the attributes without actually performing the connection. Added attributes: max number of connections, fixed address, max message length. Signed-off-by: Alexander Usyskin <[email protected]> Signed-off-by: Tomas Winkler <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information
Showing
3 changed files
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,24 @@ KernelVersion: 4.3 | |
Contact: Tomas Winkler <[email protected]> | ||
Description: Stores mei client protocol version | ||
Format: %d | ||
|
||
What: /sys/bus/mei/devices/.../max_conn | ||
Date: Nov 2019 | ||
KernelVersion: 5.5 | ||
Contact: Tomas Winkler <[email protected]> | ||
Description: Stores mei client maximum number of connections | ||
Format: %d | ||
|
||
What: /sys/bus/mei/devices/.../fixed | ||
Date: Nov 2019 | ||
KernelVersion: 5.5 | ||
Contact: Tomas Winkler <[email protected]> | ||
Description: Stores mei client fixed address, if any | ||
Format: %d | ||
|
||
What: /sys/bus/mei/devices/.../max_len | ||
Date: Nov 2019 | ||
KernelVersion: 5.5 | ||
Contact: Tomas Winkler <[email protected]> | ||
Description: Stores mei client maximum message length | ||
Format: %d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters