Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1675004 > unrolled thread

[PATCH] Bluetooth: btusb: Add device ID for Realtek RTL8723BU

Started byLarry Finger <Larry.Finger@lwfinger.net>
First post2017-06-26 20:50 +0200
Last post2017-06-27 02:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] Bluetooth: btusb: Add device ID for Realtek RTL8723BU Larry Finger <Larry.Finger@lwfinger.net> - 2017-06-26 20:50 +0200
    Re: [PATCH] Bluetooth: btusb: Add device ID for Realtek RTL8723BU Marcel Holtmann <marcel@holtmann.org> - 2017-06-27 02:10 +0200

#1675004 — [PATCH] Bluetooth: btusb: Add device ID for Realtek RTL8723BU

FromLarry Finger <Larry.Finger@lwfinger.net>
Date2017-06-26 20:50 +0200
Subject[PATCH] Bluetooth: btusb: Add device ID for Realtek RTL8723BU
Message-ID<tWHfb-5UG-9@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1675204

FromMarcel Holtmann <marcel@holtmann.org>
Date2017-06-27 02:10 +0200
Message-ID<tWMeS-X0-13@gated-at.bofh.it>
In reply to#1675004
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web