Re: [PATCH v3 3/4] HID: logitech: Add feature 0x0001: FeatureSet

2019-10-07 Thread Filipe Laíns
On Sun, 2019-10-06 at 19:29 +, Mazin Rezk wrote: > > > /* --- > > > --- */ > > > /* 0x0005: > > > GetDeviceNameType > > > */ > > > /*

Re: [PATCH v3 3/4] HID: logitech: Add feature 0x0001: FeatureSet

2019-10-06 Thread Mazin Rezk
On Sunday, October 6, 2019 11:25 AM, Filipe Laíns wrote: > On Sun, 2019-10-06 at 01:04 +, Mazin Rezk wrote: > > This patch adds support for the 0x0001 (FeatureSet) feature. This feature > > is used to look up the feature ID of a feature index on a device and list > > the total count of featur

Re: [PATCH v3 3/4] HID: logitech: Add feature 0x0001: FeatureSet

2019-10-06 Thread Filipe Laíns
On Sun, 2019-10-06 at 01:04 +, Mazin Rezk wrote: > This patch adds support for the 0x0001 (FeatureSet) feature. This feature > is used to look up the feature ID of a feature index on a device and list > the total count of features on the device. > > I also added the hidpp20_get_features functi

[PATCH v3 3/4] HID: logitech: Add feature 0x0001: FeatureSet

2019-10-05 Thread Mazin Rezk
This patch adds support for the 0x0001 (FeatureSet) feature. This feature is used to look up the feature ID of a feature index on a device and list the total count of features on the device. I also added the hidpp20_get_features function which iterates through all feature indexes on the device and