Skip to content

Commit 7a517ac

Browse files
Kyle Copperfieldholtmann
authored andcommitted
Bluetooth: btsdio: Do not bind to non-removable BCM4345 and BCM43455
BCM4345 and BCM43455 devices soldered onto the PCB (non-removable), use an UART connection for Bluetooth, such as in the Pinebook Pro, and the advertised btsdio support as an SDIO function is ignored. Reviewed-by: Dragan Simic <[email protected]> Signed-off-by: Kyle Copperfield <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent 1d06884 commit 7a517ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/bluetooth/btsdio.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ static int btsdio_probe(struct sdio_func *func,
295295
switch (func->device) {
296296
case SDIO_DEVICE_ID_BROADCOM_43341:
297297
case SDIO_DEVICE_ID_BROADCOM_43430:
298+
case SDIO_DEVICE_ID_BROADCOM_4345:
299+
case SDIO_DEVICE_ID_BROADCOM_43455:
298300
case SDIO_DEVICE_ID_BROADCOM_4356:
299301
return -ENODEV;
300302
}

0 commit comments

Comments
 (0)