
USB-OTG
文章平均质量分 58
Jack_Zhou888
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
USB相关结构体之struct usb_device
struct usb_device {intdevnum; //设备号,也称设备地址chardevpath[16];u32route;enum usb_device_statestate; enum usb_device_speedspeed; struct usb_tt*tt;intttport;unsigned原创 2013-03-11 15:35:54 · 3170 阅读 · 0 评论 -
usb_get_device_descriptor()
usb_new_device() -> usb_get_device_descriptor()usb_get_device_descriptor() 读入整个设备描述结构设备中有:设备描述块 USB_DT_DEVICE 接口描述块 USB_DT_INTERFACE 配置描述块 USB_DT_CONFIG原创 2013-03-11 14:04:41 · 3007 阅读 · 0 评论 -
Android + kernel USB host 如何判断插入的设备是高速还是低速的设备
d+ d- 0 0 PC 0 1 错误设备 1 0 非标准充电器 1 1 标准充电器 usb有主原创 2013-08-28 19:31:33 · 2352 阅读 · 0 评论