407b7ecaa6
Fixed build error using Xcode 12.
...
Build error:
duplicate symbol '_fannum'
ld: 4 duplicate symbols for architecture x86_64
2020-11-27 17:14:20 +00:00
3373ab1ab0
fixed Fan Key if there are more than 10 like in an XServe
2019-03-02 18:24:09 +01:00
8dd7096e96
Removed duplicate function, updates Xcode project
2018-08-12 00:18:06 +02:00
d1dff0106f
Merge pull request #76 from nandhp/master
...
Added -t for Temps display.
2018-08-11 23:43:52 +02:00
2c8c9ce9b0
Merge pull request #70 from denis2342/master
...
add support for float type 'flt '
2018-08-11 23:43:29 +02:00
ebe1cb6db6
Fixed Fan mode for MBP2018
2018-08-10 16:51:09 +02:00
e35ada4887
Added support for MacBookPro15,1 ( Mid 2018 )
...
Modified they way fans are controlled ( via FxTg instead of FxMn )
Added reset to auto mode on exit
2018-08-10 14:08:35 +02:00
cbe7057bb2
add support for float type 'flt '
2018-02-21 16:37:02 +01:00
757dd0083f
Add -t option to read temperatures
2017-07-30 12:34:09 -05:00
679e6c659c
Fix Makefile build
2017-07-30 12:30:31 -05:00
411ba5a485
Fixed build error
2016-03-21 14:42:01 +01:00
2075ad0793
Adding missing define in header, fixes #21
2015-03-13 09:50:12 -04:00
3dbea4bd98
Fix compile warning
...
Fix crash if smc failed to get current authorization during first use
2014-03-25 15:13:47 -04:00
595fcd5957
Additional merging
2014-02-10 01:57:21 +01:00
7383e0819e
Merge branch 'master' of https://github.com/mw9074/smcFanControl into mw9074-master
...
Conflicts:
smc-command/smc.c
smc-command/smc.h
2014-02-10 01:47:40 +01:00
3328c0018f
No longer read unnecessary data in -readFanData
...
-readFanData was always reading the temperature and the speeds of all
of the fans regardless of what data was displayed in the menu bar. Now,
-readFanData only reads the data necessary to update the text in the
menubar, so, if only the temp is displayed, only the temp is read. The
updating of the fan speeds in the menu is now only done when the user
clicks on the menu. Also: cleaned up some test code and deleted an
unnecessary comment.
2013-12-25 09:47:10 -05:00
c537db9fdd
Dramatically reduced energy impact by improving code efficiency
...
Cached various information to reduce calls to get information from
hardware. Avoided dynamic memory allocation. Added brief comments and
TODOs.
2013-12-21 09:26:27 -05:00
afebcc65f1
add more encoding types
2013-02-05 21:45:39 +01:00
77280ab43c
support all found sp/fp oocurances I found so far
2013-02-05 20:54:26 +01:00
7ea2001e49
add '{pwm' decoding support
2013-02-03 04:40:08 +01:00
de8d762534
SP78 is signed, so print it that way
2013-02-03 04:40:08 +01:00
44c4e1d15a
add support for SI16 signed integer type
2013-02-03 04:39:53 +01:00
dd63c65655
add support for SI8 signed integer type
2013-02-02 16:33:23 +01:00
3b87cc972d
added the two missing bits to the result when decoding FPE2 values
2013-02-01 01:47:35 +01:00
b125097a07
add support for the sp78 format
2013-01-31 20:31:11 +01:00
afb554fc66
add the ID of the fan to the output
2013-01-31 18:43:03 +01:00
95dfefbe13
correctly read out int values, this fixes the wrong number of keys displayed and all other values which are ints with more than one byte
2013-01-31 18:36:00 +01:00
9661b06959
2.4 Beta
...
Initial Commit
2012-08-20 21:34:54 +02:00