lkml.org 
[lkml]   [2021]   [Jun]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 4.14 06/18] HID: gt683r: add missing MODULE_DEVICE_TABLE
    Date
    From: Bixuan Cui <cuibixuan@huawei.com>

    [ 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 | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/hid/hid-gt683r.c b/drivers/hid/hid-gt683r.c
    index a298fbd8db6b..8ca4c1baeda8 100644
    --- a/drivers/hid/hid-gt683r.c
    +++ b/drivers/hid/hid-gt683r.c
    @@ -64,6 +64,7 @@ static const struct hid_device_id gt683r_led_id[] = {
    { HID_USB_DEVICE(USB_VENDOR_ID_MSI, USB_DEVICE_ID_MSI_GT683R_LED_PANEL) },
    { }
    };
    +MODULE_DEVICE_TABLE(hid, gt683r_led_id);

    static void gt683r_brightness_set(struct led_classdev *led_cdev,
    enum led_brightness brightness)
    --
    2.30.2
    \
     
     \ /
      Last update: 2021-06-07 18:26    [W:4.904 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site