Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763428AbXK2Uo2 (ORCPT ); Thu, 29 Nov 2007 15:44:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760151AbXK2UoR (ORCPT ); Thu, 29 Nov 2007 15:44:17 -0500 Received: from twin.jikos.cz ([213.151.79.26]:54756 "EHLO twin.jikos.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756775AbXK2UoR (ORCPT ); Thu, 29 Nov 2007 15:44:17 -0500 Date: Thu, 29 Nov 2007 21:43:58 +0100 (CET) From: Jiri Kosina To: Marcel Holtmann cc: Dave Young , bgsmith@bendcable.com, BlueZ users , LKML Subject: Re: [Bluez-users] Lost connections - mouse and keyboard In-Reply-To: <6EE8D368-C303-400A-B4FE-811228391639@holtmann.org> Message-ID: References: <1196009038.14897.6.camel@pico> <1196056187.4217.54.camel@aeonflux> <1196305426.23029.12.camel@pico> <6EE8D368-C303-400A-B4FE-811228391639@holtmann.org> 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: 1072 Lines: 27 On Thu, 29 Nov 2007, Marcel Holtmann wrote: > > >Nov 28 18:53:39 pico kernel: WARNING: at drivers/hid/hid-core.c:784 [ ... ] > > Does bluetooth input devices have something to do with usbhid? I don't > > know, perhaps this is another problem in kernel. > in case you have a HID proxy dongle the usbhid driver can be involved. And > since this is hiddev, then it will be caused by the hid2hci program. Absolutely. This particular warning means, that someone (usually indeed hid2hci) passed usage through hiddev that was out of bounds, with respect to the device's report descriptor. This usually means that hid2hci has chosen the wrong method to switch the modes. Unfortunately, it's not easy to implement always the switching properly, if we don't know the vendor-specific packet that has to be sent. -- 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/