forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commitadb6e6a
USB: Also match device drivers using the ->match vfunc
We only ever used the ID table matching before, but we should also supportopen-coded match functions.Fixes:88b7381 ("USB: Select better matching USB drivers when available")Signed-off-by: Bastien Nocera <hadess@hadess.net>Cc: stable <stable@vger.kernel.org>Acked-by: Alan Stern <stern@rowland.harvard.edu>Link:https://lore.kernel.org/r/20200818110445.509668-1-hadess@hadess.netSigned-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>1 parentd54343a commitadb6e6a
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
210 | 211 | | |
211 | 212 | | |
212 | 213 | | |
| |||
0 commit comments
Comments
(0)