diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-13 09:36:41 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-13 09:36:41 +0000 |
commit | 3c266abe77e4130ef273c4c3e96f85eb9fc06d5f (patch) | |
tree | c8d97d0d32c3edbe0dc778e1739fdeb04b7bc118 /kernel | |
parent | 9a47c2fff7666f9170aacd6dae9d8d41a808b4b8 (diff) | |
download | drakx-3c266abe77e4130ef273c4c3e96f85eb9fc06d5f.tar drakx-3c266abe77e4130ef273c4c3e96f85eb9fc06d5f.tar.gz drakx-3c266abe77e4130ef273c4c3e96f85eb9fc06d5f.tar.bz2 drakx-3c266abe77e4130ef273c4c3e96f85eb9fc06d5f.tar.xz drakx-3c266abe77e4130ef273c4c3e96f85eb9fc06d5f.zip |
handle more usb controllers: r8a66597-hcd sl811_cs sl811-hcd u132-hcd
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 6e466ddd4..6bbbbf15c 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -140,7 +140,7 @@ our %l = ( bus => { - usb => [ qw(isp116x-hcd ehci-hcd ohci-hcd uhci-hcd usb-uhci usb-ohci) ], + usb => [ qw(isp116x-hcd ehci-hcd 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 => [ |