Bug 197121
Summary: | Bluetooth regression "no bluetooth adapters found" Baytrail T100CHI (SDIO) BCM4324B3 | ||
---|---|---|---|
Product: | Drivers | Reporter: | jbMacAZ (jbMacBrodie) |
Component: | Bluetooth | Assignee: | linux-bluetooth (linux-bluetooth) |
Status: | RESOLVED DOCUMENTED | ||
Severity: | blocking | CC: | loic.poulain |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 4.14-{rc1,rc2,rc3} | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
jbMacAZ
2017-10-03 19:08:48 UTC
Seems that you did not included BCM HCI UART protocol: CONFIG_BT_HCIUART_BCM This now depends on CONFIG_BT_HCIUART_SERDEV which depends on CONFIG_SERIAL_DEV_BUS. Thank you. The new dependencies had turned off CONFIG_BT_HCIUART_BCM. |