Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1345181
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Dmitry Tunin <hanipouspilot@gmail.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH] Bluetooth: Add a new AR3012 ID 04ca:3014 |
| Date | Sun, 28 Feb 2016 09:10:01 +0100 |
| Message-ID | <r74Ap-7U5-1@gated-at.bofh.it> (permalink) |
| X-Original-To | Marcel Holtmann <marcel@holtmann.org>, Gustavo Padovan <gustavo@padovan.org>, Johan Hedberg <johan.hedberg@gmail.com> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=O5ARcDwW41vQfn701uczwrajsfRrteFElEs8Rq1C2JU=; b=A5IkRFL2LinnED36+IIcjHM1hciwfuyso3IHtynVhDRGeUseJjMgYKJrc8FmYyxb3T 0GDkI/RT5pFoIGAStSbNwqTPEl12qm1I5MjNuFPJWijka/BpmsGUmyXriPV0jBAcTRBd ZpwCXqwiIVip+Q6rEf37YZDXVdVOKloaHK/omFQEw+QBruodSXwFTzduNX0rIRvtQxYI wXe9T9SEYKk5mDTiEvt81+rap8jkBpnYyTLSlF/BgjyNLhgmnHnC6IcHgEK4cs4YOGtI O8H7gDdhuDXXGiEIWIFo2K2DpW3fzAaYYzPYsMdqdGcFBFovWrKZ8sNWPxPvfMPicaFn LSRg== |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=O5ARcDwW41vQfn701uczwrajsfRrteFElEs8Rq1C2JU=; b=krgVSzU5yi751n78eo5yk+4Gt6S6MsCaYc2qpSgsPZ8A67QlFYtpGpMKASdHk0myMt 9USbBE0RtjMq5fbvXf5yuSCRrpVvr5imCwBA7BfJVGW8JEoy2UoB5NIDl1GXGktJ/aTG BU4rl6dW5mC68SbQA+6wKtzu0Vsn/is4rgluU6ISbrVAg7zRGunW1BhcKwR8R5GXCBPc jeDVrQQ4lG2JtJdZgPA9XUzhV7MUopt/efGMUCgGZlzIb0oSbly+OYRo0XuKJkU01WCi 4H0Cx9z73UfO0Ww5C4mBacznGwzVxPhbLcSohhgfDFu343Q0HG1c3fYG0kaDREXaG9Zi wVbw== |
| X-Gm-Message-State | AD7BkJK7dn47TL5tWNNiwmnxjuyneRDc99hElqzA+u8n5QnQ5qzz7+vO6dxuDVOyjndB9w== |
| X-Received | by 10.112.159.233 with SMTP id xf9mr3420444lbb.21.1456646670543; Sun, 28 Feb 2016 00:04:30 -0800 (PST) |
| X-Mailer | git-send-email 1.9.1 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 50 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org, Dmitry Tunin <hanipouspilot@gmail.com>, stable@vger.kernel.org |
| X-Original-Date | Sun, 28 Feb 2016 11:04:06 +0300 |
| X-Original-Message-ID | <1456646646-4099-1-git-send-email-hanipouspilot@gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1345181 |
Show key headers only | View raw
T: Bus=01 Lev=01 Prnt=01 Port=04 Cnt=03 Dev#= 5 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=04ca ProdID=3014 Rev=00.02
C: #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
BugLink: https://bugs.launchpad.net/bugs/1546694
Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com>
Cc: stable@vger.kernel.org
---
drivers/bluetooth/ath3k.c | 2 ++
drivers/bluetooth/btusb.c | 1 +
2 files changed, 3 insertions(+)
diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c
index e2ccf90..9374738 100644
--- a/drivers/bluetooth/ath3k.c
+++ b/drivers/bluetooth/ath3k.c
@@ -93,6 +93,7 @@ static const struct usb_device_id ath3k_table[] = {
{ USB_DEVICE(0x04CA, 0x300d) },
{ USB_DEVICE(0x04CA, 0x300f) },
{ USB_DEVICE(0x04CA, 0x3010) },
+ { USB_DEVICE(0x04CA, 0x3014) },
{ USB_DEVICE(0x0930, 0x0219) },
{ USB_DEVICE(0x0930, 0x021c) },
{ USB_DEVICE(0x0930, 0x0220) },
@@ -157,6 +158,7 @@ static const struct usb_device_id ath3k_blist_tbl[] = {
{ USB_DEVICE(0x04ca, 0x300d), .driver_info = BTUSB_ATH3012 },
{ USB_DEVICE(0x04ca, 0x300f), .driver_info = BTUSB_ATH3012 },
{ USB_DEVICE(0x04ca, 0x3010), .driver_info = BTUSB_ATH3012 },
+ { USB_DEVICE(0x04ca, 0x3014), .driver_info = BTUSB_ATH3012 },
{ USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 },
{ USB_DEVICE(0x0930, 0x021c), .driver_info = BTUSB_ATH3012 },
{ USB_DEVICE(0x0930, 0x0220), .driver_info = BTUSB_ATH3012 },
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 55fbdfc..97f3bba 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -207,6 +207,7 @@ static const struct usb_device_id blacklist_table[] = {
{ USB_DEVICE(0x04ca, 0x300d), .driver_info = BTUSB_ATH3012 },
{ USB_DEVICE(0x04ca, 0x300f), .driver_info = BTUSB_ATH3012 },
{ USB_DEVICE(0x04ca, 0x3010), .driver_info = BTUSB_ATH3012 },
+ { USB_DEVICE(0x04ca, 0x3014), .driver_info = BTUSB_ATH3012 },
{ USB_DEVICE(0x0930, 0x0219), .driver_info = BTUSB_ATH3012 },
{ USB_DEVICE(0x0930, 0x021c), .driver_info = BTUSB_ATH3012 },
{ USB_DEVICE(0x0930, 0x0220), .driver_info = BTUSB_ATH3012 },
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] Bluetooth: Add a new AR3012 ID 04ca:3014 Dmitry Tunin <hanipouspilot@gmail.com> - 2016-02-28 09:10 +0100 Re: [PATCH] Bluetooth: Add a new AR3012 ID 04ca:3014 Marcel Holtmann <marcel@holtmann.org> - 2016-02-28 20:40 +0100
csiph-web