.\" 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" "9" "09 October 2005" "" ""
.SH NAME
bus_rescan_devices \- rescan devices on the bus for possible drivers
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void 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 by calling \fBdevice_attach\fR for the unbound devices.