Commit b0a095fc authored by João Paulo Rechi Vita's avatar João Paulo Rechi Vita Committed by Darren Hart

asus-wireless: Add ACPI HID ATK4001

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: default avatarJoão Paulo Rechi Vita <jprvita@endlessm.com>
Reported-by: default avatarTasev Nikola <tasev.stefanoska@skynet.be>
Signed-off-by: default avatarDarren Hart <dvhart@linux.intel.com>
parent f6a6bbae
......@@ -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},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment