While the usb net and usb host drivers are likely available in kernel
source, its worth pointing out that they aren't shipped in most
phones, so a new kernel (probably not just module) will need to be
compiled. Something will likely also be needed in sub-android linux-
level userspace to set it up
Hi,
Yes, USB net (host) driver is availailble for android, actually it is in
linux kernel before.
On host side, you config kernel to support USB net (in Network configuration
menu)
On device side, you config kernel to support USB gadget CDC ethernet (RNDIS)
(in USB driver configuration menu)
confi
Hi, Dear All:
I would like to insert a device to android phone through usb
interface . and hope the phone can access the device through tcp/ip
protocol. is it avaialble to me
The device is standard usb CDC device, in Ubuntu, I can see the ip
address use ifconfig command when I insert the device