Home
last modified time | relevance | path

Searched hist:"8 c3d52fc393b5be8b14dad67053ed83195f0d002" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-core.cdiff 8c3d52fc393b5be8b14dad67053ed83195f0d002 Thu Dec 15 04:00:38 CST 2011 Jiri Kosina <jkosina@suse.cz> HID: make parser more verbose about parsing errors by default

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>