Re: [PATCH] HID: i2c-hid: call the hid driver's suspend and resume callbacks

2014-07-29 Thread Jiri Kosina
On Thu, 17 Jul 2014, Benjamin Tissoires wrote: > > Currently, the i2c-hid driver does not call the suspend, resume, and > > reset_resume callbacks in the hid_driver struct when those events occur. > > This means that HID drivers for i2c-hid devices will not be able to execute > > commands which ma

Re: [PATCH] HID: i2c-hid: call the hid driver's suspend and resume callbacks

2014-07-17 Thread Benjamin Tissoires
On Jul 11 2014 or thereabouts, Andrew Duggan wrote: > Currently, the i2c-hid driver does not call the suspend, resume, and > reset_resume callbacks in the hid_driver struct when those events occur. > This means that HID drivers for i2c-hid devices will not be able to execute > commands which may be

[PATCH] HID: i2c-hid: call the hid driver's suspend and resume callbacks

2014-07-11 Thread Andrew Duggan
Currently, the i2c-hid driver does not call the suspend, resume, and reset_resume callbacks in the hid_driver struct when those events occur. This means that HID drivers for i2c-hid devices will not be able to execute commands which may be needed during suspend or resume. One example is when a touc