|
2007-11-15
, 10:54
|
|
Posts: 332 |
Thanked: 76 times |
Joined on Oct 2007
@ St. Augustine, Trinidad and Tobago
|
#53
|
The N810 uses Micro, not Mini-USB (see Wikipedia)
I googled a bit and cannot find anyone selling Micro-A cables or adapters. This may be because the Micro-USB standard is quite recent, and the N810 is likely the first device to offer host mode using said standard.
|
2007-11-15
, 11:31
|
Posts: 178 |
Thanked: 40 times |
Joined on Aug 2007
@ UK
|
#54
|
|
2007-11-15
, 11:54
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#55
|
CONFIG_USB_OTG_WHITELIST: If you say Y here, the "otg_whitelist.h" file will be used as a product whitelist, so USB peripherals not listed there will be rejected during enumeration. This behavior is required by the USB OTG specification for all devices not on your product's "Targeted Peripherals List".
|
2007-11-15
, 12:10
|
Posts: 178 |
Thanked: 40 times |
Joined on Aug 2007
@ UK
|
#56
|
|
2007-11-15
, 12:49
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#57
|
Sry for missing the link, here you go: <other thread here>
So assuming the white list is there for a reason what, if any, would be the impact of turning this option off?
|
2007-11-15
, 13:06
|
Posts: 178 |
Thanked: 40 times |
Joined on Aug 2007
@ UK
|
#58
|
Umm, yes that is the first thread where you are talking about yet another thread. I was (and others may be too) interested in the original thread where you got the info from.
|
2007-11-15
, 13:24
|
Posts: 178 |
Thanked: 40 times |
Joined on Aug 2007
@ UK
|
#59
|
The USB OTG standard defines only one-to-one connection. Unlike standard USB, USB OTG does not use hubs. Connecting a USB hub between two OTG devices will lead to losing all USB OTG capabilities, locking one device as the host and the other as the peripheral until the hub is disconnected.
|
2007-11-15
, 17:25
|
Posts: 53 |
Thanked: 7 times |
Joined on Nov 2007
|
#60
|
Hang on. I was talking about the n800 at the time, which DOES use mini-USB cables.
USB OTG is intended for single device connection only. It can certainly work with a USB memory dongle, as long the Mass Storage Class drivers are implemented in the N810. For that matter, any other USB device should also work as long as there are drivers implemented (some examples are Communications Device Class and Human Interface Device Class).
It differs from USB Host in that it specifically does not support hubs, and thus multiple devices.