Re: [PATCH v4 1/6] Input: synaptics - Split synaptics_resolution(), query first

2015-03-09 Thread Dmitry Torokhov
On Fri, Feb 06, 2015 at 10:44:54AM -0500, Benjamin Tissoires wrote: > From: Daniel Martin > > Split the function synaptics_resolution() into > synaptics_resolution() and synaptics_quirks(). > > synaptics_resolution() will be called before synaptics_quirks() to query > dimensions and

Re: [PATCH v4 1/6] Input: synaptics - Split synaptics_resolution(), query first

2015-03-09 Thread Dmitry Torokhov
On Fri, Feb 06, 2015 at 10:44:54AM -0500, Benjamin Tissoires wrote: From: Daniel Martin consume.no...@gmail.com Split the function synaptics_resolution() into synaptics_resolution() and synaptics_quirks(). synaptics_resolution() will be called before synaptics_quirks() to query

[PATCH v4 1/6] Input: synaptics - Split synaptics_resolution(), query first

2015-02-06 Thread Benjamin Tissoires
From: Daniel Martin Split the function synaptics_resolution() into synaptics_resolution() and synaptics_quirks(). synaptics_resolution() will be called before synaptics_quirks() to query dimensions and resolutions before overwriting them with quirks. Cc: sta...@vger.kernel.org

[PATCH v4 1/6] Input: synaptics - Split synaptics_resolution(), query first

2015-02-06 Thread Benjamin Tissoires
From: Daniel Martin consume.no...@gmail.com Split the function synaptics_resolution() into synaptics_resolution() and synaptics_quirks(). synaptics_resolution() will be called before synaptics_quirks() to query dimensions and resolutions before overwriting them with quirks. Cc: