Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936402Ab3DQRjV (ORCPT ); Wed, 17 Apr 2013 13:39:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4258 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754726Ab3DQRjP (ORCPT ); Wed, 17 Apr 2013 13:39:15 -0400 From: Benjamin Tissoires To: Jiri Kosina , Dmitry Torokhov , Benjamin Tissoires , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Benjamin Tissoires Subject: [PATCH 0/4] HID: debugfs rework Date: Wed, 17 Apr 2013 19:38:12 +0200 Message-Id: <1366220296-14346-1-git-send-email-benjamin.tissoires@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1127 Lines: 32 Hi Jiri, This is a small rework of the HID debugfs. I encountered a problem with multitouch devices: they have too much usages to fit into the fixed size output buffer of 512. So I digg a little, and end up with those 4 patches. Cheers, Benjamin Benjamin Tissoires (4): HID: debug: break out hid_dump_report() into hid-debug HID: core: break out hid_find_max_report() in hid-core HID: debug: empty output queue on read HID: debug: allocate the output buffer with an estimate drivers/hid/hid-core.c | 84 +++++++++++++++++++++++++++++----------- drivers/hid/hid-debug.c | 89 +++++++++++++++++++++++++++++++++---------- drivers/hid/i2c-hid/i2c-hid.c | 15 ++------ drivers/hid/usbhid/hid-core.c | 16 -------- include/linux/hid-debug.h | 7 +++- include/linux/hid.h | 5 +++ 6 files changed, 143 insertions(+), 73 deletions(-) -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/