diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-10 10:53:44 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-10 10:53:44 +0000 |
commit | 35d65e98d6f3cfcae927bc59f776a14d63f30ba1 (patch) | |
tree | 40810ecdf02082807021db38314f37fe919d557f | |
parent | a265f4513d1b1ae8da12ea8d6c63f2bb92ffc994 (diff) | |
download | drakx-35d65e98d6f3cfcae927bc59f776a14d63f30ba1.tar drakx-35d65e98d6f3cfcae927bc59f776a14d63f30ba1.tar.gz drakx-35d65e98d6f3cfcae927bc59f776a14d63f30ba1.tar.bz2 drakx-35d65e98d6f3cfcae927bc59f776a14d63f30ba1.tar.xz drakx-35d65e98d6f3cfcae927bc59f776a14d63f30ba1.zip |
serial is now generic_serial for both kernels 2.4.x and 2.6.x
-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 152045ece..4f4f56257 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -186,7 +186,7 @@ our %l = ( qw(linear raid0 raid1 raid5 lvm-mod multipath dm-mod), ], mouse => [ - qw(busmouse msbusmouse logibusmouse pcips2 qpmouse serial synclinkmp atixlmouse), + qw(busmouse msbusmouse logibusmouse pcips2 qpmouse generic_serial synclinkmp atixlmouse), if_(arch() =~ /ppc/, 'macserial'), qw(hid mousedev usbhid usbmouse), ], |