Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751480AbdF0ACH convert rfc822-to-8bit (ORCPT ); Mon, 26 Jun 2017 20:02:07 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:32865 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751449AbdF0ACG (ORCPT ); Mon, 26 Jun 2017 20:02:06 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: [PATCH] Bluetooth: btusb: Add device ID for Realtek RTL8723BU From: Marcel Holtmann In-Reply-To: <20170626184245.2701-1-Larry.Finger@lwfinger.net> Date: Tue, 27 Jun 2017 02:02:03 +0200 Cc: "Gustavo F. Padovan" , Johan Hedberg , LKML , linux-bluetooth@vger.kernel.org Content-Transfer-Encoding: 8BIT Message-Id: <0567ACA4-7DB7-454B-A5B9-CA70E6D95F26@holtmann.org> References: <20170626184245.2701-1-Larry.Finger@lwfinger.net> To: Larry Finger X-Mailer: Apple Mail (2.3273) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1000 Lines: 29 Hi Larry, > This device is not recognized by the driver. > > Signed-off-by: Larry Finger > --- > drivers/bluetooth/btusb.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c > index 7fa373b428f8..5eb4a7446426 100644 > --- a/drivers/bluetooth/btusb.c > +++ b/drivers/bluetooth/btusb.c > @@ -356,6 +356,9 @@ static const struct usb_device_id blacklist_table[] = { > { USB_DEVICE(0x13d3, 0x3416), .driver_info = BTUSB_REALTEK }, > { USB_DEVICE(0x13d3, 0x3459), .driver_info = BTUSB_REALTEK }, > > + /* Additional Realtek 8723BU Bluetooth devices */ > + { USB_DEVICE(0x7392, 0xa611), .driver_info = BTUSB_REALTEK }, > + > /* Additional Realtek 8821AE Bluetooth devices */ > { USB_DEVICE(0x0b05, 0x17dc), .driver_info = BTUSB_REALTEK }, > { USB_DEVICE(0x13d3, 0x3414), .driver_info = BTUSB_REALTEK }, can you include /sys/kernel/debug/usb/devices for this device into the commit message? Regards Marcel