The Following 3 Users Say Thank You to egoshin For This Useful Post: | ||
|
2010-05-01
, 00:44
|
Posts: 992 |
Thanked: 995 times |
Joined on Dec 2009
@ California
|
#692
|
The Following 10 Users Say Thank You to egoshin For This Useful Post: | ||
|
2010-05-01
, 01:00
|
|
Posts: 2,222 |
Thanked: 12,651 times |
Joined on Mar 2010
@ SOL 3
|
#693
|
why VBUS is going to GAIA? I suspect it may be a way to start battery charging with dead operating system...
The Following 3 Users Say Thank You to joerg_rw For This Useful Post: | ||
|
2010-05-01
, 05:14
|
Posts: 992 |
Thanked: 995 times |
Joined on Dec 2009
@ California
|
#694
|
The Following 8 Users Say Thank You to egoshin For This Useful Post: | ||
|
2010-05-01
, 06:04
|
|
Posts: 2,222 |
Thanked: 12,651 times |
Joined on Mar 2010
@ SOL 3
|
#695
|
The Following 2 Users Say Thank You to joerg_rw For This Useful Post: | ||
|
2010-05-01
, 06:58
|
Posts: 992 |
Thanked: 995 times |
Joined on Dec 2009
@ California
|
#696
|
The Following 2 Users Say Thank You to egoshin For This Useful Post: | ||
|
2010-05-01
, 07:07
|
Posts: 3,664 |
Thanked: 1,530 times |
Joined on Sep 2009
@ Hamilton, New Zealand
|
#697
|
|
2010-05-01
, 07:25
|
Posts: 992 |
Thanked: 995 times |
Joined on Dec 2009
@ California
|
#698
|
The Following 2 Users Say Thank You to egoshin For This Useful Post: | ||
|
2010-05-01
, 14:24
|
|
Posts: 466 |
Thanked: 180 times |
Joined on Feb 2010
|
#699
|
so how long until we see OTG working on N900 with a few mode and hack?
The Following 2 Users Say Thank You to clasificado For This Useful Post: | ||
|
2010-05-01
, 17:57
|
|
Posts: 2,222 |
Thanked: 12,651 times |
Joined on Mar 2010
@ SOL 3
|
#700
|
It looks like I located a stuff in driver...
isp1301_set_host(), file drivers/usb/otg/isp1301_omap.c excludes handling of mini-B as host :
/* If this has a Mini-AB connector, this mode is highly
* nonstandard ... but can be handy for testing, especially with
* the Mini-A end of an OTG cable. (Or something nonstandard
* like MiniB-to-StandardB, maybe built with a gender mender.)
*/
isp1301_set_bits(isp, ISP1301_OTG_CONTROL_1, OTG1_VBUS_DRV);
This code is excluded by definition of CONFIG_USB_OTG during compilation. Not sure is it safe to remove CONFIG_USB_OTG from configuration, needs testing.
The same is in isp1301_set_peripheral(), BTW.
The Following User Says Thank You to joerg_rw For This Useful Post: | ||
Tags |
awesomeness in the works, boulevard of broken deals, host, i am the dealbreaker, inspector gadget lies, mobidapter is a scam, nokia fanbois, otg, over 9000, usb, usbcontrol |
|
So - what driver can do with charger chip to switch to HOST mode?
I see the usage of i2cset command but if you explain a bit more I could set this in driver and if you explain a little more clear how bcm returns device mode (or how to continue HOST mode if timer-in-chip is an issue) I could prevent it in driver.
EDIT: why VBUS is going to GAIA? I suspect it may be a way to start battery charging with dead operating system...
EDIT2: No, I think it services a re-flash...
Last edited by egoshin; 2010-05-01 at 00:59.