blob: cceec6ac96bcac4a943f4c00384af8abe4451837 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
What: /sys/bus/pci/devices/<BDF>/vendor_reset
Date: 22-Jul-2026
KernelVersion: 6.17
Contact: linux-bluetooth@vger.kernel.org
Description: This read-write attribute allows userspace to trigger a
Product Level Device Reset (PLDR) on Intel PCIe Bluetooth
controllers. Reading the attribute displays the supported
reset type. Writing integer 0 triggers PLDR. Any other
input is rejected with -EINVAL.
PLDR resets the entire on-chip platform shared between
Bluetooth and WiFi. This means any driver attached to
the WiFi device that shares hardware with this Bluetooth
device will be released, the platform will be reset, and
both the Bluetooth and WiFi devices will be re-probed.
|