diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2004-01-22 11:28:36 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2004-01-22 11:28:36 +0000 |
commit | 9ac0a90242249ad09219a06f4e9bfe41470e65da (patch) | |
tree | 6a2d49b2c766e7f66626e3e6441684919923ac7b /kernel/list_modules.pm | |
parent | dd07261118e0f14bead04a57a05c06fd62ce4a0c (diff) | |
download | drakx-9ac0a90242249ad09219a06f4e9bfe41470e65da.tar drakx-9ac0a90242249ad09219a06f4e9bfe41470e65da.tar.gz drakx-9ac0a90242249ad09219a06f4e9bfe41470e65da.tar.bz2 drakx-9ac0a90242249ad09219a06f4e9bfe41470e65da.tar.xz drakx-9ac0a90242249ad09219a06f4e9bfe41470e65da.zip |
need also usb 1.x adapters drivers of 2.6 name style
Diffstat (limited to 'kernel/list_modules.pm')
-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 ff8e44446..838842909 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -89,7 +89,7 @@ our %l = ( bus => { - usb => [ qw(usbcore usb-uhci usb-ohci ehci-hcd usbkbd keybdev input) ], + usb => [ qw(usbcore usb-uhci usb-ohci ehci-hcd uhci-hcd ohci-hcd usbkbd keybdev input) ], firewire => [ qw(ohci1394 ieee1394) ], pcmcia => [ if_(arch() !~ /^sparc/, qw(pcmcia_core tcic ds i82365 i82092 yenta_socket)), # cb_enabler |