Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756554Ab0HPUVY (ORCPT ); Mon, 16 Aug 2010 16:21:24 -0400 Received: from core.signal11.us ([64.251.29.136]:46155 "EHLO core.signal11.us" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756515Ab0HPUVW (ORCPT ); Mon, 16 Aug 2010 16:21:22 -0400 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> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1281442367.12579.206.camel@localhost.localdomain> References: <1281442367.12579.206.camel@localhost.localdomain> X-DSPAM-Result: Whitelisted X-DSPAM-Processed: Mon Aug 16 16:21:21 2010 X-DSPAM-Confidence: 0.9899 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 4c699dc1309688681434819 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 868 Lines: 21 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(-) -- 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/