Re: [PATCH 6/6] HID: hid-logitech-hidpp: G920 remove deadzones

2015-11-10 Thread Simon Wood
> With this change, and the nitpicks in the other patches, the series is: > Reviewed-by: Benjamin Tissoires Have Patch-V2 in progress. Other build problems stopped in last night but trying again with new pull - hopefully they are fixed. Simon -- To unsubscribe from this list: send the line "un

Re: [PATCH 6/6] HID: hid-logitech-hidpp: G920 remove deadzones

2015-11-09 Thread Benjamin Tissoires
On Sat, Nov 7, 2015 at 5:10 PM, Simon Wood wrote: > Ensure that the G920 is not given the default deadzones. > > Signed-off-by: Simon Wood > --- > drivers/hid/hid-logitech-hidpp.c | 22 ++ > 1 file changed, 22 insertions(+) > > diff --git a/drivers/hid/hid-logitech-hidpp.c >

[PATCH 6/6] HID: hid-logitech-hidpp: G920 remove deadzones

2015-11-07 Thread Simon Wood
Ensure that the G920 is not given the default deadzones. Signed-off-by: Simon Wood --- drivers/hid/hid-logitech-hidpp.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/drivers/hid/hid-logitech-hidpp.c b/drivers/hid/hid-logitech-hidpp.c index 03e01be..853b9c2 100644 --