diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 2002-03-05 11:48:01 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 2002-03-05 11:48:01 +0000 |
commit | 074103348a5075041505f4d5240fa7fb3906f0d2 (patch) | |
tree | 440a6147d6b2d88ef403f5073be722759c77aa25 /perl-install/modules.pm | |
parent | 4a9c90abac2c027f3adf3120f8714fa293747b18 (diff) | |
download | drakx-074103348a5075041505f4d5240fa7fb3906f0d2.tar drakx-074103348a5075041505f4d5240fa7fb3906f0d2.tar.gz drakx-074103348a5075041505f4d5240fa7fb3906f0d2.tar.bz2 drakx-074103348a5075041505f4d5240fa7fb3906f0d2.tar.xz drakx-074103348a5075041505f4d5240fa7fb3906f0d2.zip |
Add USB2 controller
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index f77bc3ed7..aa2188471 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -390,6 +390,7 @@ if_(arch() !~ /^sparc/, "usb-uhci" => "USB Controller (uhci)", "usb-ohci" => "USB Controller (ohci)", "usb-ohci-hcd" => "USB (ohci-hcd)", + "ehci-hcd" => "USB2 Controller (ehci-hcd)", }], [ 'fs', { "smbfs" => "Windows SMB", |