Re: [PATCH] hwmon: corsair-cpro: Change to hid driver

2020-07-15 Thread Guenter Roeck
On Wed, Jul 15, 2020 at 08:59:52AM +0200, Marius Zachmann wrote: > On 15.07.20 at 04:36:22 CEST, Guenter Roeck wrote > > On Tue, Jul 14, 2020 at 12:52:30PM +0200, Marius Zachmann wrote: > > > I found a project which uses hidraw to communicate with the device. > > > Because I do not want to break an

Re: [PATCH] hwmon: corsair-cpro: Change to hid driver

2020-07-15 Thread Guenter Roeck
On Tue, Jul 14, 2020 at 12:52:30PM +0200, Marius Zachmann wrote: > I found a project which uses hidraw to communicate with the device. > Because I do not want to break any existing userspace code, I > changed this to a hid driver, so hidraw can still be used. > Do I need to include the hid maintain

Re: [PATCH] hwmon: corsair-cpro: Change to hid driver

2020-07-15 Thread Marius Zachmann
On 15.07.20 at 04:36:22 CEST, Guenter Roeck wrote > On Tue, Jul 14, 2020 at 12:52:30PM +0200, Marius Zachmann wrote: > > I found a project which uses hidraw to communicate with the device. > > Because I do not want to break any existing userspace code, I > > changed this to a hid driver, so hidraw

Re: [PATCH] hwmon: corsair-cpro: Change to hid driver

2020-07-14 Thread Guenter Roeck
On Tue, Jul 14, 2020 at 12:52:30PM +0200, Marius Zachmann wrote: > I found a project which uses hidraw to communicate with the device. > Because I do not want to break any existing userspace code, I > changed this to a hid driver, so hidraw can still be used. > Do I need to include the hid maintain