Skip to content

Commit 9a53d1f

Browse files
ehlert-battelleVudentz
authored andcommitted
Bluetooth: btsdio: Do not bind to non-removable CYW4373
CYW4373 devices soldered onto the PCB (non-removable), use a UART connection for Bluetooth and the advertised btsdio support as an SDIO function should be ignored. Signed-off-by: Scott Ehlert <[email protected]> Signed-off-by: Tim Harvey <[email protected]> Signed-off-by: Luiz Augusto von Dentz <[email protected]>
1 parent cfbfeee commit 9a53d1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/bluetooth/btsdio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ static int btsdio_probe(struct sdio_func *func,
295295
case SDIO_DEVICE_ID_BROADCOM_4345:
296296
case SDIO_DEVICE_ID_BROADCOM_43455:
297297
case SDIO_DEVICE_ID_BROADCOM_4356:
298+
case SDIO_DEVICE_ID_BROADCOM_CYPRESS_4373:
298299
return -ENODEV;
299300
}
300301
}

0 commit comments

Comments
 (0)