table of contents
other versions
- wheezy 3.2.78-1
BUS_RESCAN_DEVICES(9) | Device drivers infrastructure | BUS_RESCAN_DEVICES(9) |
NAME¶
bus_rescan_devices - rescan devices on the bus for possible driversSYNOPSIS¶
int
bus_rescan_devices(struct bus_type * bus);
ARGUMENTS¶
busthe bus to scan.
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 by calling device_attach for the unbound devices.COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |