Add support for Gigabyte AORUS GeForce RTX 5080 XTREME WATERFORCE 16G. Closes #5099

Initial commit for Gigabyte AORUS RTX 5080 XTREME WATERFORCE 16G graphics card.

  • Added PCI device ID 0x418A for Gigabyte AORUS RTX 5080 XTREME WATERFORCE
    • Created custom AORUS WATERFORCE layout with 3 zones:
      • Bottom Logo (hardware zone 1)
      • Radiator Fans (hardware zone 2)
      • Top and Side Logos (hardware zone 3)
    • Hardware zone 0 is skipped as it does not exist on this card variant
    • Added I2C detector for the new device at address 0x75
    • Minor whitespace alignment fixes in NVIDIA Illumination controller

Tested on Gigabyte AORUS GeForce RTX 5080 XTREME WATERFORCE (1458:418A). All three RGB zones function correctly with independent color control

Checklist for Accepting a Merge Request for a New Device

  • The source branch of the merge request is not protected (master is protected by default when creating a fork, so it is recommended to not use it as your source).
  • The New Device issue raised for this device is linked to this MR with a keyword Closes / Resolves / Implements
  • There is a device protocol page in the Developer Wiki or there is enough information / captures in the New Device issue to provide ongoing support.
  • The code to be merged follows the style guide and change requirements as documented in the contributing guide.
  • Meta data for the device is included in RGBController_* file
  • This device is detected and is working on Windows 10 and / or 11
  • This device is detected and is working on Linux (Please specify distribution and releases tested)
  • Logging for Info, Warnings and Errors has been added for troubleshooting purposes

Merge request reports

Loading