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 /drivers/nfc/microread | |
| 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 'drivers/nfc/microread')
| -rw-r--r-- | drivers/nfc/microread/mei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/microread/mei.c b/drivers/nfc/microread/mei.c index f9f5fc97cdd7..93328bd45110 100644 --- a/drivers/nfc/microread/mei.c +++ b/drivers/nfc/microread/mei.c | |||
| @@ -67,7 +67,7 @@ static int microread_mei_remove(struct mei_cl_device *device) | |||
| 67 | } | 67 | } |
| 68 | 68 | ||
| 69 | static struct mei_cl_device_id microread_mei_tbl[] = { | 69 | static struct mei_cl_device_id microread_mei_tbl[] = { |
| 70 | { MICROREAD_DRIVER_NAME, MEI_NFC_UUID}, | 70 | { MICROREAD_DRIVER_NAME, MEI_NFC_UUID, MEI_CL_VERSION_ANY}, |
| 71 | 71 | ||
| 72 | /* required last entry */ | 72 | /* required last entry */ |
| 73 | { } | 73 | { } |
