[PATCH 06/26] Input: synaptics-rmi4 - add a reset callback

2015-11-05 Thread Andrew Duggan
From: Benjamin Tissoires When a device is physically reset, the transport layer may need to reset its state too and also do extra work to make the device accessible on the bus. Signed-off-by: Benjamin Tissoires Tested-by: Andrew Duggan --- drivers/input/rmi4/rmi_bus.h| 1 + drivers/input/

Re: [PATCH 06/26] Input: synaptics-rmi4 - add a reset callback

2015-11-09 Thread Linus Walleij
On Fri, Nov 6, 2015 at 12:38 AM, Andrew Duggan wrote: > From: Benjamin Tissoires > > When a device is physically reset, the transport layer may need to reset > its state too and also do extra work to make the device accessible on the > bus. > > Signed-off-by: Benjamin Tissoires > Tested-by: And