[New Device] Asus Aura on H570-PRO
<!--
When naming the support request please title the request as
`[New Device] <Name of new device>`
Please open one issue per device you would like to add
-->
### Name of device:
<!--
Please put the name of the product, including manufacturer, beneath this line
-->
Bus 001 Device 003: ID 0b05:19af ASUSTek Computer, Inc. AURA LED Controller
### Link to manufacturer's product page:
<!--
Please add a link to the manufacturer's product page beneath this line
-->
https://www.asus.com/de/Motherboards-Components/Motherboards/All-series/TUF-GAMING-H570-PRO-WIFI/
### Please select what type of device/interface the device uses:
<!-- Please select from one of the following
This determines how the device connects to the PC -->
~"DeviceType::USB" <!-- The device connects to an internal header or external usb port -->
<!-- Please delete any lines that are not relevant -->
### ID information:
<!--
For PCI (GPU) devices we will need the Vendor ID, Device ID, Sub-Vendor ID and Sub-Device IDs
To get the Device ID formation for a GPU on Windows run the following command in Powershell:
wmic path Win32_VideoController get name,PNPDeviceID
Linux this can be found using the terminal:
lspci -d 1002: -nnvm | head -6 | tail -n 4 && lspci -d 10DE: -nnvm | head -6 | tail -n 4
-->
<!--
For USB devices we will need the USB VID and PID
Windows Powershell:
gwmi Win32_USBControllerDevice |%{[wmi]($_.Dependent)} | Sort Manufacturer,Description,DeviceID | Ft -GroupBy Manufacturer Description,Service,DeviceID
Linux Terminal:
lsusb
-->
Bus 001 Device 003: ID 0b05:19af ASUSTek Computer, Inc. AURA LED Controller
The protocol / details of the USB controller on the H570 boards seems to have changed.
I added the new USB id in
`REGISTER_HID_DETECTOR ("ASUS Aura Motherboard", DetectAsusAuraUSBMotherboards, AURA_USB_VID, AURA_MOTHERBOARD_3_PID);`
and it shows up in the OpenRGB. Some functions seem to work, for example setting the LED of the motherboard to off works. Most other functions do not, and also all external A-RGB ports dont seem to do anything at all.
Happy to help for additional information / dumps ...
<!-- For admin purposes: Please leave this section as is -->
# Checklist for Step2
- [ ] Name of device
- [ ] A link to the vendors product page has been included
- [ ] The transport bus has been identified and the appropriate label added to the issue.
- [ ] The device ID's have been included for [USB](https://gitlab.com/Dr_No/OpenRGB/-/wikis/USB-Vendor-Identification-and-Product-Identification) or PCI
- [ ] Screenshots of the OEM Application are included
- [ ] There is either, appropriate code examples linked or suitable device captures attached
<!-- For admin purposes: Please leave this section as is -->
issue