FROMGIT: Bluetooth: Add ABI doc for sysfs reset
The functionality was implemented in commit 0f8a00137411 ("Bluetooth:
Allow reset via sysfs")
Fixes: 0f8a00137411 ("Bluetooth: Allow reset via sysfs")
Signed-off-by: Hsin-chen Chuang <chharry@chromium.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Bug: 376104075
(cherry picked from commit 07b6216dfc34029a7663100fad7cc2c22dd77a74
https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git master)
Change-Id: Ide927e5c4c9d2b949982f195701557c39174db15
Signed-off-by: Hsin-chen Chuang <chharry@google.com>
This commit is contained in:
committed by
Neill Kapron
parent
9400941ead
commit
0ea74b01b7
@@ -0,0 +1,9 @@
|
||||
What: /sys/class/bluetooth/hci<index>/reset
|
||||
Date: 14-Jan-2025
|
||||
KernelVersion: 6.13
|
||||
Contact: linux-bluetooth@vger.kernel.org
|
||||
Description: This write-only attribute allows users to trigger the vendor reset
|
||||
method on the Bluetooth device when arbitrary data is written.
|
||||
The reset may or may not be done through the device transport
|
||||
(e.g., UART/USB), and can also be done through an out-of-band
|
||||
approach such as GPIO.
|
||||
@@ -4002,6 +4002,7 @@ S: Supported
|
||||
W: http://www.bluez.org/
|
||||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
|
||||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
|
||||
F: Documentation/ABI/stable/sysfs-class-bluetooth
|
||||
F: include/net/bluetooth/
|
||||
F: net/bluetooth/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user