Re: [android-kernel] Is Usbnet driver (host) available for android2.2?

2010-08-21 Thread Chris Stratton
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

Re: [android-kernel] Is Usbnet driver (host) available for android2.2?

2010-08-21 Thread Tung Dang
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

[android-kernel] Is Usbnet driver (host) available for android2.2?

2010-08-20 Thread Hu Haiqing
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