diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-08-11 15:05:11 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-08-11 15:05:11 +0000 |
commit | 73daac7d580717861747d7c062d238626aba592a (patch) | |
tree | ad84368952d88441cecad7e11f07ce3a4262c43c | |
parent | 3f0f4c1402b3fadbfd2739ff0657e9b3a12c22ff (diff) | |
download | drakx-73daac7d580717861747d7c062d238626aba592a.tar drakx-73daac7d580717861747d7c062d238626aba592a.tar.gz drakx-73daac7d580717861747d7c062d238626aba592a.tar.bz2 drakx-73daac7d580717861747d7c062d238626aba592a.tar.xz drakx-73daac7d580717861747d7c062d238626aba592a.zip |
handle new USB host controller driver: isp1760
-rw-r--r-- | kernel/list_modules.pm | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 9cab1454c..9e15feaec 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -145,7 +145,7 @@ our %l = ( bus => { - usb => [ qw(isp116x-hcd ehci-hcd ohci-hcd r8a66597-hcd sl811_cs sl811-hcd uhci-hcd u132-hcd usb-uhci usb-ohci) ], + usb => [ qw(ehci-hcd isp116x-hcd isp1760 ohci-hcd r8a66597-hcd sl811_cs sl811-hcd uhci-hcd u132-hcd usb-uhci usb-ohci) ], bluetooth => [ qw(bcm203x bfusb bpa10x hci_usb) ], firewire => [ qw(ohci1394) ], i2c => [ diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 662401a86..c20c4f0cc 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -3,6 +3,7 @@ o gigabit: atl1e, bnx2x, sfc o PATA: pata_ninja32, pata_ns87415 o SCSI: mvsas + o USB host controller: isp1760 o WAN: lapbether o wireless: rndis_wlan, rtl8180 - add product type to URL when fetching mirror list |