yes I know how.. I have done this before.. first you have to ensure you have the resistor on the pinout of the s3c2440 for usb1 and usb2, there is something about resistor for d+ or d- line of each. look it up.
then for software you can access the registers to turn the samsung regsiters on and off using
Friend Declare Sub MmMapIoSpace Lib "ceddk.dll" Alias "MmMapIoSpace" (ByVal PhysAddress As ULong, ByVal nbytes As UInt32, ByVal cacheEnable As Boolean)
'USB host [6] Control HCLK into USB host block.
'0 = Disable, 1 = Enable
'#define CLKCON_HCLK 0x06
if this is above your head, then you need to learn more about ceddk and more about registers.
>> On Thursday, March 12, 2009 2:44 PM Luis Gutierrez wrote:
>> Hi, I am having the same problem did you ever find a solution ?