diff options
-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 |