Include QCA WWAN 5G Qualcomm SDX62/DW5932e support
Bug #2035306 reported by
AceLan Kao
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
HWE Next |
New
|
Undecided
|
Unassigned | |||
linux (Ubuntu) | Status tracked in Mantic | |||||
Jammy |
Invalid
|
Undecided
|
Unassigned | |||
Mantic |
Fix Released
|
Undecided
|
AceLan Kao | |||
linux-oem-6.5 (Ubuntu) | Status tracked in Mantic | |||||
Jammy |
Fix Released
|
Undecided
|
AceLan Kao | |||
Mantic |
Invalid
|
Undecided
|
Unassigned |
Bug Description
[Impact]
DW5932e is the new 5G QCA WWAN module for Dell platforms, it won't work without the IDs in the table.
[Fix]
This commit adds the required IDs to the table
104a8c5dd943 ("bus: mhi: host: pci_generic: Add support for Dell DW5932e")
[Test case]
1. connect to the 5G WWAN through the GUI
2. make sure the network is working
[Where problems could occur]
It adds 2 IDs to the table, won't impact existing systems.
description: | updated |
Changed in linux-oem-6.5 (Ubuntu Jammy): | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
commit 104a8c5dd943511 507cf7c0aa7ff7f 6159eac4ea xiao@163. com>
Author: Slark Xiao <slark_
Date: Wed Jul 12 16:37:41 2023 +0800
bus: mhi: host: pci_generic: Add support for Dell DW5932e
The DW5932e has 2 variants: eSIM(DW5932e-eSIM) and non-eSIM(DW5932e).
Both of them are designed based on Qualcomm SDX62 and it will
align with the Foxconn sdx65 settings.
Signed-off-by: Slark Xiao <slark_ xiao@163. com> /lore.kernel. org/r/202307120 83741.7615- 1-slark_ xiao@163. com
Reviewed-by: Loic Poulain <email address hidden>
Reviewed-by: Manivannan Sadhasivam <email address hidden>
Link: https:/
Signed-off-by: Manivannan Sadhasivam <email address hidden>
diff --git a/drivers/ bus/mhi/ host/pci_ generic. c b/drivers/ bus/mhi/ host/pci_ generic. c .fcd80bc92978 100644 bus/mhi/ host/pci_ generic. c bus/mhi/ host/pci_ generic. c PCI_VENDOR_ ID_FOXCONN, 0xe0f2),
.driver_ data = (kernel_ulong_t) &mhi_foxconn_ sdx24_info }, PCI_VENDOR_ ID_FOXCONN, 0xe0f5), sdx65_info }, PCI_VENDOR_ ID_FOXCONN, 0xe0f9), sdx65_info }, PCI_VENDOR_ ID_THALES, 0x00b3),
.driver_ data = (kernel_ulong_t) &mhi_mv31_info },
index bbd64e98f3e4.
--- a/drivers/
+++ b/drivers/
@@ -638,6 +638,12 @@ static const struct pci_device_id mhi_pci_id_table[] = {
/* T99W510 (sdx24), variant 3 */
{ PCI_DEVICE(
+ /* DW5932e-eSIM (sdx62), With eSIM */
+ { PCI_DEVICE(
+ .driver_data = (kernel_ulong_t) &mhi_foxconn_
+ /* DW5932e (sdx62), Non-eSIM */
+ { PCI_DEVICE(
+ .driver_data = (kernel_ulong_t) &mhi_foxconn_
/* MV31-W (Cinterion) */
{ PCI_DEVICE(