Mageia Bugzilla – Attachment 9364 Details for
Bug 20327
Touchpad not recognized by installer, but works in installed system
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
log output of libinput-list-devices
0001-log-output-of-libinput-list-devices-mga-20327.patch (text/plain), 940 bytes, created by
Thierry Vignaud
on 2017-05-30 18:27:32 CEST
(
hide
)
Description:
log output of libinput-list-devices
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2017-05-30 18:27:32 CEST
Size:
940 bytes
patch
obsolete
>From 45f902d20d5ce559e0b1f468f8fc33465ecf2e00 Mon Sep 17 00:00:00 2001 >From: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Tue, 30 May 2017 18:25:31 +0200 >Subject: [PATCH] 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(), >-- >2.13.0 >
From 45f902d20d5ce559e0b1f468f8fc33465ecf2e00 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Tue, 30 May 2017 18:25:31 +0200 Subject: [PATCH] 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(), -- 2.13.0
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20327
:
8974
|
8976
|
8977
|
8978
|
8982
|
9065
| 9364 |
9366
|
9454
|
10255
|
10256
|
10261
|
10741
|
10742
|
10743
|
10970