
NAME
bus_add_device - add device to bus
SYNOPSIS
int bus_add_device (struct device * dev);
ARGUMENTS
dev device being added
DESCRIPTION
- Add the device to its bus’s list of devices. - Try to attach to
driver. - Create link to device’s physical location.