From: Benjamin Tissoires Date: Tue, 30 Sep 2014 17:18:24 +0000 (-0400) Subject: HID: core: do not scan reports if the group is already set X-Git-Tag: omap-for-v3.19/fixes-rc1~112^2~1^3~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9578f41aeaee5010384f4f8484da1566e2ce4901;p=pandora-kernel.git HID: core: do not scan reports if the group is already set This allows the transport layer (I have in mind hid-logitech-dj and uhid) to set the group before it is added to the hid bus. This way, it can bypass the hid_scan_report() call, and choose in advance which driver will handle the newly created hid device. Signed-off-by: Benjamin Tisssoires Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed