Skip to content

Add support for 4-zone hp omen laptops on windows

TitanHZZ requested to merge TitanHZZ/OpenRGB:feature/hp_omen_laptop into master

Initial commit for HP Omen 15 (only model tested) 4-zone laptop keyboards.
This only works on windows 10/11 as the Linux driver is not yet ready (still working on it).

  • Related to / partially solves #790 and #1708
  • About Linux, i have a working kernel module and an OpenRGB controller that i am currently using, but it is not ready yet and it should probably be part of hp-wmi so it might take some time!

Checklist for Accepting a Merge Request for a New Device

  • 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