On Wed, Jul 22, 2020 at 11:46:27AM +0200, Bastien Nocera wrote: > When a new device with a specialised device driver is plugged in, the > new driver will be modprobe()'d but the driver core will attach the > "generic" driver to the device. > > After that, nothing will trigger a reprobe when the modprobe()'d device > driver has finished initialising, as the device has the "generic" > driver attached to it. > > Trigger a reprobe ourselves when new specialised drivers get registered. > > Signed-off-by: Bastien Nocera <hadess@xxxxxxxxxx> > --- What commit id does this fix? And if it's in an older kernel, should it be backported to the stable trees? thanks, greg k-h