

xi-tauw
-
Posts
3 -
Joined
-
Last visited
Reputation Activity
-
xi-tauw reacted to qweryt in nanopi m1 create hid usb gadget
I solved the same problem for orange pi one a couple of weeks ago. You just need to recompile the kernel with patched hid.c and execute these two lines.
echo 1 > /sys/bus/platform/devices/sunxi_usb_udc/otg_role echo 2 > /sys/bus/platform/devices/sunxi_usb_udc/otg_role Here is my post.