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 | |
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
-rw-r--r-- | images/NEWS | 1 | ||||
-rw-r--r-- | kernel/list_modules.pm | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS index d1e4c9786..34ef965e3 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,5 +1,6 @@ - fix firmware loading (#49195) - revert squashfs-lzma and sqlzma inclusion (this breaks install) +- list asix module in network/usb group Version 1.42 - 9 September 2009, by Pascal Terjan 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), diff --git a/perl-install/NEWS b/perl-install/NEWS index 4b72257c6..f2a7d0685 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -10,6 +10,7 @@ o prefer UUID on VirtIO too o don't consider lvm named md* as raid (#53767) o allow resizing ext4 +- list asix module in network/usb group Version 12.51 - 8 September 2009 |