Return-Path: From: "Gunn, Brian" To: "Gunn, Brian" , Bastien Nocera CC: Marcel Holtmann , Dmitry Torokhov , linux-input , BlueZ development , Ping , Jiri Kosina Date: Tue, 19 Jan 2010 12:47:54 -0800 Subject: RE: [PATCHes] Implement Bluetooth Wacom tablet's mode change in the kernel Message-ID: References: <1263833399.20565.2905.camel@localhost.localdomain> <1263886149.5591.166.camel@localhost.localdomain> ,<1263897015.20565.3988.camel@localhost.localdomain> ,<1263920596.1816.56.camel@localhost.localdomain>, In-Reply-To: Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Sender: linux-input-owner@vger.kernel.org List-ID: Brian Gunn wrote: >I used a custom remote control under development by the company I'm contracted to. >We have custom HID output reports that trigger actions on the remote. >I was able to send the output reports and get the behavior I expected on the remote. >I have no faith that the company developing the remote implemented their side >correctly and would like to try it with the control socket instead. BTW: The Sony PS3 controller requires sending of HID reports as well. I just checked the one implementation of this I've seen (input/device.c in the BlueZ source) and I see that it uses the control socket. Once we get implementation of sending HID reports to the control socket implemented elsewhere, this kludge can be removed from the BlueZ source. Brian