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 /kernel | |
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
Diffstat (limited to 'kernel')
-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 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 => [ |