Re: [PATCH v7] hwmon: add Corsair Commander Pro driver

2020-07-07 Thread Guenter Roeck
On Fri, Jun 26, 2020 at 07:59:36AM +0200, Marius Zachmann wrote: > This is v7 of a driver for the Corsair Commander Pro. > It provides sysfs attributes for: > - Reading fan speed > - Reading temp sensors > - Reading voltage values > - Writing pwm and reading last written pwm > - Reading fan and

Re: [PATCH v7] hwmon: add Corsair Commander Pro driver

2020-07-07 Thread Benjamin Tissoires
On Tue, Jul 7, 2020 at 12:20 PM Jiri Kosina wrote: > > On Mon, 29 Jun 2020, Guenter Roeck wrote: > > > On Fri, Jun 26, 2020 at 07:59:36AM +0200, Marius Zachmann wrote: > > > This is v7 of a driver for the Corsair Commander Pro. > > > It provides sysfs attributes for: > > > - Reading fan speed > >

Re: [PATCH v7] hwmon: add Corsair Commander Pro driver

2020-07-07 Thread Jiri Kosina
On Mon, 29 Jun 2020, Guenter Roeck wrote: > On Fri, Jun 26, 2020 at 07:59:36AM +0200, Marius Zachmann wrote: > > This is v7 of a driver for the Corsair Commander Pro. > > It provides sysfs attributes for: > > - Reading fan speed > > - Reading temp sensors > > - Reading voltage values > > -

Re: [PATCH v7] hwmon: add Corsair Commander Pro driver

2020-06-29 Thread Guenter Roeck
On Fri, Jun 26, 2020 at 07:59:36AM +0200, Marius Zachmann wrote: > This is v7 of a driver for the Corsair Commander Pro. > It provides sysfs attributes for: > - Reading fan speed > - Reading temp sensors > - Reading voltage values > - Writing pwm and reading last written pwm > - Reading fan and

Re: [PATCH v7] hwmon: add Corsair Commander Pro driver

2020-06-26 Thread Marius Zachmann
On 26.06.20 at 15:21:35 CEST, Guenter Roeck wrote > On Fri, Jun 26, 2020 at 07:59:36AM +0200, Marius Zachmann wrote: > > This is v7 of a driver for the Corsair Commander Pro. > > Note to self: Reword when applying. > > > It provides sysfs attributes for: > > - Reading fan speed > > - Reading

Re: [PATCH v7] hwmon: add Corsair Commander Pro driver

2020-06-26 Thread Guenter Roeck
On Fri, Jun 26, 2020 at 07:59:36AM +0200, Marius Zachmann wrote: > This is v7 of a driver for the Corsair Commander Pro. Note to self: Reword when applying. > It provides sysfs attributes for: > - Reading fan speed > - Reading temp sensors > - Reading voltage values > - Writing pwm and reading

[PATCH v7] hwmon: add Corsair Commander Pro driver

2020-06-26 Thread Marius Zachmann
This is v7 of a driver for the Corsair Commander Pro. It provides sysfs attributes for: - Reading fan speed - Reading temp sensors - Reading voltage values - Writing pwm and reading last written pwm - Reading fan and temp connection status It is an usb driver, so it needs to be ignored by usbhid.