Applied the patches (they only seem to add a kernel message when echoing host), kernel built and flashed. Raised power output to 5V using joerg_rw's command. However I still can't get it to work, the flash drive gets rejected. [code][ 3129.551940] kb_lock (GPIO 113) is now closed [ 3129.716766] kb_lock (GPIO 113) is now open [ 3163.176361] twl4030_set_host() 4030 OTG_CTRL=0x26 [ 3163.176635] twl4030_set_host() after 4030 OTG_CTRL=0x26 [ 3180.815826] usb 1-1: USB disconnect, address 5 [ 3181.091003] usb 1-1: new high speed USB device using musb_hdrc and address 6 [ 3181.240814] usb 1-1: rejected 1 configuration due to insufficient available bus power [ 3181.240844] usb 1-1: no configuration chosen from 1 choice
61 * HP's USB bus-powered keyboard has only one configuration 62 * and it claims to be self-powered; other devices may have 63 * similar errors in their descriptors. If the next test
135 if (insufficient_power > 0) 136 dev_info(&udev->dev, "rejected %d configuration%s " 137 "due to insufficient available bus power\n", 138 insufficient_power, plural(insufficient_power));