diff options
author | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2009-04-03 02:43:41 +0000 |
---|---|---|
committer | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2009-04-03 02:43:41 +0000 |
commit | fbbc5882cdd5a4d5af609a95feb478170cf4943d (patch) | |
tree | e8c9e1ce5b2403ce13965bf0bbf3c6f095d64e58 | |
parent | ade28b55c26b01c82d5bccc45725260100d5f8ab (diff) | |
download | drakx-fbbc5882cdd5a4d5af609a95feb478170cf4943d.tar drakx-fbbc5882cdd5a4d5af609a95feb478170cf4943d.tar.gz drakx-fbbc5882cdd5a4d5af609a95feb478170cf4943d.tar.bz2 drakx-fbbc5882cdd5a4d5af609a95feb478170cf4943d.tar.xz drakx-fbbc5882cdd5a4d5af609a95feb478170cf4943d.zip |
- typo fix
-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 c5df658c2..c814cd94e 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -146,7 +146,7 @@ our %l = ( bus => { - usb => [ qw(ehci-hcd hwa-hc isp116x-hcd isp1760 ohci-hcd r8a66597-hcd sl811_cs sl811-hcd uhci-hcd u132-hcd usb-uhci usb-ohci whci-hcd.) ], + usb => [ qw(ehci-hcd hwa-hc isp116x-hcd isp1760 ohci-hcd r8a66597-hcd sl811_cs sl811-hcd uhci-hcd u132-hcd usb-uhci usb-ohci whci-hcd) ], bluetooth => [ qw(bcm203x bfusb bpa10x btusb) ], firewire => [ qw(ohci1394) ], i2c => [ |