Thread: OTG support
View Single Post
Old 10-03-2012, 06:51 AM   #51
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
# Load the new charger driver for host and device mode USB charging
modprobe yoshi_charger
# Then the OTG state machine. This one supervises the port and controls whether to activate host or device mode.
modprobe fsl_otg_fsm
# OTG gadget driver
modprobe arcotg_udc
# OTG ethernet gadget driver(can load any other gadget driver here as well)
modprobe g_ether
# And finally the OTG host:
modprobe ehci-hcd

unless I miss my mark, which is highly possible, don't I just need to build these drivers and modprobe them in? meh, I'll have a go at that RSN
twobob is offline   Reply With Quote