WOA-Drivers/README.md
Xilin Wu 9203d91270 Add subsystem drivers for Oneplus devices
Don't forget to follow instructions in README!

Signed-off-by: Xilin Wu <strongtz@yeah.net>
2021-07-14 13:40:19 +08:00

98 lines
2.7 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Windows Drivers for Qualcomm Snapdragon platforms
This repository contains driver binary files for Qualcomm Snapdragon platforms.
# How to use 如何使用?
**Please run the following command before deploying drivers!**
**请在安装驱动前执行下列命令!!**
其中DEVICE为设备代号务必确认
```
.\extract.ps1 DEVICE
```
or
```
./extract.sh DEVICE
```
## Copyright, License, Disclaimers and end user license agreement
**Below notice must be present in all redistributed portions of this software**
Copyright (c) 2020-2021 Renegade Project
Copyright (c) 2017-2020 WOA-Project
Copyright (c) 2012-2019 Qualcomm Incorporated
This repository contains binary files, most of which are not made by us and were found on SDM850 laptops,
- By installing this driver pack, you agree that any damage done to your phone or any loss of data is your entire responsibility and we cannot be taken responsible for data loss if it ever happens. We believe however this driver pack is safe to install. Try at your own risk!
- Charging an extra fee for a phone where you would have installed those drivers and you are selling online or to users is immoral and illegal due to where those drivers come from. An end user may not know how to update their system in the future and will most likely spent a lot more than what it should have for a driver pack he can find for free online. Selling a device with an extra fee also ruins the work of others that worked on this project. While we can't enforce this policy, we decided to put this notice here in the hopes of some people understanding the morality of this.
**Contributors**
We would like to thank the following people that helped:
```
- Lemon1ice
- NTAuthority
- gus33000
- imbushuo
- strongtz
- TAO_Croatia
- wetdreams
- Our testers, you know who you are :)
- Qualcomm and Microsoft
- .......
```
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
## Project Status
To be filled
## Cloning
For preserving charset encoding, please checkout with using:
```
git clone -c core.autocrlf=false https://github.com/edk2-porting/WOA-Drivers
```