5633f82b3b
Changed locks to use the new Lock-type for .net9
2025-02-08 12:08:12 +01:00
Aytaç Kayadelen
1bd5b54892
pull
2023-12-06 22:19:43 +01:00
Aytaç Kayadelen
c11965eb3a
Merge branch 'Development' of https://github.com/DarthAffe/RGB.NET into asus-remove-system-management
2023-12-06 20:48:53 +01:00
0609e49571
Added locks around device provider instance usages
2023-06-18 19:54:57 +02:00
fdc69fdac5
Implemented recommended dispose pattern for DeviceProviders
2023-06-15 23:03:24 +02:00
Aytaç Kayadelen
5cb5962c1e
remove System.Management dependency
2023-06-14 22:41:07 +02:00
David Ross Smith
0c8f48ea44
Asus - Modify device type enum to add new items
...
- USB keyboard with 5-zone lighting (also passed as a keyboard)
- Watercooler (uses generic lighting)
- Sourced from https://www.asus.com/microsite/aurareadydevportal/interface_aura_service_lib_1_1_i_aura_sdk.html
2023-05-02 21:50:47 +10:00
2020992249
Sealed a lot of classes that are not meant to be inherited
2023-04-19 21:19:05 +02:00
db2f16d371
Update RGB.NET.Devices.Asus/AsusDeviceProvider.cs
2023-02-12 13:48:01 +01:00
Danielle
914bd8c0a1
Update AsusDeviceProvider.cs
...
Code cleanup
2023-02-12 12:45:30 +11:00
Danielle
df2f5620ee
Update AsusDeviceProvider.cs
2023-02-12 12:44:39 +11:00
Danielle
38840ef6f4
Asus dev
2023-02-12 11:41:18 +11:00
30624035f1
Changed all namespaces to file-scope
2021-11-13 17:35:08 +01:00
59e11e5b82
Fixed code issues
2021-07-31 16:59:51 +02:00
Robert
4055ee9b0a
ASUS - Refactored to use LedMappings
...
ASUS - Added laptop model detection
ASUS - Added the option to provide extra LED mappings to keyboards based on model
ASUS - Removed old attempts at detecting non-key LEDs on keyboards
2021-04-29 17:20:24 +02:00
Robert
e86003f1ea
ASUS - Attempt to add lights that aren't present as keys
2021-04-22 17:30:19 +02:00
313661a532
Added (for testing) workaround for asus devices
2021-04-05 14:54:00 +02:00
2a9a43683c
Streamlined device loading/handling in device providers
2021-03-04 23:33:00 +01:00
190f5df025
Added physical-layout to KeyboardDeviceInfo
2021-02-13 18:28:24 +01:00
6a4ebb3d2a
Refactoring
2021-02-06 17:07:41 +01:00
a0a1521658
Fixed warnings
2021-02-02 23:37:56 +01:00
924fa40232
Replaced magic numbers with enum values
2020-07-16 00:43:51 +02:00
83edbc6eac
Fully implemented disposing on devices
2020-03-03 14:50:31 +01:00
8e20faa65d
Added new Asus-implementation based on the v3-SDK
2019-06-16 12:25:12 +02:00
b7099aa7e2
Moved current Asus-Implementation (v2-SDK) to a legacy-project
2019-06-16 12:19:45 +02:00
0e6de967a0
Fixed wrong max-mainboard-check
2018-04-18 21:57:40 +02:00
b471c0e192
Added missing code documentation
2018-04-08 11:58:10 +02:00
33c8e69f93
Changed the surface to work with update-triggers instead of fixed update-modes. Adapted device-update-triggers to match the general concept
2018-04-07 10:46:23 +02:00
66d03cdf4f
Changed all existing device-providers to use update-queues to decouple the physical update from the internal update-loop (first draft, code-documention is missing)
2018-03-25 15:53:13 +02:00
cdace494bc
Changed device-providers to be disposable
2018-01-29 12:41:43 +01:00
efe77cedbc
Small refactorings to unify code styling
2018-01-14 11:57:45 +01:00
84133738b4
Small fixes
2017-12-11 09:45:09 +01:00
11ca959328
Added a device filter to LoadDevices and device Initialize
2017-12-07 12:24:14 +01:00
67fcc8e52e
Added generic DeviceInfo to Devices
2017-11-26 09:37:14 +01:00
83a3ea4e01
Added a workaround for the AccessViolation-problem in the aura-sdk
2017-11-26 08:34:36 +01:00
338936d42f
Changed all device-providers to load as much devices as possible without throwing exceptions
2017-11-19 21:20:23 +01:00
4f48c63ae2
Renamed asus SDK-integration from aura to asus for naming consistency
2017-11-11 22:01:22 +01:00