summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2017-05-30 18:25:31 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2017-05-30 18:26:46 +0200
commit45f902d20d5ce559e0b1f468f8fc33465ecf2e00 (patch)
tree76fc7dd314a40dce8c2e43327b674f86de34956b
parentd5d6d77e981dbe8a514d6b48ced4ed680bad0abf (diff)
downloaddrakx-45f902d20d5ce559e0b1f468f8fc33465ecf2e00.tar
drakx-45f902d20d5ce559e0b1f468f8fc33465ecf2e00.tar.gz
drakx-45f902d20d5ce559e0b1f468f8fc33465ecf2e00.tar.bz2
drakx-45f902d20d5ce559e0b1f468f8fc33465ecf2e00.tar.xz
drakx-45f902d20d5ce559e0b1f468f8fc33465ecf2e00.zip
log output of libinput-list-devices (mga#20327)
-rw-r--r--perl-install/any.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 281b61225..e56f6711a 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1365,6 +1365,7 @@ sub report_bug {
header("lspci"), detect_devices::stringlist(),
header("hid_devices"), (map { sprintf("%-16s: %s", $_->{driver} || "unknown", $_->{description}) } c::hid_probe()),
header("input devices"), cat_("/proc/bus/input/devices"),
+ header("libinput devices"), `libinput-list-devices`,
header("pci_devices"), cat_("/proc/bus/pci/devices"),
header("dmidecode"), arch() =~ /86/ ? `dmidecode` : (),
header("fdisk"), fdisk(),