HID: core: Export hid_match_id()
authorBastien Nocera <hadess@hadess.net>
Tue, 30 Aug 2022 13:25:45 +0000 (15:25 +0200)
committerJiri Kosina <jkosina@suse.cz>
Wed, 7 Sep 2022 20:07:49 +0000 (22:07 +0200)
commit80305f97c3a46f8e01c9974b8efc7619a422251c
tree3cd3825e2772b0c4bbe0043c6be27033a8150786
parenta1f764268f3390406f4dcbe3d2f537f2424f22ca
HID: core: Export hid_match_id()

Export hid_match_id() so it can be used in device-specific drivers to
implement their own matching with open-coding a match function.

Signed-off-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-core.c