Bluetooth: Populate hci_set_hw_info for Intel and Realtek
authorArchie Pusaka <apusaka@chromium.org>
Mon, 22 Apr 2024 09:20:28 +0000 (17:20 +0800)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 14 May 2024 14:51:05 +0000 (10:51 -0400)
commitb39910bb54d9ff696caaed4e83ae92a798cd8bf8
tree6e03803b14a8f17fc7ea2b688d098de24e23902e
parent94c603c28e59091f698efc5caaddc93c365455ab
Bluetooth: Populate hci_set_hw_info for Intel and Realtek

The hardware information surfaced via debugfs might be usable by the
userspace to set some configuration knobs. This patch sets the hw_info
for Intel and Realtek chipsets.

Below are some possible output of the hardware_info debugfs file.
INTEL platform=55 variant=24
RTL lmp_subver=34898 hci_rev=10 hci_ver=11 hci_bus=1

Signed-off-by: Archie Pusaka <apusaka@chromium.org>
Reviewed-by: Abhishek Pandit-Subedi <abhishekpandit@google.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btintel.c
drivers/bluetooth/btrtl.c