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: MediaTek MT7922: Add VID 0489 & PID e11d

Add VID 0489 & PID e11d for MediaTek MT7922 USB Bluetooth chip.
Found in Dynabook GA/ZY (W6GAZY5RCL).

The information in /sys/kernel/debug/usb/devices about the Bluetooth
device is listed as the below.

T: Bus=03 Lev=01 Prnt=01 Port=03 Cnt=02 Dev#= 3 Spd=480 MxCh= 0
D: Ver= 2.10 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=0489 ProdID=e11d Rev= 1.00
S: Manufacturer=MediaTek Inc.
S: Product=Wireless_Device
S: SerialNumber=000000000

Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Kamiyama Chiaki <nercone@nercone.dev>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

authored by

Kamiyama Chiaki and committed by
Luiz Augusto von Dentz
5e17010b 81f971c6

+2
+2
drivers/bluetooth/btusb.c
··· 707 707 BTUSB_WIDEBAND_SPEECH }, 708 708 { USB_DEVICE(0x0489, 0xe102), .driver_info = BTUSB_MEDIATEK | 709 709 BTUSB_WIDEBAND_SPEECH }, 710 + { USB_DEVICE(0x0489, 0xe11d), .driver_info = BTUSB_MEDIATEK | 711 + BTUSB_WIDEBAND_SPEECH }, 710 712 { USB_DEVICE(0x0489, 0xe152), .driver_info = BTUSB_MEDIATEK | 711 713 BTUSB_WIDEBAND_SPEECH }, 712 714 { USB_DEVICE(0x0489, 0xe153), .driver_info = BTUSB_MEDIATEK |