From: Henrik Rydberg Date: Mon, 23 Apr 2012 10:07:04 +0000 (+0200) Subject: HID: Allow bus wildcard matching X-Git-Tag: v3.5-rc1~138^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7431fb767d896b7f0048039f2e17707ea057d35a;p=pandora-kernel.git HID: Allow bus wildcard matching Most HID drivers do not need to know what bus driver is in use. A generic group driver can drive any hid device, and the device list should not need to be duplicated for each new bus. This patch adds wildcard matching to the HID bus, simplifying device list handling for group drivers. Signed-off-by: Henrik Rydberg Acked-by: Benjamin Tissoires Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed