linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: btusb: Add device ID for Realtek RTL8723BU
@ 2017-06-26 18:42 Larry Finger
  2017-06-27  0:02 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Larry Finger @ 2017-06-26 18:42 UTC (permalink / raw)
  To: Marcel Holtmann, Gustavo Padovan, Johan Hedberg
  Cc: linux-kernel, linux-bluetooth, Larry Finger

This device is not recognized by the driver.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
---
 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 },
-- 
2.12.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Bluetooth: btusb: Add device ID for Realtek RTL8723BU
  2017-06-26 18:42 [PATCH] Bluetooth: btusb: Add device ID for Realtek RTL8723BU Larry Finger
@ 2017-06-27  0:02 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2017-06-27  0:02 UTC (permalink / raw)
  To: Larry Finger; +Cc: Gustavo F. Padovan, Johan Hedberg, LKML, linux-bluetooth

Hi Larry,

> This device is not recognized by the driver.
> 
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
> ---
> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-27  0:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-26 18:42 [PATCH] Bluetooth: btusb: Add device ID for Realtek RTL8723BU Larry Finger
2017-06-27  0:02 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).