Thread
:
N900 will not allow USB OTG!
View Single Post
blue_led
2010-05-07 , 21:49
Posts: 306 | Thanked: 566 times | Joined on Jan 2010 @ Romania
#
783
found on ulpi erata
Depending on the application, the link should enable or disable the appropriate Vbus interrupts. Example
settings for typical applications are given in Table
Application
VbusValid(*) SessValid SessEnd
Standard Host
Yes No No
Standard Peripheral
No Yes No
OTG A-Device
Yes Yes N
o
OTG B-Device
No Yes Yes
Table – Vbus indicators in the RXCMD required for typical applications
* The VbusValid indicator in the RXCMD comes from either the internal VbusValid comparator, or the external Vbus
indicator
and for shure 1707 pin layout seem to be a standard
another chip found ( without charger detection )
http://www.st.com/stonline/products/.../stulpi01a.pdf
tusb6010.c
957 if (!(musb_readl(tbase, TUSB_DEV_OTG_STAT)
958 & TUSB_DEV_OTG_STAT_ID_STATUS))
959 musb_writel(tbase, TUSB_INT_SRC_SET,
960 TUSB_INT_SRC_ID_STATUS_CHNG);
funny
but not for n900
Last edited by blue_led; 2010-05-07 at
22:19
.
The Following 4 Users Say Thank You to blue_led For This Useful Post:
egoshin
,
javispedro
,
joerg_rw
,
S0urcerr0r
blue_led
View Public Profile
Send a private message to blue_led
Find all posts by blue_led