Hi guys, so, here is the hid drivers cleanup. The aim is to remove as much as possible direct calls to usbhid for hid drivers. Thus, other transport layers can use the existing hid drivers (like I2C or uhid). Henrik, patches 1 to 5 are yours. I just rebased and double-checked them. Please add you Signed-off-by if you are happy with the rebase. Patches applies on top of Jiri's for-next branch. Cheers, Benjamin Benjamin Tissoires (7): HID: Extend the interface with report requests HID: Extend the interface with wait io request HID: Kconfig: Remove explicit transport layer dependencies hid: use hid_hw_request() instead of direct call to usbhid HID: use hid_hw_wait() instead of direct call to usbhid HID: multitouch: remove usbhid dependency HID: multitouch: Copyright and note on regression tests drivers/hid/Kconfig | 98 ++++++++++++++++++------------------- drivers/hid/hid-apple.c | 1 - drivers/hid/hid-axff.c | 6 +-- drivers/hid/hid-dr.c | 8 ++- drivers/hid/hid-emsff.c | 6 +-- drivers/hid/hid-gaff.c | 10 ++-- drivers/hid/hid-holtekff.c | 4 +- drivers/hid/hid-kye.c | 4 +- drivers/hid/hid-lenovo-tpkbd.c | 4 +- drivers/hid/hid-lg2ff.c | 6 +-- drivers/hid/hid-lg3ff.c | 6 +-- drivers/hid/hid-lg4ff.c | 18 +++---- drivers/hid/hid-lgff.c | 8 ++- drivers/hid/hid-logitech-dj.c | 3 +- drivers/hid/hid-magicmouse.c | 1 - drivers/hid/hid-multitouch.c | 21 ++++++-- drivers/hid/hid-ntrig.c | 10 ++-- drivers/hid/hid-picolcd.h | 4 +- drivers/hid/hid-picolcd_backlight.c | 4 +- drivers/hid/hid-picolcd_cir.c | 2 - drivers/hid/hid-picolcd_core.c | 8 ++- drivers/hid/hid-picolcd_debugfs.c | 2 - drivers/hid/hid-picolcd_fb.c | 12 ++--- drivers/hid/hid-picolcd_lcd.c | 4 +- drivers/hid/hid-picolcd_leds.c | 4 +- drivers/hid/hid-pl.c | 6 +-- drivers/hid/hid-prodikeys.c | 3 +- drivers/hid/hid-sensor-hub.c | 12 ++--- drivers/hid/hid-sjoy.c | 6 +-- drivers/hid/hid-speedlink.c | 2 - drivers/hid/hid-steelseries.c | 3 +- drivers/hid/hid-tmff.c | 6 +-- drivers/hid/hid-zpff.c | 6 +-- drivers/hid/usbhid/hid-core.c | 20 ++++++-- drivers/hid/usbhid/hid-pidff.c | 80 +++++++++++++++--------------- drivers/hid/usbhid/hiddev.c | 8 +-- drivers/hid/usbhid/usbhid.h | 3 -- include/linux/hid.h | 34 +++++++++++++ 38 files changed, 224 insertions(+), 219 deletions(-) -- 1.8.1 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html