[Mageia-dev] [soft-commits] [2366] add usb3 host controller driver

Thierry Vignaud thierry.vignaud at gmail.com
Sun Dec 11 12:06:42 CET 2011


On 10 December 2011 22:30,  <root at mageia.org> wrote:
> Log Message
>
> add usb3 host controller driver

wouldn't it be better not having to sync with list_modules by simply requesting
a couple categories, at least for host controllers
(list_modules::category2modules())
But even for driving usb storage devices, you lack uas and all usb
storage helper
modules (ums*)
eg: so I would suggest bus/usb, disk/usb & disk/raw

> Modified: images-config/draklive/trunk/config/live.cfg
> ===================================================================
> --- images-config/draklive/trunk/config/live.cfg	2011-12-10 21:10:57 UTC
> (rev 2365)
> +++ images-config/draklive/trunk/config/live.cfg	2011-12-10 21:30:21 UTC
> (rev 2366)
> @@ -232,7 +232,7 @@
>              if_($live->{settings}{product} =~ /LiveCD/i,
>                  source => build_one_label($live),
>                  pre => [ 'for i in seq 1 5; do showlabels --removable |
> grep '.build_one_label($live).'; if [ $? -eq 0 ]; then break; fi; sleep 1;
> done' ],
> -                extra_modules => [ qw(vfat sd_mod usb_storage uhci_hcd
> ohci_hcd ehci_hcd) ],
> +                extra_modules => [ qw(vfat sd_mod usb_storage uhci_hcd
> ohci_hcd ehci_hcd xhci_hcd) ],


More information about the Mageia-dev mailing list