Re: [PATCH 3/3] usb: gadget: configfs: Add a specific configFS reset callback

2021-01-04 Thread Wesley Cheng
On 1/4/2021 7:45 AM, Greg KH wrote: > On Tue, Dec 29, 2020 at 03:03:31PM -0800, Wesley Cheng wrote: >> In order for configFS based USB gadgets to set the proper charge current >> for bus reset scenarios, expose a separate reset callback to set the >> current to 100mA based on the USB battery

Re: [PATCH 3/3] usb: gadget: configfs: Add a specific configFS reset callback

2021-01-04 Thread Greg KH
On Tue, Dec 29, 2020 at 03:03:31PM -0800, Wesley Cheng wrote: > In order for configFS based USB gadgets to set the proper charge current > for bus reset scenarios, expose a separate reset callback to set the > current to 100mA based on the USB battery charging specification. > > Reviewed-by:

[PATCH 3/3] usb: gadget: configfs: Add a specific configFS reset callback

2020-12-29 Thread Wesley Cheng
In order for configFS based USB gadgets to set the proper charge current for bus reset scenarios, expose a separate reset callback to set the current to 100mA based on the USB battery charging specification. Reviewed-by: Peter Chen Signed-off-by: Wesley Cheng --- drivers/usb/gadget/configfs.c

Re: [PATCH 3/3] usb: gadget: configfs: Add a specific configFS reset callback

2020-11-16 Thread Peter Chen
On 20-11-14 00:12:47, Wesley Cheng wrote: > In order for configFS based USB gadgets to set the proper charge current > for bus reset scenarios, expose a separate reset callback to set the > current to 100mA based on the USB battery charging specification. > > Signed-off-by: Wesley Cheng

[PATCH 3/3] usb: gadget: configfs: Add a specific configFS reset callback

2020-11-14 Thread Wesley Cheng
In order for configFS based USB gadgets to set the proper charge current for bus reset scenarios, expose a separate reset callback to set the current to 100mA based on the USB battery charging specification. Signed-off-by: Wesley Cheng --- drivers/usb/gadget/configfs.c | 24