From: Bjørn Mork Date: Sat, 11 Jan 2014 01:04:00 +0000 (+0100) Subject: usb: core: let dynamic ids override static ids X-Git-Tag: v3.15-rc1~137^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31c6bf70955dda6ef92ab40624f289576cff97d3;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed