N900 Hardware USB

(Merge info from 1707 page)
(merge info from USB socket page)
Line 23: Line 23:
A possibly related errata is detailed at 3.1.3 in [http://focus.ti.com/lit/er/sprz278d/sprz278d.pdf this document] - this, and other erratas may or may not cause issues with implementing host mode.
A possibly related errata is detailed at 3.1.3 in [http://focus.ti.com/lit/er/sprz278d/sprz278d.pdf this document] - this, and other erratas may or may not cause issues with implementing host mode.
 +
It seems that there is a USB socket hardware issue on some [[N900]] ...
 +
 +
May this depends on the build date, can you help and report details on your broken device :
 +
 +
* http://talk.maemo.org/poll.php?do=showresults&pollid=339
 +
 +
 +
No reason to panic most users are not affected and it could be trivial to prevent or repair once investigated by some diy hackers...
 +
 +
=== what to do ? ===
 +
 +
Please fill ( template : nickname : build date ; SN  ; contact url or email ; notes ) , also tell hw version (" sysinfo-tool -g /device/hw-version" )
 +
 +
* Ha... (TBC)
 +
* H...P... (TBC) http://talk.maemo.org/showthread.php?p=549339#1
 +
* Sh.... (TBC)
 +
* Z...n (TBC) : http://talk.maemo.org/showthread.php?p=548915#post548915
 +
* T... : http://tabulacrypticum.wordpress.com/2009/12/13/connecting-on-the-surface-an-n900-risk/
 +
* n... : http://talk.maemo.org/showthread.php?p=550378#post550378
 +
* ... : http://talk.maemo.org/showthread.php?p=550704#post550704
 +
* ...
 +
 +
Also answers polls :
 +
 +
* http://talk.maemo.org/showthread.php?p=548177
 +
* http://talk.maemo.org/showthread.php?t=37107
 +
 +
 +
=== Solution ===
 +
 +
* Waranty :http://discussions.europe.nokia.com/t5/Maemo-Devices/Nokia-responds-to-reports-about-the-N900-micro-usb-port-getting/td-p/629019
 +
* DIY : may void Warranty ? http://talk.maemo.org/showthread.php?p=540344#post540344
 +
* Repair :  http://www.nokia.com/repair
 +
* Replace by a fixed one : http://www.astel.be/Les-Nokia-N900-suivants-tardent-defaut-de-fabrication-au-micro-USB_3568
 +
* External charger : http://talk.maemo.org/showthread.php?t=45887
 +
 +
=== Misc ===
 +
 +
* Please Avoid FUD, not sure it will help : http://slashdot.org/submission/1180314/Nokia-N900-Hardware-failure---USB-port-falling-off
 +
 +
* http://img2.pixhost.org/images/668/1649730_img_0366_edit.jpg
 +
* data sheet : http://www.hirose.co.jp/cataloge_hp/e24200011.pdf
 +
* hardware version : http://talk.maemo.org/showthread.php?t=46314&page=3
[[Category:N900_Hardware]]
[[Category:N900_Hardware]]

Revision as of 10:13, 3 May 2010

The NXP isp1707 is used as the USB PHY chip. [1]. This rights to this part have been bought by ST-Ericson and some information is available in a brief marketing sheet.

There is no published datasheet for this chip. It may be available under another name.

The device would normally be switched between host and device mode using the ID pin. This however is not connected externally.

Initially it was claimed that this made USB host mode impossible.

This however seems to be incorrect - it seems on a reading of similar device datasheets that yes, the ID pin is used on hardware that supports it to switch between host and device mode.

But, importantly, the ID pin does nothing directly to the state of the chip. It simply informs the CPU of the state of the ID pin, and leaves the driver to properly configure the chip.

So, if the kernel can be altered to ignore this pin - which should be trivial if there is host mode support for the chip in the kernel - then host mode works.

The current understanding by several people who are working on USB host mode is:

The USB port can supply power - at least 200mA. This is plenty for many devices - mice and keyboards.

It seems likely that a relatively simple kernel change should enable USB hostmode - http://focus.ti.com/lit/ug/spruf98d/spruf98d.pdf - search for FORCE_HOST - there may well be other cleaner solutions.

A possibly related errata is detailed at 3.1.3 in this document - this, and other erratas may or may not cause issues with implementing host mode.

It seems that there is a USB socket hardware issue on some N900 ...

May this depends on the build date, can you help and report details on your broken device :


No reason to panic most users are not affected and it could be trivial to prevent or repair once investigated by some diy hackers...

what to do ?

Please fill ( template : nickname : build date ; SN  ; contact url or email ; notes ) , also tell hw version (" sysinfo-tool -g /device/hw-version" )

Also answers polls :


Solution

Misc