[PATCH v2 1/6] USB: Export generic USB device driver functions

2019-10-15 Thread Bastien Nocera
This will make it possible to implement device drivers which extend the generic driver without needing to reimplement it. Signed-off-by: Bastien Nocera --- drivers/usb/core/generic.c | 16 drivers/usb/core/usb.h | 6 ++ 2 files changed, 14 insertions(+), 8 deletions(-)

[PATCH v2 1/6] USB: Export generic USB device driver functions

2019-10-15 Thread Bastien Nocera
This will make it possible to implement device drivers which extend the generic driver without needing to reimplement it. Signed-off-by: Bastien Nocera --- drivers/usb/core/generic.c | 16 drivers/usb/core/usb.h | 6 ++ 2 files changed, 14 insertions(+), 8 deletions(-)