1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
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:
><i> Revision
</I>><i> 2312
</I>><i> Author
</I>><i> tv
</I>><i> Date
</I>><i> 2011-12-07 23:19:34 +0100 (Wed, 07 Dec 2011)
</I>><i>
</I>><i>
</I>><i> Log Message
</I>><i>
</I>><i> identify xhci-hcd driven hw as bluetooth not usb
</I>><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.
><i>
</I>><i> Modified Paths
</I>><i>
</I>><i> * drakx/trunk/kernel/list_modules.pm <#drakxtrunkkernellist_modulespm>
</I>><i> * drakx/trunk/perl-install/NEWS <#drakxtrunkperlinstallNEWS>
</I>><i>
</I>><i> Modified: drakx/trunk/kernel/list_modules.pm
</I>><i> ===================================================================
</I>><i> --- drakx/trunk/kernel/list_modules.pm 2011-12-07 21:10:04 UTC (rev 2311)
</I>><i> +++ drakx/trunk/kernel/list_modules.pm 2011-12-07 22:19:34 UTC (rev 2312)
</I>><i> @@ -164,8 +164,8 @@
</I>><i>
</I>><i> bus =>
</I>><i> {
</I>><i> - usb => [ 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>><i> - bluetooth => [ qw(bcm203x bfusb bpa10x btusb) ],
</I>><i> + 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) ],
</I>><i> + bluetooth => [ qw(bcm203x bfusb bpa10x btusb xhci-hcd) ],
</I>><i> firewire => [ qw(ohci1394) ],
</I>><i> i2c => [
</I>><i> qw(i2c-ali1535 i2c-ali1563 i2c-ali15x3 i2c-amd756 i2c-amd8111 i2c-i801 i2c-i810 i2c-nforce2),
</I>><i>
</I>><i> Modified: drakx/trunk/perl-install/NEWS
</I>><i> ===================================================================
</I>><i> --- drakx/trunk/perl-install/NEWS 2011-12-07 21:10:04 UTC (rev 2311)
</I>><i> +++ drakx/trunk/perl-install/NEWS 2011-12-07 22:19:34 UTC (rev 2312)
</I>><i> @@ -1,3 +1,6 @@
</I>><i> +- harddrake:
</I>><i> + o identify xhci-hcd driven hw as bluetooth not usb
</I>><i> +
</I>><i> Version 13.71 - 04 December 2011
</I>><i>
</I>><i> - service_harddrake:
</I>><i>
</I>><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>
|