Re: [PATCH v2 0/7] HID: multitouch: support of hybrid finger/pen devices

2013-03-27 Thread Jiri Kosina
On Fri, 22 Mar 2013, Benjamin Tissoires wrote: > Hi Guys, > > this is the second iteration of the support of dual sensors (pen + touch) > devices. > > There has not been a lot of changes since v1: > - use " |= " instead of " = r || " in patch 1 > - introduce a factorization of input_configured()

[PATCH v2 0/7] HID: multitouch: support of hybrid finger/pen devices

2013-03-22 Thread Benjamin Tissoires
Hi Guys, this is the second iteration of the support of dual sensors (pen + touch) devices. There has not been a lot of changes since v1: - use " |= " instead of " = r || " in patch 1 - introduce a factorization of input_configured() in patch 2 (which makes more sense IMO) - patch 4 is new, but