usb host鼠标不能使用原因

linux kernel 2.6.35的板子插入USB鼠标,出现如下错误LOG:

[  191.177508] Plug in USB Port2

[  191.363516] usb 1-1: new full speed USB device number 10 using Mstar-ehci-2

[  191.578860] First get dev desc failed

[  192.413517] usb 1-1: device not accepting address 10, error -71

[  192.453519] ==13==> hub_port_init 1

[  192.457483] Plug in USB Port2

[  192.643505] usb 1-1: new full speed USB device number 11 using Mstar-ehci-2

[  192.857818] First get dev desc failed

[  193.693513] usb 1-1: device not accepting address 11, error -71

[  193.733526] ==13==> hub_port_init 1

[  193.737493] Plug in USB Port2

[  193.923514] usb 1-1: new full speed USB device number 12 using Mstar-ehci-2

[  194.137859] First get dev desc failed

[  194.973524] usb 1-1: device not accepting address 12, error -71

[  195.013520] ==13==> hub_port_init 1

[  195.017485] Plug in USB Port2

[  195.203527] usb 1-1: new full speed USB device number 13 using Mstar-ehci-2

[  195.417873] First get dev desc failed

[  196.253514] usb 1-1: device not accepting address 13, error -71

[  196.293517] hub 1-0:1.0: unable to enumerate USB device on port 1

导致鼠标不能使用,查找半天原因,发现是板子HOST接口的D+和D-接反了,把它接正过来,鼠标可以正常使用,正常的LOG如下:

[   71.114150] ==13==> hub_port_init 1

[   71.118120] Plug in USB Port2

[   71.304122] usb 1-1: new low speed USB device number 3 using Mstar-ehci-2

[   71.755549] input: OM as /devices/platform/Mstar-ehci-2.1/usb1/1-1/1-1:1.0/input/input3

[   71.766243] generic-usb 0003:04F3:0232.0002: input,hidraw0: USB HID v1.11 Mouse [OM] on usb-mstar-1/input0

表明能够正常使用,特此记录。

usb host鼠标不能使用原因,布布扣,bubuko.com

时间: 2024-12-17 09:26:03

usb host鼠标不能使用原因的相关文章

usb host和usb device

S3C2440的数据手册将USB功能分为两章--usb host和usb device.具体什么意思呢? usb host: 微处理器作为usb主设备,可以挂接U盘之类的从属设备. usb device: 微处理器作为usb从属设备,其常用作接受PC机发送的命令. 参考网页:USB Host和USB Device的区别 usb host和usb device,布布扣,bubuko.com

I.MX6Q(TQIMX6Q/TQE9)学习笔记——新版BSP之USB HOST移植

USB HOST驱动一般都是由芯片厂商维护的,因此,我们仍然只需要配置下DTS即可完成USB HOST驱动的移植. DTS配置 参考sabresd相关的DTS,在我们的DTS中添加如下内容: / { ... regulators { compatible = "simple-bus"; reg_usb_otg_vbus: usb_otg_vbus { compatible = "regulator-fixed"; regulator-name = "usb

Android USB Host与HID通讯

前端时间捣鼓一个HID的硬件, 需要和android通信, 网上搜索了一圈,收获不小. 比较好的文章是:      Android USB Host与HID通讯 Android Service创建USB HOST通信 其中代码之处有些地方需要注意的, 特此注明一下: /** * USB HOST 连接 HID * @author IVAN * */ public class MainActivity extends Activity { private static final String T

翻译Android USB HOST API

翻译Android USB HOST API 源码地址:http://developer.android.com/guide/topics/connectivity/usb/host.html 译者注:翻译的好不好不是太重要,重点是在翻译的过程中会把每句话都看认真看一遍,或者说是抱着翻译的思想来完成一个读懂的目的. USB Host通信 当你的可供电Android设备处理USB host模式时,它担任着为USB总线供电,枚举连接的USB从设备等等一个主设备应用的工作.Android 3.1及以后

Android实战技巧之四十九:Usb通信之USB Host

零 USB背景知识 USB是一种数据通信方式,也是一种数据总线,而且是最复杂的总线之一. 硬件上,它是用插头连接.一边是公头(plug),一边是母头(receptacle).例如,PC上的插座就是母头,USB设备使用公头与PC连接. 目前USB硬件接口分三种,普通PC上使用的叫Type:原来诺基亚功能机时代的接口为Mini USB:目前Android手机使用的Micro USB. Host USB是由Host端控制整个总线的数据传输的.单个USB总线上,只能有一个Host. OTG On The

【转】Android实战技巧之四十九:Usb通信之USB Host

零 USB背景知识 USB是一种数据通信方式,也是一种数据总线,而且是最复杂的总线之一. 硬件上,它是用插头连接.一边是公头(plug),一边是母头(receptacle).例如,PC上的插座就是母头,USB设备使用公头与PC连接. 目前USB硬件接口分三种,普通PC上使用的叫Type:原来诺基亚功能机时代的接口为Mini USB:目前Android手机使用的Micro USB. Host USB是由Host端控制整个总线的数据传输的.单个USB总线上,只能有一个Host. OTG On The

Using a USB host controller security extension for controlling changes in and auditing USB topology

Protecting computer systems from attacks that attempt to change USB topology and for ensuring that the system's information regarding USB topology is accurate is disclosed. A software model is defined that, together with secure USB hardware, provides

Security arrangements for extended USB protocol stack of a USB host system

Security?arrangements for a universal serial bus (USB) protocol stack of a?USB host system are provided. The?security?arrangements prevent an unauthorized or suspicious?USB?device from communicating with the host system, detect suspicious activity or

usb host和device的关系-ARM 论坛 - 21ic电子技术论坛

usb host和device的关系 疑问1:我们通常所用的u盘应该是usb?device吧?我想这个不用多说,呵呵. ===============恩.============== 疑问2:我们通常看到的u?盘里面的构造是否也是总线结构的,比如有一个usb总线什么的? =============内部就没有USB总线了.可以是一个MCU控制一个存储芯片(例如FLASH)和USB接口芯片.也可以是其它的专用芯片.============= 疑问3:usb术语中的endpoint是否在host和de