From cd48a703c75db54d3c9dcb2b1ec7f797bb229940 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 5 Jun 2018 07:45:32 +0200 Subject: libinput-list-devices is no more --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index a82fce94a..92af852bd 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1365,7 +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("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