HID: Extend the interface with wait io request
authorHenrik Rydberg <rydberg@euromail.se>
Mon, 25 Feb 2013 10:31:44 +0000 (11:31 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 25 Feb 2013 12:26:39 +0000 (13:26 +0100)
commit3373443befa73ee60e4275e7699b26058b01455a
tree15d45696ffb58d756266a6a6134b1cb25a38f457
parente90a6df80dc45ab53d2f4f4db297434e48c0208e
HID: Extend the interface with wait io request

Some drivers need to wait for an io from the underlying device, creating
an unwanted dependency on the underlying transport layer. This patch adds
wait() to the interface, thereby removing usbhid from the lion share of
the drivers.

Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/usbhid/hid-core.c
include/linux/hid.h
This page took 0.036403 seconds and 5 git commands to generate.