[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1361979498-24446-1-git-send-email-benjamin.tissoires@redhat.com>
Date: Wed, 27 Feb 2013 16:38:16 +0100
From: Benjamin Tissoires <benjamin.tissoires@...hat.com>
To: Benjamin Tissoires <benjamin.tissoires@...il.com>,
Henrik Rydberg <rydberg@...omail.se>,
Jiri Kosina <jkosina@...e.cz>,
Stephane Chatty <chatty@...c.fr>,
David Herrmann <dh.herrmann@...il.com>,
linux-input@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [RFC 0/2] HID: Introduce .idle() to remove last usb dependence from hid-multitouch
Hi guys,
Well, this series of two patches aims at removing the dependence between usb
and hid-multitouch.
I put a RFC and not a patch as I'm not satisfied with the result:
- adding this callback for one use may not be accurate
- the parameters may not be good either (HID_REQ_SET_IDLE is the only valid
value for now as noone seems to be using HID_REQ_GET_IDLE)
- the return value is clearly not very interesting.
- maybe we should just add HID_REQ_SET_IDLE to .request, but this will require
a few changes in the parameters.
The main purpose of this RFC was to share it with David this new ll callback, so
that we can have a global view of what is needed.
Thanks for the inputs.
Cheers,
Benjamin
Benjamin Tissoires (2):
HID: Extend the interface with idle requests
HID: multitouch: remove last usb dependency
drivers/hid/hid-multitouch.c | 17 +----------------
drivers/hid/usbhid/hid-core.c | 15 +++++++++++++++
include/linux/hid.h | 19 +++++++++++++++++++
3 files changed, 35 insertions(+), 16 deletions(-)
--
1.8.1.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists