diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2011-December/010353.html')
-rw-r--r-- | zarb-ml/mageia-dev/2011-December/010353.html | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-December/010353.html b/zarb-ml/mageia-dev/2011-December/010353.html new file mode 100644 index 000000000..8d7685b6d --- /dev/null +++ b/zarb-ml/mageia-dev/2011-December/010353.html @@ -0,0 +1,116 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] [soft-commits] [2366] add usb3 host controller driver + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B2366%5D%20add%20usb3%20host%20controller%0A%09driver&In-Reply-To=%3CCAONrEtZacb2_SdtBc5tDP-FXj_soyN-Fi%3DU0DeukQp4WngdP%3DQ%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="010372.html"> + <LINK REL="Next" HREF="010354.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] [soft-commits] [2366] add usb3 host controller driver</H1> + <B>Thierry Vignaud</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B2366%5D%20add%20usb3%20host%20controller%0A%09driver&In-Reply-To=%3CCAONrEtZacb2_SdtBc5tDP-FXj_soyN-Fi%3DU0DeukQp4WngdP%3DQ%40mail.gmail.com%3E" + TITLE="[Mageia-dev] [soft-commits] [2366] add usb3 host controller driver">thierry.vignaud at gmail.com + </A><BR> + <I>Sun Dec 11 12:06:42 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="010372.html">[Mageia-dev] RFC: Improvements for ioquake3 package and related games +</A></li> + <LI>Next message: <A HREF="010354.html">[Mageia-dev] [soft-commits] [2370] do not require basesystem here, it is enforced by drakx installer already +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#10353">[ date ]</a> + <a href="thread.html#10353">[ thread ]</a> + <a href="subject.html#10353">[ subject ]</a> + <a href="author.html#10353">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 10 December 2011 22:30, <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>> wrote: +><i> Log Message +</I>><i> +</I>><i> add usb3 host controller driver +</I> +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 + +><i> Modified: images-config/draklive/trunk/config/live.cfg +</I>><i> =================================================================== +</I>><i> --- images-config/draklive/trunk/config/live.cfg 2011-12-10 21:10:57 UTC +</I>><i> (rev 2365) +</I>><i> +++ images-config/draklive/trunk/config/live.cfg 2011-12-10 21:30:21 UTC +</I>><i> (rev 2366) +</I>><i> @@ -232,7 +232,7 @@ +</I>><i> if_($live->{settings}{product} =~ /LiveCD/i, +</I>><i> source => build_one_label($live), +</I>><i> pre => [ 'for i in seq 1 5; do showlabels --removable | +</I>><i> grep '.build_one_label($live).'; if [ $? -eq 0 ]; then break; fi; sleep 1; +</I>><i> done' ], +</I>><i> - extra_modules => [ qw(vfat sd_mod usb_storage uhci_hcd +</I>><i> ohci_hcd ehci_hcd) ], +</I>><i> + extra_modules => [ qw(vfat sd_mod usb_storage uhci_hcd +</I>><i> ohci_hcd ehci_hcd xhci_hcd) ], +</I></PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="010372.html">[Mageia-dev] RFC: Improvements for ioquake3 package and related games +</A></li> + <LI>Next message: <A HREF="010354.html">[Mageia-dev] [soft-commits] [2370] do not require basesystem here, it is enforced by drakx installer already +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#10353">[ date ]</a> + <a href="thread.html#10353">[ thread ]</a> + <a href="subject.html#10353">[ subject ]</a> + <a href="author.html#10353">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |