From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757602Ab0EKC2j (ORCPT ); Mon, 10 May 2010 22:28:39 -0400 Received: from na3sys009aog109.obsmtp.com ([74.125.149.201]:54631 "HELO na3sys009aog109.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752052Ab0EKC2h (ORCPT ); Mon, 10 May 2010 22:28:37 -0400 From: Michael Poole To: "Justin P. Mattock" Cc: Jiri Kosina , linux-bluetooth@vger.kernel.org, Linux Kernel Mailing List Subject: Re: magicmouse: claimed by neither input, hiddev nor hidraw References: <4BE8859E.3090305@gmail.com> Date: Mon, 10 May 2010 22:28:32 -0400 In-Reply-To: <4BE8859E.3090305@gmail.com> (Justin P. Mattock's message of "Mon, 10 May 2010 15:15:58 -0700") Message-ID: <87mxw7i33j.fsf@troilus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Justin P. Mattock writes: > On 05/10/2010 02:52 PM, Jiri Kosina wrote: [snip] >> This sounds a bit strange. >> >> hidraw shouldn't be making too much difference in the case you describe. >> hidraw is basically just a mean of relaying HID events to userspace so >> that any driver/application in userspace can access them. But magicmouse >> driver is written completely in kernelspace. >> >> Does anything on your system have /dev/hidraw* nodes open? (you could >> check by lsof). >> > > > right now I see > /dev/hidraw0,1,2,3 > > ./lsof | grep /dev > (showing bluetooth) > > bluetooth 2020 root 0u CHR 1,3 0t0 2551 > /dev/null > bluetooth 2020 root 1u CHR 1,3 0t0 2551 > /dev/null > bluetooth 2020 root 2u CHR 1,3 0t0 2551 > /dev/null > bluetooth 2020 root 14u CHR 10,62 0t0 3895 > /dev/rfkill > > I can try a bisect on this and see. A list of which patches you have applied would also be helpful. The standard 2.6.33.* kernels predate the merge of the hid-magicmouse driver, but the dmesg entry you pasted makes it look like the driver was present. Michael Poole