From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srinivas Pandruvada Subject: [PATCH v3 0/2] HID: HID Sensor: Custom and Generic sensor support Date: Fri, 20 Mar 2015 14:58:46 -0700 Message-ID: <1426888728-9344-1-git-send-email-srinivas.pandruvada@linux.intel.com> Return-path: Received: from mga09.intel.com ([134.134.136.24]:12986 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751164AbbCTWAF (ORCPT ); Fri, 20 Mar 2015 18:00:05 -0400 Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: jkosina@suse.cz, jic23@kernel.org Cc: linux-input@vger.kernel.org, linux-iio@vger.kernel.org, Srinivas Pandruvada v3 - Added name attribute Although documentation patch is acked by Jonathan for previous version, I didn't use this as the name attribute is added. v2 - Addressed review comments from Jonathan - Added poll capability on misc device - Added time stamp to the report id v1 - Two trailing white spaces in the document - Error in getting attribute value found by saurabh rawat v0 Base version Srinivas Pandruvada (2): HID: HID Sensor: Custom and Generic sensor support HID: HID Sensor: Update document for custom sensor Documentation/hid/hid-sensor.txt | 84 ++++ drivers/hid/Kconfig | 15 + drivers/hid/Makefile | 1 + drivers/hid/hid-sensor-custom.c | 849 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 949 insertions(+) create mode 100644 drivers/hid/hid-sensor-custom.c -- 2.1.0