From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Tissoires Subject: [PATCH v3 0/4] HID: ll transport cleanup: final round Date: Sat, 8 Mar 2014 22:52:39 -0500 Message-ID: <1394337163-32478-1-git-send-email-benjamin.tissoires@redhat.com> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: Benjamin Tissoires , Jiri Kosina , David Herrmann , David Barksdale , Antonio Ospite , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-input@vger.kernel.org Hop, a new version. As mentioned in the v2, I did not changed 2/4 but I'll add a patch later to remove buf[0] from the call. But I need to do tests first. Thanks for all the work to everybody who took a part in this cleanup. Cheers, Benjamin Benjamin Tissoires (4): HID: cp2112: remove various hid_out_raw_report calls HID: cp2112: remove the last hid_output_raw_report() call HID: sony: do not rely on hid_output_raw_report HID: remove hid_output_raw_report transport implementations drivers/hid/hid-cp2112.c | 19 +++++++++----- drivers/hid/hid-sony.c | 60 ++++++++++--------------------------------- drivers/hid/hidraw.c | 3 ++- drivers/hid/i2c-hid/i2c-hid.c | 14 ---------- drivers/hid/uhid.c | 1 - drivers/hid/usbhid/hid-core.c | 19 +++++--------- include/linux/hid.h | 21 ++------------- net/bluetooth/hidp/core.c | 14 ---------- 8 files changed, 36 insertions(+), 115 deletions(-) -- 1.8.5.3