Cryolitia / gpd-fan-driver

GNU General Public License v2.0
12 stars 2 forks source link

Made an `gpdfanspeed` command line control utility. #5

Closed dreirund closed 7 months ago

dreirund commented 7 months ago

I made a simple bash programme that interferes with this driver and allows to print or set settings.

Feel free to bundle it as utility with your driver:
gpdfanspeed

Cryolitia commented 7 months ago

I don't think there's a need for a bash utility wrapper again for a driver that fully adheres to the linux hwmon subsystem, userspace programs can use libsensor or whatever implementation they like. Anyway, thanks for your labor, I'll mention this in the README later.

dreirund commented 7 months ago

I don't think there's a need for a bash utility wrapper again for a driver that fully adheres to the linux hwmon subsystem

OK, I never dealt with the hwmon subsystem before and when I wrote the utility I thought the driver needs machine-specific usage on the user interface side.

But now I got it, that the driver exposes a standardised interface to userspace.