diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2015-09-10 03:18:01 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-09-20 22:30:10 -0400 |
commit | b26864cad1c9f66f4966726ba7bc81d2b9b8f990 (patch) | |
tree | 544ef475f227b687056807d396677c124217824a /scripts/mod/devicetable-offsets.c | |
parent | 40b7320ee413d0d1cc89c32c2a757fda56d27708 (diff) |
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) | |||
185 | DEVID(mei_cl_device_id); | 185 | DEVID(mei_cl_device_id); |
186 | DEVID_FIELD(mei_cl_device_id, name); | 186 | DEVID_FIELD(mei_cl_device_id, name); |
187 | DEVID_FIELD(mei_cl_device_id, uuid); | 187 | DEVID_FIELD(mei_cl_device_id, uuid); |
188 | DEVID_FIELD(mei_cl_device_id, version); | ||
188 | 189 | ||
189 | DEVID(rio_device_id); | 190 | DEVID(rio_device_id); |
190 | DEVID_FIELD(rio_device_id, did); | 191 | DEVID_FIELD(rio_device_id, did); |