diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-09-22 09:34:14 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-09-22 09:34:14 +0000 |
commit | 15121163b1680cb1ea637d4b228f3047d1bed9c0 (patch) | |
tree | 65b9050a2ccd550faa5ebdbb544cf1da3d32a781 /kernel/list_modules.pm | |
parent | e09f189af705731b0d856455d9e39184b1bdc591 (diff) | |
download | drakx-15121163b1680cb1ea637d4b228f3047d1bed9c0.tar drakx-15121163b1680cb1ea637d4b228f3047d1bed9c0.tar.gz drakx-15121163b1680cb1ea637d4b228f3047d1bed9c0.tar.bz2 drakx-15121163b1680cb1ea637d4b228f3047d1bed9c0.tar.xz drakx-15121163b1680cb1ea637d4b228f3047d1bed9c0.zip |
list asix module in network/usb group
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 df37eff92..587db4ed1 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -58,7 +58,7 @@ our %l = ( #- protocol reported are not accurate) so we match network adapters against #- known drivers :-( usb => [ - qw(catc cdc_ether kaweth pegasus rtl8150 usbnet), + qw(asix catc cdc_ether kaweth pegasus rtl8150 usbnet), ], wireless => [ qw(acx-pci acx-usb adm8211 agnx airo airo_cs aironet4500_cs aironet_cs ar9170usb arlan arusb_lnx), |