Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1301526 > unrolled thread
| Started by | "João Paulo Rechi Vita" <jprvita@gmail.com> |
|---|---|
| First post | 2016-01-05 14:30 +0100 |
| Last post | 2016-01-05 18:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 2/2] asus-wireless: Add ACPI HID ATK4001 "João Paulo Rechi Vita" <jprvita@gmail.com> - 2016-01-05 14:30 +0100
Re: [PATCH 2/2] asus-wireless: Add ACPI HID ATK4001 Darren Hart <dvhart@infradead.org> - 2016-01-05 18:30 +0100
| From | "João Paulo Rechi Vita" <jprvita@gmail.com> |
|---|---|
| Date | 2016-01-05 14:30 +0100 |
| Subject | [PATCH 2/2] asus-wireless: Add ACPI HID ATK4001 |
| Message-ID | <qNzQv-3l3-17@gated-at.bofh.it> |
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>
---
drivers/platform/x86/asus-wireless.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/platform/x86/asus-wireless.c b/drivers/platform/x86/asus-wireless.c
index c7279e9..0e500e6 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 *device)
}
static const struct acpi_device_id device_ids[] = {
+ {"ATK4001", 0},
{"ATK4002", 0},
{"", 0},
};
--
2.5.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Darren Hart <dvhart@infradead.org> |
|---|---|
| Date | 2016-01-05 18:30 +0100 |
| Message-ID | <qNDAL-5X5-23@gated-at.bofh.it> |
| In reply to | #1301526 |
On Tue, Jan 05, 2016 at 08:26:01AM -0500, João Paulo Rechi Vita wrote: > 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> Queued to testing, thanks. -- Darren Hart Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web