linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] HID: HID Sensor: Custom and Generic sensor support
@ 2015-04-10 18:22 Srinivas Pandruvada
  2015-04-10 18:22 ` [PATCH v4 1/2] " Srinivas Pandruvada
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Srinivas Pandruvada @ 2015-04-10 18:22 UTC (permalink / raw)
  To: jkosina, jic23; +Cc: linux-input, Srinivas Pandruvada

v4
- Fix sysfs_attr_init arguments. Again sorry for the mistake
- Fix attribute value size for multi byte feature report

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 <saurabh.rawat@st.com>

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-04-10 20:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-10 18:22 [PATCH v4 0/2] HID: HID Sensor: Custom and Generic sensor support Srinivas Pandruvada
2015-04-10 18:22 ` [PATCH v4 1/2] " Srinivas Pandruvada
2015-04-10 18:22 ` [PATCH v4 2/2] HID: HID Sensor: Update document for custom sensor Srinivas Pandruvada
2015-04-10 20:24 ` [PATCH v4 0/2] HID: HID Sensor: Custom and Generic sensor support Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).