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