diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2015-09-10 09:18:01 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-09-21 04:30:10 +0200 |
commit | b26864cad1c9f66f4966726ba7bc81d2b9b8f990 (patch) | |
tree | 544ef475f227b687056807d396677c124217824a /scripts/mod/devicetable-offsets.c | |
parent | mei: bus: export client protocol version (diff) | |
download | linux-b26864cad1c9f66f4966726ba7bc81d2b9b8f990.tar.xz linux-b26864cad1c9f66f4966726ba7bc81d2b9b8f990.zip |
mei: bus: add client protocol version to the device alias
The device alias now looks like mei:S:uuid:N:*
In that way we can bind different drivers to clients with
different protocol versions if required.
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/mod/devicetable-offsets.c')
-rw-r--r-- | scripts/mod/devicetable-offsets.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mod/devicetable-offsets.c b/scripts/mod/devicetable-offsets.c index e70fcd12eeeb..5a6edacc85d9 100644 --- a/scripts/mod/devicetable-offsets.c +++ b/scripts/mod/devicetable-offsets.c @@ -185,6 +185,7 @@ int main(void) DEVID(mei_cl_device_id); DEVID_FIELD(mei_cl_device_id, name); DEVID_FIELD(mei_cl_device_id, uuid); + DEVID_FIELD(mei_cl_device_id, version); DEVID(rio_device_id); DEVID_FIELD(rio_device_id, did); |