Return-Path: From: Alan Ott To: Jiri Kosina , Stefan Achatz , Antonio Ospite , Alexey Dobriyan , Tejun Heo , Alan Stern , Greg Kroah-Hartman , Alan Ott , Marcel Holtmann , Stephane Chatty , Michael Poole , "David S. Miller" , Bastien Nocera , Eric Dumazet , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org Cc: Alan Ott Subject: [PATCH v4 0/2] Get and Set Feature Reports on HIDRAW (USB and Bluetooth) Date: Mon, 16 Aug 2010 16:20:57 -0400 Message-Id: <1281990059-3562-1-git-send-email-alan@signal11.us> In-Reply-To: <1281442367.12579.206.camel@localhost.localdomain> References: <1281442367.12579.206.camel@localhost.localdomain> List-ID: This is version 4. Built against 2.6.35+ revision 320b2b8de12698 . Alan Ott (2): HID: Add Support for Setting and Getting Feature Reports from hidraw Bluetooth: hidp: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATURE drivers/hid/hidraw.c | 105 ++++++++++++++++++++++++++++++++++++-- drivers/hid/usbhid/hid-core.c | 37 +++++++++++++- include/linux/hid.h | 3 + include/linux/hidraw.h | 3 + net/bluetooth/hidp/core.c | 114 +++++++++++++++++++++++++++++++++++++++-- net/bluetooth/hidp/hidp.h | 8 +++ 6 files changed, 260 insertions(+), 10 deletions(-)