简体   繁体   English

Android ADB USB 接口类型

[英]Android ADB USB Interface Types

A previous post mentions when you install a USB driver on windows a pop-up shows three options of interface types. 之前的帖子提到当您在 windows 上安装 USB 驱动程序时,弹出窗口显示三种接口类型选项。 While looking into the inf file there are three interfaces:在查看 inf 文件时,有三个接口:

SingleAdbInterface          = "Android ADB Interface"
CompositeAdbInterface       = "Android Composite ADB Interface"
SingleBootLoaderInterface   = "Android Bootloader Interface"

Are there any documents or descriptions of the protocols or features on these interface?这些接口上的协议或功能是否有任何文件或说明?

In Windows ADB uses the generic WINUSB driver.在 Windows 中,ADB 使用通用的WINUSB驱动程序。 The adb binary handles the protocol all by itself. adb二进制文件自行处理协议。

The official documentation can be found at: https://android.googlesource.com/platform/system/adb/+/master/OVERVIEW.TXT https://android.googlesource.com/platform/system/adb/+/master/SERVICES.TXT https://android.googlesource.com/platform/system/adb/+/master/protocol.txt官方文档可以在: https: //android.googlesource.com/platform/system/adb/+/master/OVERVIEW.TXT https: //android.googlesource.com/platform/system/adb/+/master /SERVICES.TXT https://android.googlesource.com/platform/system/adb/+/master/protocol.txt

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM