Re: [PATCH 08/14] HID: logitech-dj: remove hid_output_raw_report call

2014-02-12 Thread David Herrmann
Hi On Mon, Feb 10, 2014 at 6:58 PM, Benjamin Tissoires wrote: > hid-input do not use anymore hid_output_raw_report() to set the LEDs. > Use the correct implementation now and make them working again. Looks good. Reviewed-by: David Herrmann Thanks David > Signed-off-by: Benjamin Tissoires >

Re: [PATCH 08/14] HID: logitech-dj: remove hid_output_raw_report call

2014-02-12 Thread David Herrmann
Hi On Mon, Feb 10, 2014 at 6:58 PM, Benjamin Tissoires benjamin.tissoi...@redhat.com wrote: hid-input do not use anymore hid_output_raw_report() to set the LEDs. Use the correct implementation now and make them working again. Looks good. Reviewed-by: David Herrmann dh.herrm...@gmail.com

[PATCH 08/14] HID: logitech-dj: remove hid_output_raw_report call

2014-02-10 Thread Benjamin Tissoires
hid-input do not use anymore hid_output_raw_report() to set the LEDs. Use the correct implementation now and make them working again. Signed-off-by: Benjamin Tissoires --- drivers/hid/hid-logitech-dj.c | 21 ++--- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git

[PATCH 08/14] HID: logitech-dj: remove hid_output_raw_report call

2014-02-10 Thread Benjamin Tissoires
hid-input do not use anymore hid_output_raw_report() to set the LEDs. Use the correct implementation now and make them working again. Signed-off-by: Benjamin Tissoires benjamin.tissoi...@redhat.com --- drivers/hid/hid-logitech-dj.c | 21 ++--- 1 file changed, 6 insertions(+), 15