diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2019-06-01 17:42:34 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2019-06-01 17:42:34 +0100 |
commit | 70ba6d4140acfe2870ef5fe1a113fc01b62ad364 (patch) | |
tree | 6e26ad30b9267ffa5f42f04836cc065096c99a97 | |
parent | e1ba8e1f11c44d4cd5eee68427db5c17f14bdce0 (diff) | |
download | drakx-70ba6d4140acfe2870ef5fe1a113fc01b62ad364.tar drakx-70ba6d4140acfe2870ef5fe1a113fc01b62ad364.tar.gz drakx-70ba6d4140acfe2870ef5fe1a113fc01b62ad364.tar.bz2 drakx-70ba6d4140acfe2870ef5fe1a113fc01b62ad364.tar.xz drakx-70ba6d4140acfe2870ef5fe1a113fc01b62ad364.zip |
Add cyapatp kernel module (mga#24891)
-rw-r--r-- | images/NEWS | 2 | ||||
-rw-r--r-- | kernel/list_modules.pm | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS index 6016f0972..15fbaf1ee 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- add cyapatp (mga#24891) + Version 2.62 - 27 May 2019 by Martin Whitaker - add intel-lpss* (mga#20327) diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index f19da74aa..3d2a1a3be 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -296,7 +296,7 @@ our %l = ( qw(async_memcpy async_pq async_raid6_recov async_tx async_xor raid6_pq xor), ], mouse => [ - qw(atixlmouse busmouse elan_i2c generic_serial inport ioc3_serial logibm logibusmouse msbusmouse psmouse pcips2 qpmouse synclinkmp), + qw(atixlmouse busmouse cyapatp elan_i2c generic_serial inport ioc3_serial logibm logibusmouse msbusmouse psmouse pcips2 qpmouse synclinkmp), qw(mousedev usbhid usbmouse synaptics_usb), ], char => [ |