Searched hist:"31 c6bf70955dda6ef92ab40624f289576cff97d3" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/core/ |
H A D | driver.c | diff 31c6bf70955dda6ef92ab40624f289576cff97d3 Fri Jan 10 19:04:00 CST 2014 Bjørn Mork <bjorn@mork.no> usb: core: let dynamic ids override static ids
This modifies the probing order so that any matching dynamic entry always will be used, even if the driver has a matching static entry.
It is sometimes useful to dynamically update existing device entries. With the new ability to set the dynamic entry driver_info field, this can be used to test new additions to class driver exception lists or proposed changes to existing static per-device driver_info entries.
Signed-off-by: Bjørn Mork <bjorn@mork.no> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|