HID: make parser more verbose about parsing errors by default
authorJiri Kosina <jkosina@suse.cz>
Thu, 15 Dec 2011 10:00:38 +0000 (11:00 +0100)
committerJiri Kosina <jkosina@suse.cz>
Thu, 15 Dec 2011 10:00:38 +0000 (11:00 +0100)
Most of the parsing errors (typically resulting in device not being claimed
by HID subsystem at all) are reported only in debugging mode, which makes
root-causing problems with buggy devices unnecessarily more difficult.

Convert reporting of important HID report descriptor parsing errors to
be reported through hid_err() / hid_warn() instead of dbg_hid().

Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found