WOA-Project / MSM8994-8992-NT-ARM64-Drivers

Desktop Windows (ARM64) driver collection for MSM8992/8994 SoCs.
135 stars 18 forks source link

Implement Extension infs #58

Closed gus33000 closed 4 years ago

gus33000 commented 4 years ago

899a5c9 implements the first extension INF: Renaming the Adreno GPU on 8992 to Qualcomm Adreno 418

gus33000 commented 4 years ago

8de3a38 implements an extension inf for Hapanero Synaptics Touch settings

gus33000 commented 4 years ago

8b75894 implements an extension inf for QcAud Resource Constraint xml

gus33000 commented 4 years ago

75c946e7 implements experimental extension infs for QcAud

gus33000 commented 4 years ago

Extension infs were added for Cityman as an experimental test. Audio devices, BT, WLAN, Battery and Graphics use extensions infs SUBSYS can't use extension infs because of issues with subsys being boot critical

gus33000 commented 4 years ago

edb7b01 implements most basic infs for device specific packages. What still needs to be done here is do extension infs for oempanel. Do extension infs for jadeprimo Move the main oempanel driver to the mmo package

Then the rest is linking qualcomm services to their respective drivers via extension infs as much as possible. (We also want to do the same with the support desktop package regarding RILAdaptation and EMB ideally)

gus33000 commented 4 years ago

All driver infs that needed to be turned into extension infs have now been turned. The rest is mainly composed of service components, which can be addressed later. Closing this issue as a result.