HID: Allow bus wildcard matching
authorHenrik Rydberg <rydberg@euromail.se>
Mon, 23 Apr 2012 10:07:04 +0000 (12:07 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 1 May 2012 10:54:54 +0000 (12:54 +0200)
commit7431fb767d896b7f0048039f2e17707ea057d35a
tree447b273a486a8855a0d88e905b0dde1b1c38feae
parent734c660931095ae165c0db6ff60558fc4173bfd0
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 <rydberg@euromail.se>
Acked-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-core.c
include/linux/mod_devicetable.h
scripts/mod/file2alias.c