View Single Post
joerg_rw's Avatar
Posts: 2,222 | Thanked: 12,651 times | Joined on Mar 2010 @ SOL 3
#820
Originally Posted by blue_led View Post
i just landed on this too

i think we need whitelist but

1144 #ifdef CONFIG_USB_OTG_BLACKLIST_HUB
1145 if (hdev->parent) {
1146 dev_warn(&intf->dev, "ignoring external hub\n");
1147 return -ENODEV;
1148 }

and rx51_defconfig
1436 # CONFIG_USB_MUSB_HOST is not set
1437 # CONFIG_USB_MUSB_PERIPHERAL is not set
1438 CONFIG_USB_MUSB_OTG=y

so we have OTG only !!
memory behavior is provided by g_nokia and other modules ?
well, we shouldn't need whitelist as it's a OTG thing. What we need though is a working hostmode triggered by 'echo host >mode'
printks from that whitelist thing indicate this hasn't been issued or it failed to take effect

so I absolutely agree on the CONFIG-*-* stuff needing further investigation. See one of my previous posts about suspicious/interesting things I stumbled over in rx51-defconfig

/jOERG
 

The Following 3 Users Say Thank You to joerg_rw For This Useful Post: