[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4FFBFF93.7030201@odi.ch>
Date: Tue, 10 Jul 2012 12:10:27 +0200
From: Ortwin Glück <odi@....ch>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] mei: module version
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@....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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists