LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Veronique & Vincent <vinctre@videotron.ca>
To: jikos@jikos.cz
Cc: zaitcev@redhat.com, marcel@holtmann.org,
	vincent.fortier1@ec.gc.ca, linux-kernel@vger.kernel.org
Subject: Fwd: Tr: Boot time Bluetooth BUG: warning: (value > m) at hid-core.c:793
Date: Thu, 22 Feb 2007 20:01:13 -0500	[thread overview]
Message-ID: <200702222001.13815.vinctre@videotron.ca> (raw)

[-- Attachment #1: Type: text/plain, Size: 5394 bytes --]

Hi Jiri,

Here is the code I've changed into the hid-core.c into my 2.6.19.3 kernel:
#include <linux/input.h>
#include <linux/wait.h>

/*
#undef DEBUG
#undef DEBUG_DATA
*/
#define DEBUG
#define DEBUG_DATA

#include <linux/usb.h>


I've attached a few dmesg... They where all taken during the same boot.. I 
just tought I'd overpass the maximum buffer output...

I have booted the PC with the USB dongle already plugged in... The PC booted 
and showed a BUG when bluetooth service fired up... Once the login prompt 
appeared (with a lot of debug msgs) both the bluetooth mouse and keyboard 
refused to work.. (has usual... so this time I had also plugged in a PS2 
keyboard and mouse)  So I disconnected the dongle and the debug msgs stopped 
right away... Then I replugged in the dongle and played a bit (really just a 
bit) with the keyboard and mouse (they did worked)... Then I disconected 
again the dongle to see something else then only debug msgs...

There are a few input/hid-core.c: report descriptor  messages:
dmesg1:drivers/usb/input/hid-core.c: HID probe called for ifnum 0
dmesg1:drivers/usb/input/hid-core.c: report descriptor (size 59, read 59) =  
05 01 09 06 a1 01 05 07 19 e0 29 e7 15 00 25 01 75 01 95 08 81 02 81 03 95 05 
05 08
19 01 29 05 91 02 95 01 75 03 91 01 95 06 75 08 15 00 26 a4 00 05 07 19 00 2a 
a4 00 81 00 c0
dmesg1:drivers/usb/input/hid-core.c: HID probe called for ifnum 0
dmesg1:drivers/usb/input/hid-core.c: report descriptor (size 226, read 226) =  
05 01 09 02 a1 01 85 02 09 01 a1 00 05 09 19 01 29 08 15 00 25 01 95 08 75 01 
81 0
2 05 01 16 01 f8 26 ff 07 75 0c 95 02 09 30 09 31 81 06 15 81 25 7f 75 08 95 
01 09 38 81 06 05 0c 0a 38 02 15 f9 25 07 75 04 95 01 81 06 05 09 19 09 29 0c 
15 00
25 01 75 01 95 04 81 02 c0 c0 05 0c 09 01 a1 01 85 03 75 10 95 02 15 01 26 8c 
02 19 01 2a 8c 02 81 60 c0 05 01 09 80 a1 01 85 04 75 02 95 01 15 01 25 03 09 
82 09
 81 09 83 81 60 75 06 81 03 c0 06 00 ff 09 01 a1 01 85 10 75 08 95 06 15 00 26 
ff 00 09 01 81 00 09 01 91 00 c0 06 00 ff 09 02 a1 01 85 11 75 08 95 13 15 00 
26 f
f 00 09 02 81 00 09 02 91 00 c0 06 00 ff 09 03 a1 01 85 12 75 08 95 2d 15 00 
26 ff 00 09 03 81 00 09 03 91 00 c0
dmesg1:drivers/usb/input/hid-core.c: report (size 8) (unnumbered)
dmesg1:drivers/usb/input/hid-core.c: report 0 (size 8) =  00 00 00 00 00 00 00 
00
dmesg1:drivers/usb/input/hid-core.c: report (size 8) (unnumbered)
dmesg1:drivers/usb/input/hid-core.c: report 0 (size 8) =  00 00 00 00 00 00 00 
00
dmesg1:drivers/usb/input/hid-core.c: report (size 8) (unnumbered)
dmesg1:drivers/usb/input/hid-core.c: report 0 (size 8) =  00 00 00 00 00 00 00 
00
dmesg1:drivers/usb/input/hid-core.c: report (size 8) (unnumbered)
dmesg1:drivers/usb/input/hid-core.c: report 0 (size 8) =  00 00 00 00 00 00 00 
00
dmesg1:drivers/usb/input/hid-core.c: report (size 8) (unnumbered)

I extracted them using a simple grep from all the dmesg output I have.

Hope this helps...

- vin


----------  Message transmis  ----------

Sujet : Tr: Boot time Bluetooth BUG: warning: (value > m) at hid-core.c:793
Date : jeudi 22 février 2007
De : "Fortier,Vincent [Montreal]" <Vincent.Fortier1@ec.gc.ca>
À : vinctre@videotron.ca


Vincent Fortier
Informatique
514-919-2014
(via BlackBerry)

----- Original Message -----
From: Jiri Kosina <jikos@jikos.cz>
To: Veronique & Vincent <vinctre@videotron.ca>
Cc: Pete Zaitcev <zaitcev@redhat.com>; marcel@holtmann.org 
<marcel@holtmann.org>; Fortier,Vincent [Montreal]; 
linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
Sent: Thu Feb 22 05:46:34 2007
Subject: Re: Boot time Bluetooth BUG: warning: (value > m) at hid-core.c:793

On Thu, 22 Feb 2007, Veronique & Vincent wrote:

> > > - report descriptor dump - seems to be missing in the output (it 
> > >   should read something like "hid-core.c: report descriptor (size 
> > >   XY, read YZ) = ... some hexadecimal numbers". This should be 
> > >   output by the time the HID device is connected.
> The full dmesg with define DEBUG was included in the original message.  
Unless 
> something else was needed?

Unfortunately it was missing the report descriptor dump. The output should 
look like

drivers/usb/input/hid-core.c: report descriptor (size 59, read 59) = 05 01 
09 06 a1 01 05 07 19 e0 29 e7 15 00 25 01 75 01 95 08 81 02 81 03 95 05 05 
08 19 01 29 05 91 02 95 01 75 03 91 01 95 06 75 08 15 00 26 a4 00 05 07 19 
00 2a a4 00 81 00 c0

and it should appear as soon as you connect the device. If it didn't, I 
suspect that the 

	#define DEBUG_DATA

was not set properly in drivers/usb/input/hid-core.c (only defining DEBUG 
is not enough for report descriptor dump to appear).

> I was actually getting that on a stock FC6 kernel.  The dmesg output 
> comes from a recompiled vanilla 2.6.19.x with the exact same 
> configuration BUT the modified define's in hid-core.c and a local 
> version appended to the .config file.  So this BUG does not only affect 
> FC6 users but also the vanilla kernel.

But so far all reports that have gathered for this bug at me seem to come 
from FC6 ... does hid2hci by any chance in FC6 have any additional patches 
that could be causing it, instead of being a kernel issue?

Thanks,

-- 
Jiri Kosina


-------------------------------------------------------

[-- Attachment #2: dmesg1to5.tar.gz --]
[-- Type: application/x-tgz, Size: 35979 bytes --]

[-- Attachment #3: hid-core.report.zip --]
[-- Type: application/x-zip, Size: 3545 bytes --]

PK\x03\x04\x14\0\0\0\b\0\x1a V6m‡_ÄP\r\0\0\x13\v\x02\0\x0f\0\0\0hid-core.reportí[oÛÆ\x16…ßϯ˜Ç\x04èifxg€¼\x14\x05Ú\0}:EÏë\x01ÅK*À±\rYnŠþú3\x17Ê–£mY¶å¬-g\x05\x06A1œ­›{.\x1cqÏ\x1a>WŸÜûaµük\]½»¾Z¼[ž_^¯ßý¹\x1cþÝ_¬Æ\x1fû÷æ¯ìÇêý\x1f¿ÿd~ýø³	\aM:ÿ_Ã!¥C¡ËÕÅb4}wv6\x0efºX™åt~ýÙØÃ,¬ÆË‹ÕÚ\fãU¿Z^®}ñ7WË\x7fFS¶?øÿë\x06¿óÖ|0Æ–Æ:c[c+Ó¹¸ïÔƵf´&ó[¿ïøýxf\x1d·­ß6¦ñ'gq›Ç#é¯	eý9¾¬ÿØÆsÚ›²y<’,TñH³±ï\x01аs\x03\x10\x0evóÁð-Öô\a^ýËù/˪ف~ï+\x0ff³\a›2ìÛè…Îm.©ÝòKsǧɛɳɧɦ«Âvj‚k¦)8%œÓÇó£ýÜÆm*U\x05›~ÇÛ¬§Ù³í†-oæsl´`»pÄ^[ñE¦6b$ãÅ\äöä„ÝFìþžP(fì>Ü¡ÍWÜ\~rH\x1eÎwv†w±¬¿®¦\x1f“gºù£·VݘŠüÝ2UįÞDÕl*~E83z¦I¥òÙT\x1d£-Ej0[…«\b.½\véì–ߪ۸\fgÚùä\x14ˆi¿ƒò®Á­0pîÖ Ë%ƒÙ–Áì\x1eƒù–ÁìÖ`6H\x06ó-ƒùÁG\x05}Šôæ­ys}î«Ìb\ÃÛGY°·6B\r±â\x1f™ÈD&2‘‰Ld"\x13™ÈD&2‘‰Ld"\x13™ÈD&2‘‰Ld"\x13™ÈD&2‘‰Lßšé§?~yo¾t«óåù'Ó­ÍÞo¨ÛúÝòóåÙøy<_¿y«ÍÆ~ï\]/>/×ë`¿_¯ÎÌõjñÞü>®ÿ÷Ÿä¶/ÿíήÇ\x0föo›9k¾|<\x1fÆ¿Ã'ÿÏ|ùm<ÿ´þóCý\x1d_ò#¢·öÑû´ØuÕl"½‚4Má\x05\x19ÿgþª„sP"ÉY¯O6ÈÝ+\fr2½t ewâè\x18,å“YòÙBñ5\v¸j\x15ÅM½z\x1aLöd˜b¶àf—¼’x%\x13™ÈD&2‘‰Ld"\x13™ÈD&2‘‰Ld"\x13™ÈD&2‘‰Ld"\x13™ÈD&2‘‰Ld"\x13™žÉ”=`qÿ"…\x0f•~x‘½‡,ÌWôJ\x17)Äù‹\x14
¡ÀE
Oc‘Â\x03ƒ~OCz …#6¤d"\x13™ÈD&2‘‰Ld"\x13™ÈD&2‘‰Ld"\x13™ÈD&2‘‰Ld"\x13™ÈD&2\x1déù‹ˆé±±ß;G\Ì컼äGD¯°Èԁå\x0f[¤PgUÂ9(‘ä¬×'^[äÂ"…'\x1fädzé@:h‘ÂG±\b‹\x14\x1eXþE
aUKZ¤ðQ0Â"…\a–—\x17)<ùx%\x13™ÈD&2‘‰Ld"\x13™ÈD&2‘‰Ld"\x13™ÈD&2‘‰Ld"\x13™ÈD&2‘‰Ld"\x13™ÈD&2‘‰Ld"\x13™ÈD&2‘‰Ld"\x13™ÈD&2‘‰LdRΔ£,î¹J2‘‰Ld"\x13™ÈD&2‘‰Ld"\x13™ÈD&2‘‰Ld"\x13™ÈD&2‘‰Ld"\x13™ÈD&2‘‰Ld"\x13™ÈD&2‘éû`úõãÏæru±\x18Mߝƒ™.Vf9y.ó¸«\x1aÆ«~µ¼\ûâ	®l\x7fðÿ×\r~'a–Q˜¦5¶2‹ûþHm\kFk2¿õûe`Ïâ™uܶ~Û\x04½(›Åm\x1e¤¿&”õçø²þc^[ÏioÊæñH²PÅ#ÍÆ¾\a(¢“6\0á`7\x1fl¢zN\x0f÷_–U³\x03ýÞW\x1eÌf\x0f6eØ·Ñ\vÛ\R»å—æŽO“7“g“O“MW…íÔ\x04×LSpJ8§çGûAkÍoS©*Øô;Þf=Ížm7ly3Ÿc£\x05Û…#Þˆ/2µ\x11#\x19/æ"·''ì6b÷÷„B1c÷á\x0em¾âæò“Còp¾³3¼‹eýu5}ü˜<ÓÍ\x1f½µêÆTäoì–©"~õ&ªfSñ+™Ñ3M*•Ϧê\x18m)RƒÙ*\Epé]Hg·üVÝÆe8ÓÎ'§@Lûí\x1c”w\rn…s·\x06].\x19̶\ff÷\x18Ì·\ff·\x06³A2˜o\x19Ìo\fžnSH&2‘‰Ld"\x13™\x140	²˜\a–?H(”,dy1\x16õ‰L§ËtÜØžìæ9\x0eÍR…\an%,"–.L&(aY˜R\rË`
5,S¬G½\x06–®1ù¤Ä/ugÊ)N¨áYªÜôij\vÏâ)\x16“q…\x06–E\x19ý¢"v]cÚØÊ(`ñ\x1dÀ"ö\x04\x1c;ÜWŸÂ\f±Š\x18¶yøAb\x1a5°¸Ì\fžEG›7„ú49\r,Ö…ß\x18¦J\x03KWšlRrÚÁ\fžEG›Wé\x19;t­i§ø›#ž¥/Ã=zF_pÌöe\f?\x19Z\x15õ¨lç'7\x05,¾­+cO €Å×i?vÐÑ\x1fåƒé¬’öÅ?'e6üø¯€elM7)aésãžÕ\a¼ö±æd
ïŸA\x03‹¯Û–~©«C\fëx¾\x1eâm²*Æ\x0eE­§_ªKSké—š1Ü&\x1dã»*öŽS§%¼j¦…e\x18ã\x18\\x05Ëb\bówJæ5»\x10¸:ÆTU\x17ŸMTÌ}\fM¬Ð*Ú\x17ÿtßiaq©ÝUÑOû
ÝówÈûý“Å7duÔíðþ¸\x16–±sC*Xš:þ–£"^ú)T)«b^sXD¿¨`™âkø:îQzë]ÇXÓߝ…\x16\x16_›'-s¬ö¹ï\x7fhì—ŽÍ”5ú˜è'ú‰~¢Ÿè§Ófâ½#\x13™ÈtbLų™\x0e´@&2‘‰Ld"\x13™žÎ$Ì\x19\x1eXþ |H²åÅX4Ö'2.Óqc{ç÷\x13\x18‹?\vc\x11òga,Bþ,ŒEÈŸ…±\bù³0\x16!\x7f\x16Å"åÏ¢X¤üY\x14‹”?\v‹\x17!\x7f\x16Å"åÏ¢X¤üY\x14‹”?˱ÃþüYX}\x12òga1,äÏÂ?\v»GBþ,¬\x14ògQ,Rþ,¬Í\x13òga÷HÈŸE±Hù³°öEÈŸE±Hù³À¶n'\x7f\x16X§wògQ,Rþ,ð9i'\x7f\x16Å"åÏÂÚ\x17!\x7f–cÍýù³Àº½“?\vë#…üY\x14‹”?‹b‘ògas Bþ,l|'äÏÂ괐?\vœÙÉŸ…Õ#!\x7f\x1667$äÏÂÚ:!\x7f\x16\x16»Bþ,,^„üY\x14‹”?\v{N\x12ògacp!\x7f–ã»ýù³°¾@ÈŸ…=£\bù³°±ƒ?\v{^\x12ògaí¯?\vk\x7f…üYàœüNþ,pîy'\x7f\x16v„üÙ“}ÿCc¿tl¦{rœè'ú‰~¢ŸàLôÓé2ñÞ‘‰Ld"\x13™ÈÄ>x‹)ëµ1õúüÄxb<\x1d™éîíÓÀ¤0žTÖ;Æ\x13ã‰ñÄxb<1ž¾‡xRè'Ž3Oòý^[«i\x1d\0§ˆEÓ;\fé\x1dU\x15,Ù\x18YT¼ïò˜ß¢â\x1d©E^[ò
­Š÷B\x17E|\x1fÿé¹\x01¯¼Íëëø\x0eY­Åe¡>éÈãhÛ°®†Ž÷f»ÒŒZòŲ<®}¢â½ü)æÚè`éúð:¦ŽüÂÞ™QËû}«'Ollô°dÉµ´/Y¥gm%ß\a4ZÆ1SÌqÔÁÒ—zò~|.´Ô#Ï2hɵ\x19븆
\x16WűÔÓY^ù¸·.Ãó’\x12\x16§gÝ´¢í¯ŠqŒ]Äçk\x15ë4MÈuÔ1Öô7HÍø®êÚ\r:žõ›,öK*òÝûEdQ\x11/E\x16Ú\x17\x1dÏÕC\x19û%\x15c‡6\x0fcp\x1dínÝÆ1¸ŠØõwgÐÒîö)÷SÅÜG›rïUôY^[s\x1cUÔ£º\x0fœc½o\x0eÚž@E}JkOé˜ï-ë0¯©cì0\x0eqÜ«¢/È‹Ø/©\x18;¤\x16F\a‹\x1f;8-ë°ôE\‹KÅœÙX*ʽOs¬¯ë\x1d\x032‘‰Ldú†Lå³™\x0e´@&2‘‰Ld"\x13™žÎ$<C\x1dXþ ­=²åÅX4Ö'2.Óqc{'\x0f\x02Æ"h3ÂX\x04mF\x18‹ Í\bc\x11´\x19a,‚6#ŒEÐfD±HÚŒ(\x16I›\x11Å"i3ÂâEÐfD±HÚŒ(\x16I›\x11Å"i3rì°_›\x11VŸ\x04mFX\f\vÚŒ°{$h3Âî‘ Í\bë#\x05mF\x14‹¤Í\bkó\x04mFØ=\x12´\x19Q,’6#¬}\x11´\x19Q,’6#°­ÛÑf\x04Öé\x1dmF\x14‹¤Í\b|NÚÑfD±HÚŒ°öEÐfäXs¿6#°nïä¹ÂúHA›\x11Å"i3¢X$mFØ\x1cˆ Í\b^[ß	ÚŒ°:-h3\x02çcv´\x19aõHÐf„Í\r	ÚŒ°¶NÐf„Å® Í\b‹\x17A›\x11Å"i3ž“\x04mFØ\x18\Ðfäøn¿6#¬/\x10´\x19aÏ(‚6#lì h3ž—\x04mFXû+h3ÂÚ_A›\x118'¿³®!pîyG›\x11v\x04mÆ“}ÿCc¿tl¦{ÖÀ¥Ÿè'ú‰~‚3ÑO§ËÄ{G&2‘‰Ld"\x13ûà-&Iã\x04Ë$kœ0ž\x18O¯&žîѪBß;u~RYï\x18OŒ'Æ\x13ã‰ñÄxú\x1eâI¡Ÿ8Î<É÷o¬¦u\0\x04mF¾Ã`EmF\x14‹¤Íˆb‘´\x19Q,’6#ŒEÐfd›·_›\x11\x16Â6#ŠEÒfD±HÚŒ°6OÐfD±HÚŒ°{$h3Âê´ Í\bc\x11´\x19Q,’6#¬\x1e	ÚŒ0\x16A›\x11Ø\aìh3ÂÚ\x17A›\x11V\x04mF`ÞÑf\x04²ìh3ÂÚ\x17A›\x11V\x04mFŽ{÷k3ÂX\x04mF\x14‹¤Í\b{Ö\x17´\x19Q,’6#ŒEÐfD±HÚŒ0¿\bÚŒ°~IÐf„ÕiA›\x11Å"i3žñ\x05mFX\x1f h3ÂÚ]A›\x11V\x04mFX¼\bÚŒ°g6A›\x11\x16»‚6#Çšûµ\x19au[ÐfD±HÚŒ°g7A›\x11Å"i3\x02û\x02«…EÒf„õK‚6#,v\x05mFØœ™ Íxò}\x01™ÈD&2‘‰Ld"Ó·cú?PK\x01\x02\x14\x03\x14\0\0\0\b\0\x1a V6m‡_ÄP\r\0\0\x13\v\x02\0\x0f\0	\0\0\0\0\0\0\0\0\0¤\0\0\0\0hid-core.reportUT\x05\0\aÅ<ÞEPK\x05\x06\0\0\0\0\x01\0\x01\0F\0\0\0}\r\0\0\0\0

                 reply	other threads:[~2007-02-23  1:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200702222001.13815.vinctre@videotron.ca \
    --to=vinctre@videotron.ca \
    --cc=jikos@jikos.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcel@holtmann.org \
    --cc=vincent.fortier1@ec.gc.ca \
    --cc=zaitcev@redhat.com \
    --subject='Re: Fwd: Tr: Boot time Bluetooth BUG: warning: (value > m) at hid-core.c:793' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).