gitlab: fix bluetooth issue template

Should use lsusb for determining adapter.
This commit is contained in:
Pauli Virtanen 2021-09-13 21:11:14 +03:00
parent 939c6e7aa4
commit 652c1423f8

View file

@ -6,7 +6,7 @@ Bluetooth Radio, Bluetooth Headset, Desktop Environment, Distribution, Version (
``` ```
# run the following and paste output here # run the following and paste output here
bluetoothctl show|grep Modalias; bluetoothctl devices; echo $XDG_SESSION_DESKTOP; grep PRETTY /etc/os-release; pipewire --version; bluetoothctl --version; uname -r lsusb; bluetoothctl devices; echo $XDG_SESSION_DESKTOP; grep PRETTY /etc/os-release; pipewire --version; bluetoothctl --version; uname -r
``` ```
Description of Problem: Description of Problem: