From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753793Ab3BUKww (ORCPT ); Thu, 21 Feb 2013 05:52:52 -0500 Received: from h1446028.stratoserver.net ([85.214.92.142]:54858 "EHLO mail.ahsoftware.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753372Ab3BUKwu (ORCPT ); Thu, 21 Feb 2013 05:52:50 -0500 Message-ID: <5125FC75.3000301@ahsoftware.de> Date: Thu, 21 Feb 2013 11:52:37 +0100 From: Alexander Holler User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Benjamin Tissoires CC: Mika Westerberg , linux-kernel@vger.kernel.org, Jiri Kosina , linux-input@vger.kernel.org, srinivas.pandruvada@intel.com Subject: Re: [PATCH 3/3] HID: sensor-hub: don't limit the driver only to USB bus References: <1360578679-7029-1-git-send-email-mika.westerberg@linux.intel.com> <1360578679-7029-3-git-send-email-mika.westerberg@linux.intel.com> <51220A68.9030608@ahsoftware.de> <20130218111217.GL20771@intel.com> <51220F12.2060908@ahsoftware.de> <20130218113320.GA2338@intel.com> <51221290.1040005@ahsoftware.de> <20130218115429.GB2338@intel.com> <51221AFD.1090108@ahsoftware.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 21.02.2013 11:34, schrieb Benjamin Tissoires: > Hi, > > Sorry for coming this late in the discussion (I was sick at the > beginning of the week, preventing me to answer mails). > > On Mon, Feb 18, 2013 at 1:13 PM, Alexander Holler wrote: >>>>>>>> Hmm, what happens with Bluetooth sensor-hubs? Is the driver now able >>>>>>>> to handle them too? >>>>>>> >>>>>>> >>>>>>> It should, yes. >>>>>> > > It should, but the full features are not enabled. We also need to > patch hidp so that it can handle .request() too. Otherwise, when the > sensor hub will request a "get feature" or a "set feature", then > nothing will be triggered. > > However, I don't think it will prevent us from removing the test > against USB/I2C. It's just something we need to work on too. Thanks. I've just ordered me one of those bt-sensors from TI, maybe I will be able to make it HID over GATT aware to play a bit with it. The BT spec for HID over GATT doesn't talk about sensors, but if I will find a way to program the device without buying more hw, I will have a look if it is possible. ;) Regards, Alexander