BeardOverflow / msi-ec

GNU General Public License v2.0
145 stars 45 forks source link

Add MSI Katana GF66 11UC support #39

Closed jastisriradheshyam closed 1 year ago

jastisriradheshyam commented 1 year ago

How I tested: by setting values at the mentioned paths and observing the behavior and also observing ec realtime values (sudo watch -n 0.1 hexdump -C /dev/ec)

Tested & Working

Not sure if it's working right

Not supported

Sample EC Dump

00000000  00 80 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000020  00 00 00 00 00 00 00 00  0a 05 00 00 00 04 0b 0b  |................|
00000030  03 09 00 0d 01 00 50 81  d2 11 88 2c c8 01 e0 00  |......P....,....|
00000040  00 00 62 00 e6 0e 00 00  86 0e ca 30 01 0c 00 00  |..b........0....|
00000050  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000060  00 00 00 00 00 00 00 00  5e 00 37 40 49 4c 52 58  |........^.7@ILRX|
00000070  64 55 26 2b 30 36 3c 46  55 64 08 03 03 03 03 03  |dU&+06<FUd......|
00000080  00 00 37 3d 43 49 4f 54  63 00 00 2b 30 36 3c 46  |..7=CIOTc..+06<F|
00000090  55 64 08 03 03 03 03 02  02 0f 7d 02 0a 78 5a 00  |Ud........}..xZ.|
000000a0  31 35 38 32 45 4d 53 31  2e 31 30 37 30 33 31 30  |1582EMS1.1070310|
000000b0  32 30 32 33 31 35 3a 31  30 3a 31 39 00 00 00 28  |202315:10:19...(|
000000c0  00 00 06 22 00 00 00 00  00 5e 00 b3 00 00 00 00  |...".....^......|
000000d0  00 00 c1 83 0d 0f 05 e4  00 01 00 00 00 00 00 00  |................|
000000e0  e2 00 00 e8 0e 0f 00 40  00 00 00 00 00 c0 00 00  |.......@........|
000000f0  00 00 70 00 00 64 00 00  64 00 00 00 00 00 00 00  |..p..d..d.......|
00000100
BeardOverflow commented 1 year ago

Hi @jastisriradheshyam

I reviewed your PR and all looks good. Thanks a lot for your contribution.

About "CPU Realtime Fan Speed" topic, please keep testing it. Overall work is done and even if you don't sure the correct base or address now, other users will test your code and they give us positive/negative feedback.