From: Petko Manolov <petko.manolov@xxxxxxxxxxxx> As discussed at the linux-usb this patch series is moving from old style usb_control_msg() to the new API. For obvious reasons we don't want to open code usb_control_msg_send() and usb_control_msg_recv() functions. Petko Manolov (2): Convert Pegasus' control messages to the new usb_control_msg_send/recv() scheme. Convert RTL8150's control messages to the new usb_control_msg_send/recv() scheme. drivers/net/usb/pegasus.c | 56 +++++++-------------------------------- drivers/net/usb/rtl8150.c | 32 +++++----------------- 2 files changed, 15 insertions(+), 73 deletions(-) -- 2.28.0