Re: [PATCH 0/4] HID: debugfs rework

2013-04-18 Thread Benjamin Tissoires
On 04/17/2013 07:44 PM, Jiri Kosina wrote: > On Wed, 17 Apr 2013, Benjamin Tissoires wrote: > >> 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

Re: [PATCH 0/4] HID: debugfs rework

2013-04-17 Thread Jiri Kosina
On Wed, 17 Apr 2013, Benjamin Tissoires wrote: > 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. Hi Benja

[PATCH 0/4] HID: debugfs rework

2013-04-17 Thread Benjamin Tissoires
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 hi