Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bluetooth: btusb: Add USB ID 0489:e112 for Realtek 8851BE

Add USB ID 0489:e112 for the Realtek 8851BE Bluetooth adapter.
Without this entry, the device is not handled correctly by btusb and Bluetooth fails to initialise.
Adding the ID enables proper Realtek initialization for Bluetooth to work on various motherboards using this Bluetooth adapter.

The device identifies as:
Bus 001 Device XXX: ID 0489:e112 Foxconn / Hon Hai Bluetooth Radio

Tested on Realtek 8851BE. Bluetooth works after this change is made.

Signed-off-by: Techie Ernie <techieernie@gmail.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

authored by

Techie Ernie and committed by
Luiz Augusto von Dentz
e07094a5 520257cf

+2
+2
drivers/bluetooth/btusb.c
··· 521 521 { USB_DEVICE(0x0bda, 0xb850), .driver_info = BTUSB_REALTEK }, 522 522 { USB_DEVICE(0x13d3, 0x3600), .driver_info = BTUSB_REALTEK }, 523 523 { USB_DEVICE(0x13d3, 0x3601), .driver_info = BTUSB_REALTEK }, 524 + { USB_DEVICE(0x0489, 0xe112), .driver_info = BTUSB_REALTEK | 525 + BTUSB_WIDEBAND_SPEECH }, 524 526 525 527 /* Realtek 8851BU Bluetooth devices */ 526 528 { USB_DEVICE(0x3625, 0x010b), .driver_info = BTUSB_REALTEK |