mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

The functionality was implemented in commit0f8a001374
("Bluetooth: Allow reset via sysfs") Fixes:0f8a001374
("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>
9 lines
425 B
Text
9 lines
425 B
Text
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.
|