.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "BUS_RESCAN_DEVICES" "" "06 October 2005" "" "" .SH NAME bus_rescan_devices \- rescan devices on the bus for possible drivers .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int bus_rescan_devices (struct bus_type * \fIbus\fB); \fR .SH "ARGUMENTS" .TP \fB\fIbus\fB\fR the bus to scan. .SH "DESCRIPTION" .PP 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 \fBdevice_attach\fR\&. Returns the number of devices that were sucessfully bound to a driver.