Re: [PATCH v6 1/2] HID: logitech: Add MX Master over Bluetooth

2019-10-18 Thread Mazin Rezk
On Friday, October 18, 2019 11:36 AM, Benjamin Tissoires wrote: > Hi Mazin, > > On Mon, Oct 14, 2019 at 8:36 PM Mazin Rezk mn...@protonmail.com wrote: > > > This patch adds support for the MX Master (b01e and b012) and also adds > > foundational code for other Bluetooth LE HID++ devices to be

Re: [PATCH v6 1/2] HID: logitech: Add MX Master over Bluetooth

2019-10-18 Thread Benjamin Tissoires
Hi Mazin, On Mon, Oct 14, 2019 at 8:36 PM Mazin Rezk wrote: > > This patch adds support for the MX Master (b01e and b012) and also adds > foundational code for other Bluetooth LE HID++ devices to be added. > > Some devices do not support short reports and thus have a quirk >

[PATCH v6 1/2] HID: logitech: Add MX Master over Bluetooth

2019-10-14 Thread Mazin Rezk
This patch adds support for the MX Master (b01e and b012) and also adds foundational code for other Bluetooth LE HID++ devices to be added. Some devices do not support short reports and thus have a quirk (HIDPP_QUIRK_MISSING_SHORT_REPORTS) that forces short reports to be sent as long reports.