From: "Ortwin Glück" <odi@odi.ch>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] mei: module version
Date: Tue, 10 Jul 2012 12:10:27 +0200 [thread overview]
Message-ID: <4FFBFF93.7030201@odi.ch> (raw)
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
next reply other threads:[~2012-07-10 10:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-10 10:10 Ortwin Glück [this message]
2012-07-10 15:28 ` [PATCH] mei: module version Alan Cox
2012-07-11 6:45 ` Ortwin Glück
2012-07-11 9:54 ` Tomas Winkler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FFBFF93.7030201@odi.ch \
--to=odi@odi.ch \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox