diff options
| author | Mika Westerberg <[email protected]> | 2015-01-29 16:26:00 +0000 |
|---|---|---|
| committer | Johannes Berg <[email protected]> | 2015-02-03 13:38:22 +0000 |
| commit | 79044f60caa7c377333dc8f13cf1e48c144e2521 (patch) | |
| tree | 4988716a01f71e266509967369bf608f6ecd9a69 /net/rfkill/rfkill-gpio.c | |
| parent | nl80211: don't document per-wiphy interface dump (diff) | |
| download | kernel-79044f60caa7c377333dc8f13cf1e48c144e2521.tar.gz kernel-79044f60caa7c377333dc8f13cf1e48c144e2521.zip | |
net: rfkill: Add Broadcom BCM2E40 bluetooth ACPI ID
This is yet another Broadcom bluetooth chip with ACPI ID BCM2E40.
Signed-off-by: Mika Westerberg <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'net/rfkill/rfkill-gpio.c')
| -rw-r--r-- | net/rfkill/rfkill-gpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rfkill/rfkill-gpio.c b/net/rfkill/rfkill-gpio.c index 2a4717967502..a6915b358354 100644 --- a/net/rfkill/rfkill-gpio.c +++ b/net/rfkill/rfkill-gpio.c @@ -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 }, |
