From b0a095fc193a5f257c3609b09298c0705fc32c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Rechi=20Vita?= Date: Tue, 5 Jan 2016 08:26:01 -0500 Subject: asus-wireless: Add ACPI HID ATK4001 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As reported in https://bugzilla.kernel.org/show_bug.cgi?id=98931#c22 in the Asus UX31A the Asus Wireless Radio Control device (ASHS) uses the HID "ATK4001". Signed-off-by: João Paulo Rechi Vita Reported-by: Tasev Nikola Signed-off-by: Darren Hart diff --git a/drivers/platform/x86/asus-wireless.c b/drivers/platform/x86/asus-wireless.c index 5058d48..9ec721e 100644 --- a/drivers/platform/x86/asus-wireless.c +++ b/drivers/platform/x86/asus-wireless.c @@ -61,6 +61,7 @@ static int asus_wireless_remove(struct acpi_device *adev) } static const struct acpi_device_id device_ids[] = { + {"ATK4001", 0}, {"ATK4002", 0}, {"", 0}, }; -- cgit v0.10.2