public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mei: module version
@ 2012-07-10 10:10 Ortwin Glück
  2012-07-10 15:28 ` Alan Cox
  0 siblings, 1 reply; 4+ messages in thread
From: Ortwin Glück @ 2012-07-10 10:10 UTC (permalink / raw)
  To: linux-kernel

The LMS daemon expects a /sys/modules/mei/version file with, a four 
digit version number.

see
http://software.intel.com/en-us/articles/download-the-latest-intel-amt-open-source-drivers/

Signed-off-by: Ortwin Glück <odi@odi.ch>
---
diff --git a/drivers/misc/mei/main.c b/drivers/misc/mei/main.c
index 7de1389..cee72bd 100644
--- a/drivers/misc/mei/main.c
+++ b/drivers/misc/mei/main.c
@@ -1229,3 +1229,4 @@ module_exit(mei_exit_module);
  MODULE_AUTHOR("Intel Corporation");
  MODULE_DESCRIPTION("Intel(R) Management Engine Interface");
  MODULE_LICENSE("GPL v2");
+MODULE_VERSION("1.0.0.0");
-- 
1.7.8.6


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-07-11  9:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-10 10:10 [PATCH] mei: module version Ortwin Glück
2012-07-10 15:28 ` Alan Cox
2012-07-11  6:45   ` Ortwin Glück
2012-07-11  9:54     ` Tomas Winkler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox