diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-01-10 17:43:28 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-05-28 11:49:03 +0100 |
commit | 6cf344447f6d187112a9ce87bf45509f75803e7b (patch) | |
tree | b8cb1dd0d04082f5bca80c6df26c966fb9b15d87 /perl-install/install | |
parent | 8cf4662cca0f4bf2820bf0d30bf0e048e0c19e15 (diff) | |
download | drakx-6cf344447f6d187112a9ce87bf45509f75803e7b.tar drakx-6cf344447f6d187112a9ce87bf45509f75803e7b.tar.gz drakx-6cf344447f6d187112a9ce87bf45509f75803e7b.tar.bz2 drakx-6cf344447f6d187112a9ce87bf45509f75803e7b.tar.xz drakx-6cf344447f6d187112a9ce87bf45509f75803e7b.zip |
include more input HWDB entries
(cherry picked from commit 909a11ee8832a2d685f0e57bbe435265a753ec94)
(removed entry not available in mga6 and duplicate entry)
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index e23d1db0a..f58786bb0 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- include more input HWDB entries - diskdrake: o ensure device major/minor numbers are reread after writing the partition table (mga#22032) diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 5481f83e4..26eaeaf74 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -94,9 +94,11 @@ <from dir="/usr/lib/udev/hwdb.d"> <from expand="glob"> 20-usb-vendor-model.hwdb - 90-libinput-model-quirks.hwdb 60-evdev.hwdb 60-keyboard.hwdb + 70-mouse.hwdb + 70-pointingstick.hwdb + 90-libinput-model-quirks.hwdb </from> </from> |