Return-Path: From: Ed Tomlinson To: Marcel Holtmann Subject: Re: [PATCH] Bluetooth: Keep a copy of each HID device's report descriptor. Date: Mon, 8 Feb 2010 21:06:06 -0500 Cc: Michael Poole , Bastien Nocera , Jiri Kosina , "Gunn, Brian" , Jiri Kosina , Ping , linux-kernel@vger.kernel.org, BlueZ development References: <87vdebfvfk.fsf@troilus.org> <1265392303.31341.235.camel@localhost.localdomain> In-Reply-To: <1265392303.31341.235.camel@localhost.localdomain> MIME-Version: 1.0 Message-Id: <201002082106.06301.edt@aei.ca> Content-Type: Text/Plain; charset="utf-8" List-ID: Hi, I have been trying to test Michael's magic mouse drivers against 32.7 (or .8-rc). Is there a tree based on .32 with these patches? If not would it be possible to post the patches to lkml? I do not mind sorting out a few conflicts - this thread assume one knows a little more about the process being used here than is obvious. TIA Ed Tomlinson On Friday 05 February 2010 12:51:43 Marcel Holtmann wrote: > Hi Michael, > > > > looks good to me. I just prefer that you do the allocation of the report > > > descriptor before the HID object: > > > > An updated patch is below. Sorry for the delay -- inclement weather > > here got in the way of testing this as quickly as I would have liked. > > > > From e245ef87247f5e257db40c412af7991c9af375ab Mon Sep 17 00:00:00 2001 > > From: Michael Poole > > Date: Fri, 5 Feb 2010 12:21:38 -0500 > > Subject: [PATCH] Bluetooth: Keep a copy of each HID device's report descriptor. > > > > The report descriptor is read by user space (via the Service > > Discovery Protocol), so it is only available during the ioctl > > to connect. However, the probe function that needs the > > descriptor might not be called until a specific module is > > loaded. Keep a copy of the descriptor so it is available for > > later use. > > patch has been applied. Thanks. > > Regards > > Marcel > > > -- > 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/ > >