aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fpga/fpga-mgr.h
diff options
context:
space:
mode:
authorBastien Nocera <[email protected]>2020-08-18 13:04:45 +0200
committerGreg Kroah-Hartman <[email protected]>2020-08-18 13:09:31 +0200
commitd5643d2249b279077427b2c2b2ffae9b70c95b0b (patch)
treec46c848efde4943fe5629a6ca3bd5aad6ab8908d /include/linux/fpga/fpga-mgr.h
parentadb6e6ac20eedcf1dce19dc75b224e63c0828ea1 (diff)
USB: Fix device driver race
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. Fixes: 88b7381a939d ("USB: Select better matching USB drivers when available") Signed-off-by: Bastien Nocera <[email protected]> Cc: stable <[email protected]> Acked-by: Alan Stern <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
0 files changed, 0 insertions, 0 deletions