]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
HID: gt683r: add missing MODULE_DEVICE_TABLE
authorBixuan Cui <cuibixuan@huawei.com>
Sat, 8 May 2021 03:14:48 +0000 (11:14 +0800)
committerSasha Levin <sashal@kernel.org>
Wed, 30 Jun 2021 12:48:11 +0000 (08:48 -0400)
commitf77cbc1b22ccccc60f73895a2ba875830f9199e5
tree32f113176498ab597845ceea0c861de22096d59f
parentf88375b1de30713598ba8e6f5716797e4ee3ec3f
HID: gt683r: add missing MODULE_DEVICE_TABLE

[ Upstream commit a4b494099ad657f1cb85436d333cf38870ee95bc ]

This patch adds missing MODULE_DEVICE_TABLE definition which generates
correct modalias for automatic loading of this driver when it is built
as an external module.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Bixuan Cui <cuibixuan@huawei.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hid/hid-gt683r.c