summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-December/010268.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2011-December/010268.html')
-rw-r--r--zarb-ml/mageia-dev/2011-December/010268.html155
1 files changed, 155 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-December/010268.html b/zarb-ml/mageia-dev/2011-December/010268.html
new file mode 100644
index 000000000..9b67855e3
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-December/010268.html
@@ -0,0 +1,155 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] [2312] identify xhci-hcd driven hw as bluetooth not usb
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B2312%5D%20identify%20xhci-hcd%20driven%20hw%20as%20bluetooth%0A%09not%20usb&In-Reply-To=%3C4EE000DE.5030805%40mageia.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="010273.html">
+ <LINK REL="Next" HREF="010278.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] [2312] identify xhci-hcd driven hw as bluetooth not usb</H1>
+ <B>Thomas Backlund</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B2312%5D%20identify%20xhci-hcd%20driven%20hw%20as%20bluetooth%0A%09not%20usb&In-Reply-To=%3C4EE000DE.5030805%40mageia.org%3E"
+ TITLE="[Mageia-dev] [2312] identify xhci-hcd driven hw as bluetooth not usb">tmb at mageia.org
+ </A><BR>
+ <I>Thu Dec 8 01:12:14 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="010273.html">[Mageia-dev] init=systemd
+</A></li>
+ <LI>Next message: <A HREF="010278.html">[Mageia-dev] Package adoption campaign, 3 months later
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#10268">[ date ]</a>
+ <a href="thread.html#10268">[ thread ]</a>
+ <a href="subject.html#10268">[ subject ]</a>
+ <a href="author.html#10268">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE><A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root-odJJhXpcy38dnm+yROfE0A at public.gmane.org</A> skrev 8.12.2011 00:19:
+&gt;<i> Revision
+</I>&gt;<i> 2312
+</I>&gt;<i> Author
+</I>&gt;<i> tv
+</I>&gt;<i> Date
+</I>&gt;<i> 2011-12-07 23:19:34 +0100 (Wed, 07 Dec 2011)
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> Log Message
+</I>&gt;<i>
+</I>&gt;<i> identify xhci-hcd driven hw as bluetooth not usb
+</I>&gt;<i>
+</I>
+This is wrong!
+
+xhci-hcd is USB3 Host Controller Driver
+
+I guess the Texas Instruments|Device 8241 is a combo chip that only
+shows its usb3 side and not the bluetooth part, but that issue must be
+fixed differently.
+
+
+&gt;<i>
+</I>&gt;<i> Modified Paths
+</I>&gt;<i>
+</I>&gt;<i> * drakx/trunk/kernel/list_modules.pm &lt;#drakxtrunkkernellist_modulespm&gt;
+</I>&gt;<i> * drakx/trunk/perl-install/NEWS &lt;#drakxtrunkperlinstallNEWS&gt;
+</I>&gt;<i>
+</I>&gt;<i> Modified: drakx/trunk/kernel/list_modules.pm
+</I>&gt;<i> ===================================================================
+</I>&gt;<i> --- drakx/trunk/kernel/list_modules.pm 2011-12-07 21:10:04 UTC (rev 2311)
+</I>&gt;<i> +++ drakx/trunk/kernel/list_modules.pm 2011-12-07 22:19:34 UTC (rev 2312)
+</I>&gt;<i> @@ -164,8 +164,8 @@
+</I>&gt;<i>
+</I>&gt;<i> bus =&gt;
+</I>&gt;<i> {
+</I>&gt;<i> - usb =&gt; [ qw(xhci-hcd 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) ],
+</I>&gt;<i> - bluetooth =&gt; [ qw(bcm203x bfusb bpa10x btusb) ],
+</I>&gt;<i> + usb =&gt; [ 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) ],
+</I>&gt;<i> + bluetooth =&gt; [ qw(bcm203x bfusb bpa10x btusb xhci-hcd) ],
+</I>&gt;<i> firewire =&gt; [ qw(ohci1394) ],
+</I>&gt;<i> i2c =&gt; [
+</I>&gt;<i> qw(i2c-ali1535 i2c-ali1563 i2c-ali15x3 i2c-amd756 i2c-amd8111 i2c-i801 i2c-i810 i2c-nforce2),
+</I>&gt;<i>
+</I>&gt;<i> Modified: drakx/trunk/perl-install/NEWS
+</I>&gt;<i> ===================================================================
+</I>&gt;<i> --- drakx/trunk/perl-install/NEWS 2011-12-07 21:10:04 UTC (rev 2311)
+</I>&gt;<i> +++ drakx/trunk/perl-install/NEWS 2011-12-07 22:19:34 UTC (rev 2312)
+</I>&gt;<i> @@ -1,3 +1,6 @@
+</I>&gt;<i> +- harddrake:
+</I>&gt;<i> + o identify xhci-hcd driven hw as bluetooth not usb
+</I>&gt;<i> +
+</I>&gt;<i> Version 13.71 - 04 December 2011
+</I>&gt;<i>
+</I>&gt;<i> - service_harddrake:
+</I>&gt;<i>
+</I>&gt;<i>
+</I>
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="010273.html">[Mageia-dev] init=systemd
+</A></li>
+ <LI>Next message: <A HREF="010278.html">[Mageia-dev] Package adoption campaign, 3 months later
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#10268">[ date ]</a>
+ <a href="thread.html#10268">[ thread ]</a>
+ <a href="subject.html#10268">[ subject ]</a>
+ <a href="author.html#10268">[ 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>