commit | 9bfc8da00b1e74f55a52cc06a0d364f1f7f61ed8 | [log] [tgz] |
---|---|---|
author | Henrik Rydberg <rydberg@euromail.se> | Sat Sep 01 21:47:11 2012 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Sun Sep 02 09:26:46 2012 +0200 |
tree | 6643c6edd934129b20a58a2fe1361a461a02f237 | |
parent | 67ddbb3e6568fb1820b2cc45b00c50702b114801 [diff] |
HID: Only dump input if someone is listening Going through the motions of printing the debug message information takes a long time; using the keyboard can lead to a 160 us irqsoff latency. This patch skips hid_dump_input() when there are no open handles, which brings latency down to 100 us. Signed-off-by: Henrik Rydberg <rydberg@euromail.se> Signed-off-by: Jiri Kosina <jkosina@suse.cz>