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
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