linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ACPI / platform: add IDs for Broadcom Bluetooth and GPS chips
@ 2014-05-08 11:59 Heikki Krogerus
  2014-05-13 13:14 ` Rolf Eike Beer
  2014-05-19 22:58 ` Rafael J. Wysocki
  0 siblings, 2 replies; 6+ messages in thread
From: Heikki Krogerus @ 2014-05-08 11:59 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: linux-acpi

These IDs are used on Baytrail boards such as Lenovo Miix 2
and Asus Transformer Book T100TA. On lenovo Miix 2 8",
BCM4752 is called LNV4752. All the rest of the IDs are for
Broadcom BCM43241 module with the ID referring to different
revision number.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
---
 drivers/acpi/acpi_platform.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/acpi/acpi_platform.c b/drivers/acpi/acpi_platform.c
index 1d49503..34a64c5 100644
--- a/drivers/acpi/acpi_platform.c
+++ b/drivers/acpi/acpi_platform.c
@@ -31,6 +31,10 @@ static const struct acpi_device_id acpi_platform_device_ids[] = {
 	{ "PNP0D40" },
 	{ "VPC2004" },
 	{ "BCM4752" },
+	{ "LNV4752" },
+	{ "BCM2E1A" },
+	{ "BCM2E39" },
+	{ "BCM2E3D" },
 
 	/* Intel Smart Sound Technology */
 	{ "INT33C8" },
-- 
2.0.0.rc2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-05-19 22:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-08 11:59 [PATCH] ACPI / platform: add IDs for Broadcom Bluetooth and GPS chips Heikki Krogerus
2014-05-13 13:14 ` Rolf Eike Beer
2014-05-14 11:56   ` Heikki Krogerus
2014-05-15  7:50     ` Rolf Eike Beer
2014-05-16 11:51       ` Heikki Krogerus
2014-05-19 22:58 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).