summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorWei Deng <wei.deng@oss.qualcomm.com>2026-07-24 13:51:56 +0530
committerBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>2026-07-24 14:36:39 +0200
commita39ac4651e3b9d2ca78b6d3dc2a81a6bd25fa616 (patch)
tree6063cd75108af596acba8669c1878ed3c29df95a /tools/perf/scripts/python
parent1656f4f2eb45d9f18515ac00657a2494719fa065 (diff)
power: sequencing: pcie-m2: Match WCN6855 and WCN7851 UART BT variants by subdevice ID
The WCN6855 and WCN7851 combo chips are available in M.2 card variants that differ by their BT interface: some expose BT over UART while others expose BT over USB. Both variants use the same PCIe device ID for the WiFi interface, distinguished only by their sub-system device ID. The bare PCI_DEVICE() entries match all sub-system IDs, so both UART and USB variants hit the same table entry and trigger UART serdev creation. For USB variants this is wrong — there is no UART BT interface on such a card, and the serdev probe will fail. Narrow the matches to UART variants only by using PCI_DEVICE_SUB with their respective sub-system IDs, so USB variants no longer trigger UART serdev creation. Reviewed-by: Manivannan Sadhasivam <mani@kernel.org> Signed-off-by: Wei Deng <wei.deng@oss.qualcomm.com> Link: https://patch.msgid.link/20260724-hamoa-m2-sub-id-v2-v3-1-af97de70bbbe@oss.qualcomm.com Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions