Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to latest #16

Merged
merged 36 commits into from
Aug 22, 2023
Merged

Conversation

coreyshuman
Copy link
Owner

No description provided.

javs and others added 30 commits April 3, 2023 13:22
* Also change IT8792 to use voltage gain 0.011. This matches Gigabyte software, although the value may still be wrong.
…1050)

Bumps [System.Management](https://github.com/dotnet/runtime) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: System.Management
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Adding checks around the value cache in the IPMI update to prevent null dereference.

* Adding braces for code style.

---------

Co-authored-by: doolbneerg <[email protected]>
* Add Names for Gigabyte B660M_DS3H_AX_DDR4

* Updated naming, added parsing
PR #1076 incorrectly introduced a build break due to wrong placement of parenthesis.
Contributor doesn't appear to have compiled the code.

Co-authored-by: ImLp <[email protected]>
…enZ hardware support (#1078)

* Improve support for NZXT Kraken V3 devices and merge KrakenX and KrakenZ hardware support

* add support for new kraken elite 2023

* Add support for kraken 2023 (non-elite)

* removed ContinuousRead as it's too eager and conflicted with other application connecting to the device (to manage lcd or leds for example)

* handle ObjectDisposedException and cleanup code

* Update KrakenV3.cs

---------

Co-authored-by: PhyxionNL <[email protected]>
new Krakens 2023 have a slightly different header
when setting fan speed:
- when setting fan speed byte 3 and 4 must be `0x1 0x1` instead of `0x0 0x0`
- when setting pump speed byte 3 and 4 must be `0x1 0x0` instead of `0x0
  0x0` (but even `0x0 0x0`) works for some reason
Set to requireAdministrator.
* Trying a different register for NCT6799D

* Making a note of what NCT6799D was before

* a

* Adding support for the ROG CROSSHAIR X670E GENE
* add partially support for MS-7751 boards (F71889AD)

Signed-off-by: wlkmanist <[email protected]>

* Update SuperIOHardware.cs

* Update Identification.cs

* Update Model.cs

* Update SuperIOHardware.cs

---------

Signed-off-by: wlkmanist <[email protected]>
Co-authored-by: PhyxionNL <[email protected]>
* Rename IT8795E to IT87952E

IT8795E and IT87952E are distinct chips (with their own IC markings).
The IT8795E, as the IT8791E and IT8792E, reports chip ID 0x8733 whereas
the IT87952E identifies as 0x8695.

* Gigabyte EC: Fix typo in LPC register restore

When the AMD LPC Bridge registers are restored after configuring memory
mapping, restore the correct value for the "Memory Address for LPC
target cycles" register.

* Add IT87952E fan control for Gigabyte boards

IT87952E (ID 0x8695) has a third byte in SuperIO config space
(LDN 0x0F) that determines more bits of the host address for LPC memory
mapping.

Also the base address for Gigabyte boards is 0xFC000000 instead of
0xFF000000 (as is the case with IT8790/1/2/5).
This should make additional fan controls work on Gigabyte mainboards
where the settings had no effect previously, e.g: X570S AORUS MASTER
and X670E AORUS MASTER. (cf. Issue #251)
It does not yet work for Intel boards as the LPC bridge requires
different programming.

* Update LpcIO.cs

---------

Co-authored-by: PhyxionNL <[email protected]>
Bumps [System.Management](https://github.com/dotnet/runtime) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.1...v7.0.2)

---
updated-dependencies:
- dependency-name: System.Management
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…ibreHardwareMonitor/System.Management-7.0.2
* readme added Admistrator rights description

* Update README.md

---------

Co-authored-by: PhyxionNL <[email protected]>
DrLippe and others added 6 commits July 27, 2023 21:31
* Add board support for ASUS Z790-I GAMING WIFI

* Add board support for ASUS Z790-I GAMING WIFI

* Add board support for ASUS Z790-I GAMING WIFI
* fix: Capabilities is a bit flag field

* * use Flags
Signed-off-by: wlkmanist <[email protected]>

 Conflicts:
	LibreHardwareMonitorLib/Hardware/Motherboard/Identification.cs
	LibreHardwareMonitorLib/Hardware/Motherboard/Model.cs
* Move IT8665E Sensor to GetIteConfigurationsB

* Fix Fan controll settings
@coreyshuman coreyshuman merged commit 511645e into coreyshuman:master Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.