Re: hid-debug and CONFIG_DEBUG_FS

2013-12-02 Thread Jiri Kosina
On Wed, 14 Aug 2013, Srinivas Pandruvada wrote: > I am implementing some hid driver which require relatively higher throughput. > HID debug relies on CONFIG_DEBUG_FS, which is by default turned on by many > distros. These debugs causes issues with the throughput, because each report > and event is

hid-debug and CONFIG_DEBUG_FS

2013-08-14 Thread Srinivas Pandruvada
Hi Jiri, I am implementing some hid driver which require relatively higher throughput. HID debug relies on CONFIG_DEBUG_FS, which is by default turned on by many distros. These debugs causes issues with the throughput, because each report and event is logged. What do you think about using so