From 8c3d52fc393b5be8b14dad67053ed83195f0d002 Mon Sep 17 00:00:00 2001 From: Jiri Kosina Date: Thu, 15 Dec 2011 11:00:38 +0100 Subject: [PATCH] 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 --- Reading git-format-patch failed