In case of kernel configured to build Bluetooth BCM UART driver, do not support BCM2E39 in rfkill-gpio. Signed-off-by: Frederic Danis <frederic.danis@xxxxxxxxxxxxxxx> --- net/rfkill/rfkill-gpio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/rfkill/rfkill-gpio.c b/net/rfkill/rfkill-gpio.c index d5d58d9..16d7a3a 100644 --- a/net/rfkill/rfkill-gpio.c +++ b/net/rfkill/rfkill-gpio.c @@ -164,7 +164,9 @@ static int rfkill_gpio_remove(struct platform_device *pdev) #ifdef CONFIG_ACPI static const struct acpi_device_id rfkill_acpi_match[] = { { "BCM2E1A", RFKILL_TYPE_BLUETOOTH }, +#ifndef CONFIG_BT_HCIUART_BCM { "BCM2E39", RFKILL_TYPE_BLUETOOTH }, +#endif { "BCM2E3D", RFKILL_TYPE_BLUETOOTH }, { "BCM2E40", RFKILL_TYPE_BLUETOOTH }, { "BCM2E64", RFKILL_TYPE_BLUETOOTH }, -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html