diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-13 02:33:40 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-13 02:33:40 +0000 |
commit | 99532fd73e74811dd2352c31388c23272d747a53 (patch) | |
tree | c3e037fc630259acb9ed571ebd521333f1964efe /kernel/list_modules.pm | |
parent | 7521a6927949322de435ebf62e73412fba0e9e6e (diff) | |
download | drakx-99532fd73e74811dd2352c31388c23272d747a53.tar drakx-99532fd73e74811dd2352c31388c23272d747a53.tar.gz drakx-99532fd73e74811dd2352c31388c23272d747a53.tar.bz2 drakx-99532fd73e74811dd2352c31388c23272d747a53.tar.xz drakx-99532fd73e74811dd2352c31388c23272d747a53.zip |
cdc-acm driver handle ISDN modems (we just as to setup minicom with /dev/ttyACM
to manage that one)
Diffstat (limited to 'kernel/list_modules.pm')
-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 703cf374d..618ed934a 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -59,7 +59,7 @@ our %l = ( if_(arch() =~ /ppc/, qw(airport)), ], isdn => [ - qw(b1pci c4 hisax hisax_fcpcipnp hysdn t1pci tpam divas), + qw(cdc-acm b1pci c4 hisax hisax_fcpcipnp hysdn t1pci tpam divas), ], }, |