From patchwork Mon Feb 23 00:35:10 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Nardella X-Patchwork-Id: 5862681 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 661F7BF440 for ; Mon, 23 Feb 2015 00:35:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 639FB204FC for ; Mon, 23 Feb 2015 00:35:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 866C3204EB for ; Mon, 23 Feb 2015 00:35:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752125AbbBWAfZ (ORCPT ); Sun, 22 Feb 2015 19:35:25 -0500 Received: from mail-qg0-f46.google.com ([209.85.192.46]:58607 "EHLO mail-qg0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752109AbbBWAfZ (ORCPT ); Sun, 22 Feb 2015 19:35:25 -0500 Received: by mail-qg0-f46.google.com with SMTP id z107so22130840qgd.5 for ; Sun, 22 Feb 2015 16:35:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=8DYu9fTkRqwhAuz4y0r8qqilPuavt3acjk612WKh8c4=; b=qD5NqX5Y7gqwRgycV64zNPC4boIK6p1SILTnao3O/lWJk+8t1vnH9OHCLyISkb5O61 RnqYAFS89M/DbZKe3qzo2x9SGct3kRpuGshj+D75MS8A3/irJkIdOGTCepr6MDxQvOH0 HGh36axzOJ4pnBhTvv1A6kjKuIbRUw6sjwZrvGoZLWJclt9YoNb4BEHwLAzWpfEHBhAw EXOcxhb8nKTRsBRX7EzQ1K9TZFBuLHypk7Lr3PDN/PiJgcE1m+xdddYHcyG/nsK1S0Qm 5AHUCGseYVfKbX+tQTDzVEfteiZDEuo3PizLl2cRLmX2XDECOhGQKAxJIKwKv4zu+a5P lylA== X-Received: by 10.140.97.38 with SMTP id l35mr18899012qge.47.1424651724405; Sun, 22 Feb 2015 16:35:24 -0800 (PST) Received: from localhost.localdomain ([189.33.132.143]) by mx.google.com with ESMTPSA id f9sm26473794qgf.17.2015.02.22.16.35.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 22 Feb 2015 16:35:23 -0800 (PST) From: Leon Nardella To: linux-wireless@vger.kernel.org Cc: ath9k-devel@lists.ath9k.org, ath9k-devel@qca.qualcomm.com, farry.finger@lwfinger.net, Leon Nardella Subject: [PATCH] ath9k_htc: Add new USB ID Date: Sun, 22 Feb 2015 21:35:10 -0300 Message-Id: <1424651710-5196-1-git-send-email-leon.nardella@gmail.com> X-Mailer: git-send-email 2.1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This device is a dongle made by Philips to enhance their TVs with wireless capabilities, but works flawlessly on any upstream kernel, provided that the ath9k_htc module is attached to it. It's correctly recognized by lsusb as "0471:209e Philips (or NXP) PTA01 Wireless Adapter" and the patch has been tested on real hardware. Signed-off-by: Leon Nardella --- drivers/net/wireless/ath/ath9k/hif_usb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/ath/ath9k/hif_usb.c b/drivers/net/wireless/ath/ath9k/hif_usb.c index 8e7153b..10c02f5 100644 --- a/drivers/net/wireless/ath/ath9k/hif_usb.c +++ b/drivers/net/wireless/ath/ath9k/hif_usb.c @@ -40,6 +40,7 @@ static struct usb_device_id ath9k_hif_usb_ids[] = { { USB_DEVICE(0x0cf3, 0xb003) }, /* Ubiquiti WifiStation Ext */ { USB_DEVICE(0x0cf3, 0xb002) }, /* Ubiquiti WifiStation */ { USB_DEVICE(0x057c, 0x8403) }, /* AVM FRITZ!WLAN 11N v2 USB */ + { USB_DEVICE(0x0471, 0x209e) }, /* Philips (or NXP) PTA01 */ { USB_DEVICE(0x0cf3, 0x7015), .driver_info = AR9287_USB }, /* Atheros */