From 45f902d20d5ce559e0b1f468f8fc33465ecf2e00 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 30 May 2017 18:25:31 +0200 Subject: log output of libinput-list-devices (mga#20327) --- perl-install/any.pm | 1 + 1 file changed, 1 insertion(+) 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(), -- cgit v1.2.1