From 3ecd99eeabe9ac660bf181ab49c363c679540395 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 11 Jan 2016 00:20:06 +0200 Subject: psmouse is now modular, so add it to list_modules.pm (mga#17470) --- images/NEWS | 2 ++ kernel/list_modules.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/images/NEWS b/images/NEWS index 9be099c03..4092eae7a 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- psmouse is now modular, so add it to list_modules.pm (mga#17470) + Version 2.30 - 22 Dec 2015 by Thierry Vignaud - sync with kernel-4.4 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 => [ -- cgit v1.2.1