Skip to content

Commit

Permalink
Add HP Pavilion 15-cb Fans, should work for HP-83XX motherboard (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
zty199 authored Apr 23, 2021
1 parent ffc392a commit fe28c13
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Docs/EmbeddedControllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,18 @@ Field (ERAM, ByteAcc, NoLock, Preserve)

_Note_: Found and tested by @1alessandro1. Only one fan header exists, so both fans will be reported in sync as a single fan as shown [here](https://github.com/acidanthera/bugtracker/issues/395#issuecomment-808756416).

### HP Pavilion 15-cb073tx (`generic`)

- `ec-device` = `"generic"`
- `fan-count` = `2`
- `fan0-addr` = `0xB2`
- `fan0-size` = `2`
- `fan0-big` = `0`
- `fan1-addr` = `0xC3`
- `fan1-size` = `2`
- `fan1-big` = `0`

_Note_: Found and tested by @zty199, with @1alessandro1's help. EC RAM details are exactly the same as HP Pavilion 14 CE2072NL, but one more fan connector exists on the motherboard.

### HP ZBook 17 G5 (`generic`)

Expand All @@ -503,7 +515,6 @@ _Note_: Found and tested by @1alessandro1. Only one fan header exists, so both f
- `fan1-mul` = `BE`
- `fan1-div` = `11`


<hr>

(List compiled by @MacKonsti proudly assisting @vit9696)

0 comments on commit fe28c13

Please sign in to comment.