commit | ef0f7d1877ac21fd926f2349e6a025c201651cf7 | [log] [tgz] |
---|---|---|
author | Bastien Nocera <hadess@hadess.net> | Wed Oct 16 11:39:28 2019 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 12 11:01:54 2020 -0800 |
tree | 8e250aedf77c1d363be0c25571352be4801f470c | |
parent | 6a9746fb0b1bf79777b709dd9f045ded89c6b373 [diff] |
USB: Export generic USB device driver functions This will make it possible to implement device drivers which extend the generic driver without needing to reimplement it. Signed-off-by: Bastien Nocera <hadess@hadess.net> Acked-by: Alan Stern <stern@rowland.harvard.edu> Link: https://lore.kernel.org/r/20191016093933.693-2-hadess@hadess.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>