Name
bus_rescan_devices —
rescan devices on the bus for possible drivers
Synopsis
int bus_rescan_devices ( | struct bus_type * | bus) ; |
Description
This function will look for devices on the bus with no driver
attached and rescan it against existing drivers to see if it
matches any. Calls device_attach
. Returns the number of devices
that were sucessfully bound to a driver.