summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Poulain <loic.poulain@linaro.org>2021-01-26 17:41:07 +0100
committerLoic Poulain <loic.poulain@linaro.org>2021-01-28 09:26:58 +0100
commitc08461a1335e1ea426eba3d9fc0767faef811cdf (patch)
tree10450fe8a6efb8983d18d0dac7749da6e16e9a6d
parente3df5765e104e660a4a5e978a9a5db0265095566 (diff)
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
-rw-r--r--drivers/bus/mhi/uci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bus/mhi/uci.c b/drivers/bus/mhi/uci.c
index e6ceb9fce910..501574fffa98 100644
--- a/drivers/bus/mhi/uci.c
+++ b/drivers/bus/mhi/uci.c
@@ -480,6 +480,8 @@ static void mhi_uci_remove(struct mhi_device *mhi_dev)
/* .driver_data stores max mtu */
static const struct mhi_device_id mhi_uci_match_table[] = {
{ .chan = "QMI", .driver_data = 0x1000},
+ { .chan = "MBIM", .driver_data = 0x1000},
+ { .chan = "DUN", .driver_data = 0x1000},
{},
};
MODULE_DEVICE_TABLE(mhi, mhi_uci_match_table);