I have no experience here, but can offer some tips: a. From:
http://lkml.org/lkml/2010/4/21/167 which the kernel driver patch for enabling USB tethering in iPhone, perhaps u can do some analogical deduction? For example, perhaps few of these: obj-$(CONFIG_USB_HSO) += usb/ obj-$(CONFIG_USB_USBNET) += usb/ obj-$(CONFIG_USB_ZD1201) += usb/ +obj-$(CONFIG_USB_IPHETH) += usb/ b. as pointed out in the same URL, check this out: http://giagio.com/wiki/moin.cgi/iPhoneEthernetDriver On Sep 27, 8:35 am, Pankaj <[email protected]> wrote: > HI, > > I am facing problem in getting USB tethering option in Settings View. > I am using 2.6.32 based kernel, which is working well with android 2.2 > (Froyo). I have enabled Android rndis gadget driver in kernel but I am > not able to see USB tethering Option in the settings view. > > My doubt is what all option we need to enable in the kernel for using > USB tethering. I am not able to find why USB tethering option itself > missing from Settings View. > > Thanks and Regards, > Pankaj -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
