lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20230514074731.70614-1-rudi@heitbaum.com> Date: Sun, 14 May 2023 07:47:28 +0000 From: Rudi Heitbaum <rudi@...tbaum.com> To: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org, conor+dt@...nel.org, wens@...e.org, jernej.skrabec@...il.com, samuel@...lland.org, marcel@...tmann.org, johan.hedberg@...il.com, luiz.dentz@...il.com, anarsoul@...il.com, alistair@...stair23.me Cc: netdev@...r.kernel.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-sunxi@...ts.linux.dev, linux-bluetooth@...r.kernel.org, Rudi Heitbaum <rudi@...tbaum.com> Subject: [PATCH 0/3] Bluetooth: btrtl: Add support for RTL8822BS With the recent support of the RTL8822BS SDIO WiFi and the BROKEN_LOCAL_EXT_FEATURES_PAGE_2 quirk complete the enablement by adding Bluetooth support on the RTL8822BS UART with hci_ver = 0x07. The RTL8822BS requires the BROKEN_LOCAL_EXT_FEATURES_PAGE_2 quirk. Test results: [ 10.029959] Bluetooth: hci0: RTL: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822 [ 10.047194] Bluetooth: hci0: RTL: rom_version status=0 version=2 [ 10.047250] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822bs_fw.bin [ 10.114730] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822bs_config.bin [ 10.237433] Bluetooth: hci0: RTL: cfg_sz 75, total sz 24543 [ 11.244540] Bluetooth: hci0: RTL: fw version 0xaa89f793 [ 11.279285] Bluetooth: hci0: broken local ext features page 2 Rudi Heitbaum (3): dt-bindings: net: realtek-bluetooth: Add RTL8822BS Bluetooth: btrtl: Add support for RTL8822BS UART arm64: dts: allwinner: h6: tanix-tx6: Add compatible bluetooth .../devicetree/bindings/net/realtek-bluetooth.yaml | 13 ++++++++----- .../boot/dts/allwinner/sun50i-h6-tanix-tx6.dts | 2 +- drivers/bluetooth/btrtl.c | 12 +++++++++++- drivers/bluetooth/hci_h5.c | 6 ++++++ 4 files changed, 26 insertions(+), 7 deletions(-) base-commit: bb7c241fae6228e89c0286ffd6f249b3b0dea225 -- 2.25.1
Powered by blists - more mailing lists