[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1366220296-14346-1-git-send-email-benjamin.tissoires@redhat.com>
Date: Wed, 17 Apr 2013 19:38:12 +0200
From: Benjamin Tissoires <benjamin.tissoires@...hat.com>
To: Jiri Kosina <jkosina@...e.cz>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Benjamin Tissoires <benjamin.tissoires@...il.com>,
linux-input@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Benjamin Tissoires <benjamin.tissoires@...hat.com>
Subject: [PATCH 0/4] HID: debugfs rework
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@...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