diff options
author | Thomas Backlund <tmb@mageia.org> | 2016-01-11 00:20:06 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-01-11 00:20:06 +0200 |
commit | 3ecd99eeabe9ac660bf181ab49c363c679540395 (patch) | |
tree | d1e0d1085b47718f2614919537cc240a06c661d1 /kernel | |
parent | ef6a9cc1860529f3a6fb317839f9b8fc3d675c3d (diff) | |
download | drakx-3ecd99eeabe9ac660bf181ab49c363c679540395.tar drakx-3ecd99eeabe9ac660bf181ab49c363c679540395.tar.gz drakx-3ecd99eeabe9ac660bf181ab49c363c679540395.tar.bz2 drakx-3ecd99eeabe9ac660bf181ab49c363c679540395.tar.xz drakx-3ecd99eeabe9ac660bf181ab49c363c679540395.zip |
psmouse is now modular, so add it to list_modules.pm (mga#17470)
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 6c85a1f4d..2798633f8 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -291,7 +291,7 @@ our %l = ( qw(async_memcpy async_pq async_raid6_recov async_tx async_xor raid6_pq xor), ], mouse => [ - qw(atixlmouse busmouse generic_serial inport ioc3_serial logibm logibusmouse msbusmouse pcips2 qpmouse synclinkmp), + qw(atixlmouse busmouse generic_serial inport ioc3_serial logibm logibusmouse msbusmouse psmouse pcips2 qpmouse synclinkmp), qw(mousedev usbhid usbmouse synaptics_usb), ], char => [ |