summaryrefslogtreecommitdiff
path: root/drivers/bus/mhi/uci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bus/mhi/uci.c')
-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);