From 652c1423f8fcc515ca263f7c80f43e2dedf2ebf4 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Mon, 13 Sep 2021 21:11:14 +0300 Subject: [PATCH] gitlab: fix bluetooth issue template Should use lsusb for determining adapter. --- .gitlab/issue_templates/bluetooth issue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/issue_templates/bluetooth issue.md b/.gitlab/issue_templates/bluetooth issue.md index 548d819b1..7f45e19d3 100644 --- a/.gitlab/issue_templates/bluetooth issue.md +++ b/.gitlab/issue_templates/bluetooth issue.md @@ -6,7 +6,7 @@ Bluetooth Radio, Bluetooth Headset, Desktop Environment, Distribution, Version ( ``` # 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: