Re: [PATCH 4/5] HID:hid-logitech: Rewrite of descriptor for all DF wheels

2016-09-14 Thread Simon Wood
On Fri, September 9, 2016 7:34 pm, kbuild test robot wrote: > All warnings (new ones prefixed by >>): > > > drivers/hid/hid-lg.c: In function 'lg_report_fixup': > >>> drivers/hid/hid-lg.c:347:28: warning: unused variable 'rev_min' >>> [-Wunused-variable] >>> > __u16 bcdDevice, rev_maj, rev_min; >

Re: [PATCH 4/5] HID:hid-logitech: Rewrite of descriptor for all DF wheels

2016-09-14 Thread Simon Wood
On Fri, September 9, 2016 7:34 pm, kbuild test robot wrote: > All warnings (new ones prefixed by >>): > > > drivers/hid/hid-lg.c: In function 'lg_report_fixup': > >>> drivers/hid/hid-lg.c:347:28: warning: unused variable 'rev_min' >>> [-Wunused-variable] >>> > __u16 bcdDevice, rev_maj, rev_min; >

Re: [PATCH 4/5] HID:hid-logitech: Rewrite of descriptor for all DF wheels

2016-09-09 Thread kbuild test robot
Hi Simon, [auto build test WARNING on hid/for-next] [also build test WARNING on v4.8-rc5 next-20160909] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to record

Re: [PATCH 4/5] HID:hid-logitech: Rewrite of descriptor for all DF wheels

2016-09-09 Thread kbuild test robot
Hi Simon, [auto build test WARNING on hid/for-next] [also build test WARNING on v4.8-rc5 next-20160909] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to record

[PATCH 4/5] HID:hid-logitech: Rewrite of descriptor for all DF wheels

2016-09-09 Thread Simon Wood
Rewrite the HID descriptor for _all_ Driving Force wheels (real or emulated) so that they can report separate Accelerator and Brake axis. If the user wants a combined accel/brake axis, they can use the 'combined pedals' feature. $ echo 1 > /sys/bus/hid/devices//combine_pedals Signed-off-by:

[PATCH 4/5] HID:hid-logitech: Rewrite of descriptor for all DF wheels

2016-09-09 Thread Simon Wood
Rewrite the HID descriptor for _all_ Driving Force wheels (real or emulated) so that they can report separate Accelerator and Brake axis. If the user wants a combined accel/brake axis, they can use the 'combined pedals' feature. $ echo 1 > /sys/bus/hid/devices//combine_pedals Signed-off-by: