mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
net: wwan: mhi_wwan_ctrl: Add NMEA channel support
For MHI WWAN device, we need a match between NMEA channel and WWAN_PORT_NMEA type. Then the GNSS subsystem could create the gnss device succssfully. Signed-off-by: Slark Xiao <slark_xiao@163.com> Reviewed-by: Loic Poulain <loic.poulain@oss.qualcomm.com> Link: https://patch.msgid.link/20260126062158.308598-9-slark_xiao@163.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
193985d1e4
commit
209111d694
|
|
@ -263,6 +263,7 @@ static const struct mhi_device_id mhi_wwan_ctrl_match_table[] = {
|
|||
{ .chan = "QMI", .driver_data = WWAN_PORT_QMI },
|
||||
{ .chan = "DIAG", .driver_data = WWAN_PORT_QCDM },
|
||||
{ .chan = "FIREHOSE", .driver_data = WWAN_PORT_FIREHOSE },
|
||||
{ .chan = "NMEA", .driver_data = WWAN_PORT_NMEA },
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(mhi, mhi_wwan_ctrl_match_table);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user