Skip to content

Commit

Permalink
asus-wireless: Add ACPI HID ATK4001
Browse files Browse the repository at this point in the history
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 <jprvita@endlessm.com>
Reported-by: Tasev Nikola <tasev.stefanoska@skynet.be>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
  • Loading branch information
João Paulo Rechi Vita authored and Darren Hart committed Jan 20, 2016
1 parent f6a6bba commit b0a095f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/platform/x86/asus-wireless.c
Original file line number Diff line number Diff line change
Expand Up @@ -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},
};
Expand Down

0 comments on commit b0a095f

Please sign in to comment.