我们购买了Tiny210 V2开发板,插上USB接口的CSR蓝牙适配器后,android设置里面的BlueTooth无法打开。
/ # [ 346.915590] usb 1-1.2: new full speed USB device number 3 using s5p-ehci
[ 347.001564] usb 1-1.2: device descriptor read/64, error -32
/ # lsusb
Bus 001 Device 001: ID 1d6b:0002
Bus 002 Device 001: ID 1d6b:0001
Bus 001 Device 002: ID 0424:2514
Bus 001 Device 003: ID 0a12:0001
从内核代码来看,应该是支持的。
/* CSR BlueCore devices */
{ USB_DEVICE(0x0a12, 0x0001), .driver_info = BTUSB_CSR },
我是今天拿到的V2开发板,刚开机,运行的是贵司事先烧写的android 4.0.3系统。
请问是什么原因?