On Sat, 8 May 2021, Bixuan Cui wrote: > 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@xxxxxxxxxx> > Signed-off-by: Bixuan Cui <cuibixuan@xxxxxxxxxx> > --- > 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 898871c8c768..29ccb0accfba 100644 > --- a/drivers/hid/hid-gt683r.c > +++ b/drivers/hid/hid-gt683r.c > @@ -54,6 +54,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, Applied, thanks. -- Jiri Kosina SUSE Labs