Re: [MeeGo-dev] [PATCH 2/4] cy8ctmg110: Rework to be multi-touch ready

2010-08-23 Thread Greg KH
On Mon, Aug 23, 2010 at 07:37:41PM -0700, James wrote: > On 08/19/2010 05:11 PM, Greg KH wrote: >> On Thu, Aug 19, 2010 at 04:24:59PM -0700, James wrote: >> >>> This patch modifies cy8ctmg110_touch_pos to map all of the data provided >>> from the hardware into the cy8ctmg110 data structure for

Re: [MeeGo-dev] [PATCH 2/4] cy8ctmg110: Rework to be multi-touch ready

2010-08-23 Thread James
On 08/19/2010 05:11 PM, Greg KH wrote: On Thu, Aug 19, 2010 at 04:24:59PM -0700, James wrote: This patch modifies cy8ctmg110_touch_pos to map all of the data provided from the hardware into the cy8ctmg110 data structure for use within the driver. In doing so, the patch also cleans up some e

Re: [MeeGo-dev] [PATCH 2/4] cy8ctmg110: Rework to be multi-touch ready

2010-08-19 Thread Greg KH
On Thu, Aug 19, 2010 at 04:24:59PM -0700, James wrote: > This patch modifies cy8ctmg110_touch_pos to map all of the data provided > from the hardware into the cy8ctmg110 data structure for use within the > driver. In doing so, the patch also cleans up some endian conversions to > use be16_to_cpup(

[MeeGo-dev] [PATCH 2/4] cy8ctmg110: Rework to be multi-touch ready

2010-08-19 Thread James
This patch modifies cy8ctmg110_touch_pos to map all of the data provided from the hardware into the cy8ctmg110 data structure for use within the driver. In doing so, the patch also cleans up some endian conversions to use be16_to_cpup() This gets the driver one step closer to being able to suppo