Re: [PATCH] HID: logitech: Use HIDPP_RECEIVER_INDEX instead of 0xff

2020-07-07 Thread Jiri Kosina
On Sun, 5 Jul 2020, Mazin Rezk wrote: > Some parts of hid-logitech-dj explicitly referred to 0xff for the > receiver index. This patch changes those references to the > HIDPP_RECEIVER_INDEX definition. Applied, thanks. -- Jiri Kosina SUSE Labs

Re: [PATCH] HID: logitech: Use HIDPP_RECEIVER_INDEX instead of 0xff

2020-07-06 Thread Filipe LaĆ­ns
On Sun, 2020-07-05 at 02:48 +, Mazin Rezk wrote: > Some parts of hid-logitech-dj explicitly referred to 0xff for the > receiver index. This patch changes those references to the > HIDPP_RECEIVER_INDEX definition. > > Signed-off-by: Mazin Rezk > --- > drivers/hid/hid-logitech-dj.c | 6 +++---

[PATCH] HID: logitech: Use HIDPP_RECEIVER_INDEX instead of 0xff

2020-07-04 Thread Mazin Rezk
Some parts of hid-logitech-dj explicitly referred to 0xff for the receiver index. This patch changes those references to the HIDPP_RECEIVER_INDEX definition. Signed-off-by: Mazin Rezk --- drivers/hid/hid-logitech-dj.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/driv