Skip to content

Commit 6d5475f

Browse files
ruinekaVudentz
authored andcommitted
Bluetooth: btusb: Add MT7922 bluetooth ID for the Asus Ally
Adding the device ID from the Asus Ally gets the bluetooth working on the device. Signed-off-by: Matthew Anderson <ruinairas1992@gmail.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
1 parent 5f68122 commit 6d5475f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/bluetooth/btusb.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,9 @@ static const struct usb_device_id blacklist_table[] = {
613613
{ USB_DEVICE(0x0489, 0xe0d9), .driver_info = BTUSB_MEDIATEK |
614614
BTUSB_WIDEBAND_SPEECH |
615615
BTUSB_VALID_LE_STATES },
616+
{ USB_DEVICE(0x0489, 0xe0f5), .driver_info = BTUSB_MEDIATEK |
617+
BTUSB_WIDEBAND_SPEECH |
618+
BTUSB_VALID_LE_STATES },
616619
{ USB_DEVICE(0x13d3, 0x3568), .driver_info = BTUSB_MEDIATEK |
617620
BTUSB_WIDEBAND_SPEECH |
618621
BTUSB_VALID_LE_STATES },

0 commit comments

Comments
 (0)