{"id":49204565,"url":"https://github.com/qualcomm/qcom-usb-userspace-drivers","last_synced_at":"2026-05-05T07:05:30.981Z","repository":{"id":343507827,"uuid":"1104882252","full_name":"qualcomm/qcom-usb-userspace-drivers","owner":"qualcomm","description":"Qualcomm Userspace drivers provides logical representations of Qualcomm chipset-enabled mobile devices over USB connection. The drivers support Windows \u0026 Linux environments","archived":false,"fork":false,"pushed_at":"2026-04-15T18:48:54.000Z","size":121,"stargazers_count":3,"open_issues_count":4,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-15T20:32:43.036Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qualcomm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-26T20:31:31.000Z","updated_at":"2026-04-15T18:48:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/qualcomm/qcom-usb-userspace-drivers","commit_stats":null,"previous_names":["qualcomm/qcom-usb-userspace-drivers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qualcomm/qcom-usb-userspace-drivers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fqcom-usb-userspace-drivers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fqcom-usb-userspace-drivers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fqcom-usb-userspace-drivers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fqcom-usb-userspace-drivers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qualcomm","download_url":"https://codeload.github.com/qualcomm/qcom-usb-userspace-drivers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fqcom-usb-userspace-drivers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32189670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T15:28:30.493Z","status":"ssl_error","status_checked_at":"2026-04-23T15:28:29.972Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-23T17:04:39.882Z","updated_at":"2026-04-23T17:04:39.946Z","avatar_url":"https://github.com/qualcomm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Qualcomm USB Userspace Drivers\nQualcomm userspace drivers provides logical representations of Qualcomm chipset-enabled mobile devices over USB connection. The drivers support Windows \u0026 Linux environments.\n\n\n## Key Features\n  - Supports Windows and Linux platforms.\n  - Supports X64/X86/ARM64 architectures.\n  - Compatible with Qualcomm tools like QUTS, QXDM, QDL, and more.\n\n## Repository Structure\n\n```\n/\n├─ src/                   # Qualcomm USB userspace driver source root directory\n│   ├── linux/            # Linux userspace driver source\n│   └── windows/          # Windows userspace driver source\n│         ├── filter/     # Qualcomm USB composite device driver binaries\n│         └── ...         # Signed driver setup information (INF) and catalog files\n├─ README.md              # This file\n└─ ...                    # Other files and directories\n```\n\n## Install / Uninstall\n\n#### Windows\n- Installation\n\n  Right click the `.inf` file in output folder and select **Install**.\n  Or install all drivers by executing `src\\usb\\windows\\install.bat`\n\n- Uninstallation (Device Manager)\n1. Open **Device Manager**.\n2. Right click the target device and select **Uninstall device**.\n3. Check **Attempt to remove the driver for this device**.\n4. Click **Uninstall**.\n\n- Uninstallation (Command Line)\n1. Locate the **Published Name** of the installed driver package:\n  ```bash\n  pnputil /enum-drivers\n  ```\n2. Delete the driver from system\n  ```bash\n  pnputil /delete-driver oemxx.inf /uninstall /force\n  ```\n#### Linux command:\n  Navigate to folder `src/linux`\n\n- Installation\n```bash\n./qcom_userspace.sh install\n```\n- Uninstallation\n```bash\n./qcom_userspace.sh uninstall\n```\n\n## Contributing\n\n1. Fork the repository.\n2. Create a feature branch (`git checkout -b feature/my-feature`).\n3. Make your changes and ensure they compile on all supported platforms.\n4. Submit a pull request with a clear description of the changes.\n\nPlease follow the existing coding style and run the appropriate static analysis tools before submitting.\n\n## Bug \u0026 Vulnerability reporting\n\nPlease review the [security](./SECURITY.md) before reporting vulnerabilities with the project\n\n## Contributor's License Agreement\n\nPlease review the Qualcomm product [license](./LICENSE.txt), [code of conduct](./CODE-OF-CONDUCT.md) \u0026 terms\nand conditions before contributing.\n\n## Contact\n\nFor questions, bug reports, or feature requests, please open an issue on GitHub or contact the maintainers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualcomm%2Fqcom-usb-userspace-drivers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqualcomm%2Fqcom-usb-userspace-drivers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualcomm%2Fqcom-usb-userspace-drivers/lists"}