Re: [PATCH 04/14] HID: i2c-hid: implement ll_driver transport-layer callbacks

2014-02-12 Thread David Herrmann
Hi On Mon, Feb 10, 2014 at 6:58 PM, Benjamin Tissoires wrote: > Add output_report and raw_request to i2c-hid. > The current implementation of i2c_hid_output_raw_report decides > by itself if it should use a direct send of the output report > or use the data register (SET_REPORT). Split that by re

[PATCH 04/14] HID: i2c-hid: implement ll_driver transport-layer callbacks

2014-02-10 Thread Benjamin Tissoires
Add output_report and raw_request to i2c-hid. The current implementation of i2c_hid_output_raw_report decides by itself if it should use a direct send of the output report or use the data register (SET_REPORT). Split that by reimplement the logic in __i2c_hid_output_raw_report() which will be dropp