Skip to content

Commit 514a8e6

Browse files
Hsin-chen ChuangVudentz
authored andcommitted
Bluetooth: Add ABI doc for sysfs reset
The functionality was implemented in commit 0f8a001 ("Bluetooth: Allow reset via sysfs") Fixes: 0f8a001 ("Bluetooth: Allow reset via sysfs") Signed-off-by: Hsin-chen Chuang <[email protected]> Signed-off-by: Luiz Augusto von Dentz <[email protected]>
1 parent 0983fb4 commit 514a8e6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
What: /sys/class/bluetooth/hci<index>/reset
2+
Date: 14-Jan-2025
3+
KernelVersion: 6.13
4+
5+
Description: This write-only attribute allows users to trigger the vendor reset
6+
method on the Bluetooth device when arbitrary data is written.
7+
The reset may or may not be done through the device transport
8+
(e.g., UART/USB), and can also be done through an out-of-band
9+
approach such as GPIO.

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4078,6 +4078,7 @@ S: Supported
40784078
W: http://www.bluez.org/
40794079
T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
40804080
T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
4081+
F: Documentation/ABI/stable/sysfs-class-bluetooth
40814082
F: include/net/bluetooth/
40824083
F: net/bluetooth/
40834084

0 commit comments

Comments
 (0)