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

[android-kernel] Android wifi power mode - kernel or API?

2010-08-21 Thread Andy
I've observed that the default power mode for the WiFI adaptor on my Android phone is PSM ( Power save mode) as opposed CAM ( where the radio never turns off). I've observed that certain network activity within applications such as youtube and sipdroid triggers the wifi adaptor on the phone to le

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