Re: [PATCH 0/2] HID: logitech-hidpp: allow to disable tap to click on the K400

2015-09-04 Thread Jiri Kosina
On Thu, 3 Sep 2015, Benjamin Tissoires wrote: > Hi guys, > > This series adds a new parameter for the K400 owners. This keyboard has an > embedded touchpad which defaults to report tap to click. It can be annoying > given that there are physical buttons, and we can just disable that from the > ho

Re: [PATCH 0/2] HID: logitech-hidpp: allow to disable tap to click on the K400

2015-09-03 Thread simon
> The first patch might conflict with Simon's current work in progress, so > that's why Simon is CC-ed to it. Thanks for the 'heads-up', I think that the HID++ stuff I have in progress won't be ready until the 4.4 cycle, Cheers, Simon -- To unsubscribe from this list: send the line "unsubscribe

[PATCH 0/2] HID: logitech-hidpp: allow to disable tap to click on the K400

2015-09-03 Thread Benjamin Tissoires
Hi guys, This series adds a new parameter for the K400 owners. This keyboard has an embedded touchpad which defaults to report tap to click. It can be annoying given that there are physical buttons, and we can just disable that from the host by using the feature 0x6010. The first patch might conf