Return-Path: From: "Gunn, Brian" To: Bastien Nocera CC: Marcel Holtmann , Dmitry Torokhov , linux-input , BlueZ development , Ping , Jiri Kosina Date: Thu, 28 Jan 2010 14:57:50 -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> <1264037759.1735.5008.camel@localhost.localdomain> <1264719198.29532.3149.camel@localhost.localdomain> In-Reply-To: <1264719198.29532.3149.camel@localhost.localdomain> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 List-ID: > > > I sent a new version of the patch, which uses "HIDP_TRANS_SET_REPORT = | > > > HIDP_DATA_RTYPE_FEATURE" for the first byte. Would that work? > > > > Actually for my application it doesn't. I use HIDP_TRANS_DATA | > HIDP_DATA_RTYPE_OUTPUT. > > > > Perhaps allowing the user the choice of what do to here is more flexibl= e. > > Except that it would mean different code for USB and Bluetooth > versions... So do we need a method of setting which device reports we're sending before= writing them? Brian