[Linuxwacom-devel] [PATCH 1/2 v3] Support pen and MT on the same logical port

2011-03-21 Thread Ping Cheng
Serial ISDv4 kernel driver, wacom_w8001.ko, provides both pen and touch events on the same logical port. Filtering touch events when pen is in proximity while allowing pen events (ABS_X/Y, etc) pass. Making this action configurable would make sense when XInput 2.1 is ready. At that point, we can

Re: [Linuxwacom-devel] [PATCH 1/2 v3] Support pen and MT on the same logical port

2011-03-21 Thread Peter Hutterer
On Mon, Mar 21, 2011 at 02:09:58PM -0700, Ping Cheng wrote: Serial ISDv4 kernel driver, wacom_w8001.ko, provides both pen and touch events on the same logical port. Filtering touch events when pen is in proximity while allowing pen events (ABS_X/Y, etc) pass. Making this action configurable