Skip to content

Commit

Permalink
ACPI / platform: add IDs for Broadcom Bluetooth and GPS chips
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Heikki Krogerus authored and Rafael J. Wysocki committed May 16, 2014
1 parent d6d211d commit a3cffce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/acpi/acpi_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ static const struct acpi_device_id acpi_platform_device_ids[] = {
{ "ACPI0003" },
{ "VPC2004" },
{ "BCM4752" },
{ "LNV4752" },
{ "BCM2E1A" },
{ "BCM2E39" },
{ "BCM2E3D" },

/* Intel Smart Sound Technology */
{ "INT33C8" },
Expand Down

0 comments on commit a3cffce

Please sign in to comment.