The Following User Says Thank You to blue_led For This Useful Post: | ||
|
2010-05-20
, 20:46
|
Posts: 992 |
Thanked: 995 times |
Joined on Dec 2009
@ California
|
#932
|
afik if both data lines are low level this mean SE0 and ANY device peripheral or host ( even host ) can't use data channel.
The Following User Says Thank You to egoshin For This Useful Post: | ||
|
2010-05-20
, 21:38
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#933
|
The Following User Says Thank You to javispedro For This Useful Post: | ||
|
2010-05-20
, 21:57
|
Posts: 306 |
Thanked: 566 times |
Joined on Jan 2010
@ Romania
|
#934
|
Of course since you plan to use a self powered "docking station" you could use vbus sense for the task.
The Following User Says Thank You to blue_led For This Useful Post: | ||
|
2010-05-21
, 00:53
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#935
|
Can we use WiMax usb modem with this host mode? madwifi drivers theoretically can be easy compiled for N900.
|
2010-05-21
, 01:37
|
Posts: 992 |
Thanked: 995 times |
Joined on Dec 2009
@ California
|
#936
|
The Following 6 Users Say Thank You to egoshin For This Useful Post: | ||
|
2010-05-21
, 04:37
|
|
Posts: 194 |
Thanked: 266 times |
Joined on May 2010
|
#937
|
|
2010-05-21
, 07:10
|
Posts: 2 |
Thanked: 0 times |
Joined on Feb 2010
@ Moscow
|
#938
|
Once host mode is working properly, yes, USB data modems of all varieties should work fine. But madwifi would have nothing to do with this -- USB data modems show up as a tty which is talked to with a modified Hayes command set.
The use of madwifi (or other wifi drivers) would be with a USB wifi stick; among benefits over the N900's wifi are 802.11a/n 5GHz band, and packet injection for aircrack-in-a-pocket. This (aircrack stuff) was done by some people on the N8x0 after OTG arrived, search about for exact details...
|
2010-05-21
, 07:53
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#939
|
The Following User Says Thank You to MohammadAG For This Useful Post: | ||
|
2010-05-23
, 17:56
|
|
Posts: 2,222 |
Thanked: 12,651 times |
Joined on Mar 2010
@ SOL 3
|
#940
|
656 case 'H': 657 if (mbase) { 658 reg = musb_readb(mbase, MUSB_DEVCTL); 659 reg |= MUSB_DEVCTL_HR; 660 musb_writeb(mbase, MUSB_DEVCTL, reg); 661 /* MUSB_HST_MODE( ((struct musb*)data) ); */ 662 /* WARNING("Host Mode\n"); */ 663 } 664 break;
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 |
|
if a peripheral is inserted into a host receptacle this is signaled by pulling d+ up so this differential "1" mean session can be started.
from peripheral POV those :R keep d- low for charger detection and d+ low for not initiate SRP because phy is MASTER on ulpi ( DIR signal is output on phy )
so all make sense
Last edited by blue_led; 2010-05-20 at 20:32.