Re: 回复: [PATCH] usb: gadget: function: printer: Add gadget dev interface status judgment

2020-07-24 Thread Felipe Balbi
Greg KH writes: > On Wed, Jun 24, 2020 at 08:59:40AM +, Zhang, Qiang wrote: >> Hello, Greg KH >> Please have you review the patch? > > I am not the gadget driver maintainer :) > > Give Felipe a chance to catch up... It has been in my testing/next for a while, actually :-) -- balbi signa

回复: [PATCH] usb: gadget: function: printer: Add gadget dev interface status judgment

2020-06-27 Thread Zhang, Qiang
发件人: linux-usb-ow...@vger.kernel.org 代表 qiang.zh...@windriver.com 发送时间: 2020年6月15日 17:46 收件人: ba...@kernel.org 抄送: gre...@linuxfoundation.org; linux-...@vger.kernel.org; linux-kernel@vger.kernel.org 主题: [PATCH] usb: gadget: function: printer: Add

Re: 回复: [PATCH] usb: gadget: function: printer: Add gadget dev interface status judgment

2020-06-24 Thread Greg KH
On Wed, Jun 24, 2020 at 08:59:40AM +, Zhang, Qiang wrote: > Hello, Greg KH > Please have you review the patch? I am not the gadget driver maintainer :) Give Felipe a chance to catch up... greg k-h

回复: [PATCH] usb: gadget: function: printer: Add gadget dev interface status judgment

2020-06-24 Thread Zhang, Qiang
@vger.kernel.org 主题: [PATCH] usb: gadget: function: printer: Add gadget dev interface status judgment From: Zqiang After the interface of gadget printer device was disabled, We should not continue operate the device. Signed-off-by: Zqiang --- drivers/usb/gadget/function/f_printer.c | 36

[PATCH] usb: gadget: function: printer: Add gadget dev interface status judgment

2020-06-15 Thread qiang.zhang
From: Zqiang After the interface of gadget printer device was disabled, We should not continue operate the device. Signed-off-by: Zqiang --- drivers/usb/gadget/function/f_printer.c | 36 + 1 file changed, 36 insertions(+) diff --git a/drivers/usb/gadget/function/f_prin