Re: [PATCH v6 2/2] HID: logitech: Support WirelessDeviceStatus connect events

2019-10-18 Thread Mazin Rezk
On Friday, October 18, 2019 11:38 AM, Benjamin Tissoires wrote: > On Mon, Oct 14, 2019 at 8:36 PM Mazin Rezk mn...@protonmail.com wrote: > > > This patch allows WirelessDeviceStatus (0x1d4b) events to be detected as > > connection events in the hid-logitech-hidpp module. > > Devices with HIDPP_Q

Re: [PATCH v6 2/2] HID: logitech: Support WirelessDeviceStatus connect events

2019-10-18 Thread Benjamin Tissoires
On Mon, Oct 14, 2019 at 8:36 PM Mazin Rezk wrote: > > This patch allows WirelessDeviceStatus (0x1d4b) events to be detected as > connection events in the hid-logitech-hidpp module. > > Devices with HIDPP_QUIRK_WIRELESS_DEVICE_STATUS use WirelessDeviceStatus > instead of traditional connect events.

[PATCH v6 2/2] HID: logitech: Support WirelessDeviceStatus connect events

2019-10-14 Thread Mazin Rezk
This patch allows WirelessDeviceStatus (0x1d4b) events to be detected as connection events in the hid-logitech-hidpp module. Devices with HIDPP_QUIRK_WIRELESS_DEVICE_STATUS use WirelessDeviceStatus instead of traditional connect events. Since all Bluetooth LE devices seem to act this way, HIDPP_QU