Re: [PATCH 1/2] HID: hid-logitech: Simplify wheel detection scheme

2015-11-06 Thread Jiri Kosina
On Mon, 2 Nov 2015, Simon Wood wrote: > Simplfy how hid-logitech driver detects the native mode of the wheel, > done by looking at the USB-ID revision and comparing bit mask. > > Signed-off-by: Simon Wood I've applied both patches to for-4.4/logitech. Thanks, -- Jiri Kosina SUSE Labs -- To

Re: [PATCH 1/2] HID: hid-logitech: Simplify wheel detection scheme

2015-11-06 Thread Jiri Kosina
On Mon, 2 Nov 2015, Simon Wood wrote: > Simplfy how hid-logitech driver detects the native mode of the wheel, > done by looking at the USB-ID revision and comparing bit mask. > > Signed-off-by: Simon Wood I've applied both patches to for-4.4/logitech. Thanks, -- Jiri

[PATCH 1/2] HID: hid-logitech: Simplify wheel detection scheme

2015-11-02 Thread Simon Wood
Simplfy how hid-logitech driver detects the native mode of the wheel, done by looking at the USB-ID revision and comparing bit mask. Signed-off-by: Simon Wood --- drivers/hid/hid-lg4ff.c | 70 - 1 file changed, 28 insertions(+), 42 deletions(-)

[PATCH 1/2] HID: hid-logitech: Simplify wheel detection scheme

2015-11-02 Thread Simon Wood
Simplfy how hid-logitech driver detects the native mode of the wheel, done by looking at the USB-ID revision and comparing bit mask. Signed-off-by: Simon Wood --- drivers/hid/hid-lg4ff.c | 70 - 1 file changed, 28