Re: [PATCH] Input: i8042 - disable active multiplexing by default

2014-10-13 Thread Dmitry Torokhov
Hi Pavel, On Sun, Oct 12, 2014 at 04:30:39PM +0200, Pavel Machek wrote: > On Fri 2014-10-10 13:51:31, Dmitry Torokhov wrote: > > Active multiplexing is a nice feature as it allows several pointing devices > > (such as touchpad and external mouse) use their native protocols at the > > same time.

Re: [PATCH] Input: i8042 - disable active multiplexing by default

2014-10-13 Thread Dmitry Torokhov
Hi Pavel, On Sun, Oct 12, 2014 at 04:30:39PM +0200, Pavel Machek wrote: On Fri 2014-10-10 13:51:31, Dmitry Torokhov wrote: Active multiplexing is a nice feature as it allows several pointing devices (such as touchpad and external mouse) use their native protocols at the same time.

Re: [PATCH] Input: i8042 - disable active multiplexing by default

2014-10-12 Thread Pavel Machek
On Fri 2014-10-10 13:51:31, Dmitry Torokhov wrote: > Active multiplexing is a nice feature as it allows several pointing devices > (such as touchpad and external mouse) use their native protocols at the > same time. Unfortunately many manufacturers do not implement the feature > properly even

Re: [PATCH] Input: i8042 - disable active multiplexing by default

2014-10-12 Thread Pavel Machek
On Fri 2014-10-10 13:51:31, Dmitry Torokhov wrote: Active multiplexing is a nice feature as it allows several pointing devices (such as touchpad and external mouse) use their native protocols at the same time. Unfortunately many manufacturers do not implement the feature properly even though

Re: [PATCH] Input: i8042 - disable active multiplexing by default

2014-10-11 Thread Hans de Goede
Hi, On 10/10/2014 11:22 PM, Dmitry Torokhov wrote: > On Fri, Oct 10, 2014 at 05:18:27PM -0400, Dave Jones wrote: >> On Fri, Oct 10, 2014 at 01:51:31PM -0700, Dmitry Torokhov wrote: >> >> > /* >> > - * Some Fujitsu notebooks are having trouble with touchpads if >> > - * active multiplexing

Re: [PATCH] Input: i8042 - disable active multiplexing by default

2014-10-11 Thread Hans de Goede
Hi, On 10/10/2014 11:22 PM, Dmitry Torokhov wrote: On Fri, Oct 10, 2014 at 05:18:27PM -0400, Dave Jones wrote: On Fri, Oct 10, 2014 at 01:51:31PM -0700, Dmitry Torokhov wrote: /* - * Some Fujitsu notebooks are having trouble with touchpads if - * active multiplexing mode is

Re: [PATCH] Input: i8042 - disable active multiplexing by default

2014-10-10 Thread Dmitry Torokhov
On Fri, Oct 10, 2014 at 05:18:27PM -0400, Dave Jones wrote: > On Fri, Oct 10, 2014 at 01:51:31PM -0700, Dmitry Torokhov wrote: > > > /* > > - * Some Fujitsu notebooks are having trouble with touchpads if > > - * active multiplexing mode is activated. Luckily they don't have > > - * external

Re: [PATCH] Input: i8042 - disable active multiplexing by default

2014-10-10 Thread Dave Jones
On Fri, Oct 10, 2014 at 01:51:31PM -0700, Dmitry Torokhov wrote: > /* > - * Some Fujitsu notebooks are having trouble with touchpads if > - * active multiplexing mode is activated. Luckily they don't have > - * external PS/2 ports so we can safely disable it. > - * ... apparently some

Re: [PATCH] Input: i8042 - disable active multiplexing by default

2014-10-10 Thread Dmitry Torokhov
On Fri, Oct 10, 2014 at 10:59:19PM +0200, Jiri Kosina wrote: > On Fri, 10 Oct 2014, Dmitry Torokhov wrote: > > > Active multiplexing is a nice feature as it allows several pointing devices > > (such as touchpad and external mouse) use their native protocols at the > > same time. Unfortunately

Re: [PATCH] Input: i8042 - disable active multiplexing by default

2014-10-10 Thread Jiri Kosina
On Fri, 10 Oct 2014, Dmitry Torokhov wrote: > Active multiplexing is a nice feature as it allows several pointing devices > (such as touchpad and external mouse) use their native protocols at the > same time. Unfortunately many manufacturers do not implement the feature > properly even though

[PATCH] Input: i8042 - disable active multiplexing by default

2014-10-10 Thread Dmitry Torokhov
Active multiplexing is a nice feature as it allows several pointing devices (such as touchpad and external mouse) use their native protocols at the same time. Unfortunately many manufacturers do not implement the feature properly even though they advertise it. The problematic implementations are

[PATCH] Input: i8042 - disable active multiplexing by default

2014-10-10 Thread Dmitry Torokhov
Active multiplexing is a nice feature as it allows several pointing devices (such as touchpad and external mouse) use their native protocols at the same time. Unfortunately many manufacturers do not implement the feature properly even though they advertise it. The problematic implementations are

Re: [PATCH] Input: i8042 - disable active multiplexing by default

2014-10-10 Thread Jiri Kosina
On Fri, 10 Oct 2014, Dmitry Torokhov wrote: Active multiplexing is a nice feature as it allows several pointing devices (such as touchpad and external mouse) use their native protocols at the same time. Unfortunately many manufacturers do not implement the feature properly even though they

Re: [PATCH] Input: i8042 - disable active multiplexing by default

2014-10-10 Thread Dmitry Torokhov
On Fri, Oct 10, 2014 at 10:59:19PM +0200, Jiri Kosina wrote: On Fri, 10 Oct 2014, Dmitry Torokhov wrote: Active multiplexing is a nice feature as it allows several pointing devices (such as touchpad and external mouse) use their native protocols at the same time. Unfortunately many

Re: [PATCH] Input: i8042 - disable active multiplexing by default

2014-10-10 Thread Dave Jones
On Fri, Oct 10, 2014 at 01:51:31PM -0700, Dmitry Torokhov wrote: /* - * Some Fujitsu notebooks are having trouble with touchpads if - * active multiplexing mode is activated. Luckily they don't have - * external PS/2 ports so we can safely disable it. - * ... apparently some Toshibas

Re: [PATCH] Input: i8042 - disable active multiplexing by default

2014-10-10 Thread Dmitry Torokhov
On Fri, Oct 10, 2014 at 05:18:27PM -0400, Dave Jones wrote: On Fri, Oct 10, 2014 at 01:51:31PM -0700, Dmitry Torokhov wrote: /* - * Some Fujitsu notebooks are having trouble with touchpads if - * active multiplexing mode is activated. Luckily they don't have - * external PS/2 ports