Re: [PATCH v7 3/3] HID: logitech-hidpp: Support WirelessDeviceStatus connect events

2019-10-22 Thread Benjamin Tissoires
Hi Mazin On Sun, Oct 20, 2019 at 6:43 AM Mazin Rezk wrote: > > This patch allows hidpp_report_is_connect_event to support > WirelessDeviceStatus connect events. > > The WirelessDeviceStatus feature index is stored in hidpp_device when > probed. The connect event's fap feature_index is compared ag

[PATCH v7 3/3] HID: logitech-hidpp: Support WirelessDeviceStatus connect events

2019-10-19 Thread Mazin Rezk
This patch allows hidpp_report_is_connect_event to support WirelessDeviceStatus connect events. The WirelessDeviceStatus feature index is stored in hidpp_device when probed. The connect event's fap feature_index is compared against it if the device supports it. Thanks, Mazin Signed-off-by: Mazin