Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752154AbXBRVYN (ORCPT ); Sun, 18 Feb 2007 16:24:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752153AbXBRVYN (ORCPT ); Sun, 18 Feb 2007 16:24:13 -0500 Received: from twin.jikos.cz ([213.151.79.26]:45480 "EHLO twin.jikos.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752154AbXBRVYM (ORCPT ); Sun, 18 Feb 2007 16:24:12 -0500 Date: Sun, 18 Feb 2007 22:23:46 +0100 (CET) From: Jiri Kosina To: "Fortier,Vincent [Montreal]" cc: linux-kernel@vger.kernel.org, Marcel Holtmann Subject: Re: Boot time Bluetooth BUG: warning: (value > m) at hid-core.c:793 In-Reply-To: <8E8F647D7835334B985D069AE964A4F7028FE550@ECQCMTLMAIL1.quebec.int.ec.gc.ca> Message-ID: References: <1171627435.6127.0.camel@wriver-t81fb058.linuxcoe> <45D5C789.1090607@student.ltu.se> <8E8F647D7835334B985D069AE964A4F7028FE550@ECQCMTLMAIL1.quebec.int.ec.gc.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1624 Lines: 44 On Fri, 16 Feb 2007, Fortier,Vincent [Montreal] wrote: > I m using a Logitech MX 5000 keyboard with an included MX 1000 mouse, > both bluetooth using the same USB reciever. > When the USB reciever is already plugged-in at boot-time and the > Bluetooth service fires-up I get this message: > ======================= > BUG: warning: (value > m) at > drivers/usb/input/hid-core.c:793/implement() (Tainted: P ) > [] dump_trace+0x69/0x1b6 > [] show_trace_log_lvl+0x18/0x2c > [] show_trace+0xf/0x11 > [] dump_stack+0x15/0x17 > [] hid_output_report+0x23c/0x2e7 > [] hid_submit_ctrl+0x4c/0x1d9 > [] hid_submit_report+0x134/0x15f > [] hiddev_ioctl+0x327/0x88a > [] do_ioctl+0x4c/0x62 > [] vfs_ioctl+0x24a/0x25c > [] sys_ioctl+0x4c/0x66 > [] syscall_call+0x7/0xb > [<005b5402>] 0x5b5402 > ======================= (added Marcel to CC) This means that something (I guess that it's hid2hci command?) is trying to pass through hiddev a value in a field that is greater than a given bitmask (and is not going to fit into the bitfield). Vincent, does the problem go away when you don't use bluetooth (both keyboard and mouse is switched to HID mode, if they support it)? Marcel, do you have any idea how this could happen? Thanks, -- Jiri Kosina - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/