| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| README | 2013-08-19 | 1.4 kB | |
| kuhler_driver-0.61.tar.gz | 2013-08-19 | 13.3 kB | |
| CHANGELOG | 2013-08-05 | 1.3 kB | |
| kuhler_driver-0.6.tar.gz | 2013-08-05 | 13.3 kB | |
| kuhler_driver-0.5.tar.gz | 2013-04-02 | 10.5 kB | |
| kuhler_driver-0.4.tar.gz | 2012-07-24 | 7.4 kB | |
| kuhler_driver-0.3.tar.gz | 2012-06-15 | 6.7 kB | |
| kuhler_driver-0.2.tar.gz | 2012-05-29 | 6.6 kB | |
| kuhler_driver-0.1.tar.gz | 2012-05-24 | 6.5 kB | |
| Totals: 9 Items | 66.9 kB | 4 |
CHANGELOG
v0.1 : original version - beta
v0.2 : tidied up makefile to be compliant /w ubuntu 12.04
- changed location of libusb-1.0 header to be compliant with debian
- added LED r/g/b color display in status
- added usage information "-h" switch
v0.3 : fix race condition in kuhlerd - semaphore
v0.4 :
- added deg/C to deg/F conversion [only for temperature display]
- added install option to makefile
- added syslog for messages so we don't clutter up the terminal -- check /var/log/messages or /var/log/syslog
- added version string for both daemon and control program
- fixed minor issue where mode_change causes incorrect fan speed display
v0.41 :
- removed linux/kernel.h from kuhler_920.c - not needed - better OSX compatibility
v0.5 :
- added udev rules template - thanks to "Checkmates"
- revised control packet, memory reduction
- reviesed led values - corruption issue
- added thread to do "real time monitoring" / histograms for temperature and fan speed
- better MacOS Compatibility - fork() implementation - thanks to "Checkmates"
- added V4 kuhler to headers - pending verification
v0.6 :
- Makefile mods for easier installation
- added umask
- added RUN statement to rules for udev
- added BETA Support for V4 of Kuhler : 2433:b200 USB VID/PID Combination
v0.61 :
- fixed Makefile [removed temporary kctl target]