net: rfkill: Add Broadcom BCM2E40 bluetooth ACPI ID
authorMika Westerberg <mika.westerberg@linux.intel.com>
Thu, 29 Jan 2015 16:26:00 +0000 (18:26 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 3 Feb 2015 13:38:22 +0000 (14:38 +0100)
This is yet another Broadcom bluetooth chip with ACPI ID BCM2E40.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/rfkill/rfkill-gpio.c

index 2a47179..a6915b3 100644 (file)
@@ -170,6 +170,7 @@ static const struct acpi_device_id rfkill_acpi_match[] = {
        { "BCM2E1A", RFKILL_TYPE_BLUETOOTH },
        { "BCM2E39", RFKILL_TYPE_BLUETOOTH },
        { "BCM2E3D", RFKILL_TYPE_BLUETOOTH },
+       { "BCM2E40", RFKILL_TYPE_BLUETOOTH },
        { "BCM2E64", RFKILL_TYPE_BLUETOOTH },
        { "BCM4752", RFKILL_TYPE_GPS },
        { "LNV4752", RFKILL_TYPE_GPS },