Hi Pankaj,

  Thanks for the reply.
I have one doubt regarding android.c file.

In android.c file under android_dev structure
                               /      |               \
                             /        |                 \
            usb_priduct  composite_dev     usb_configuration
                                /         |           \
                              /           |             \_____
                   usb_gadget    usb_comp_drv     \

usb_configuration

above is the figure of structures embedding in the android_device.

I tried to figure out why   usb_configuration is @ places, which
configuration will be active and many questions will rise in mind.
Please share me whats happening ???

thanks
Prabhu



On Tue, Nov 22, 2011 at 10:18 AM, Pankaj Dubey <[email protected]>wrote:

> Hi,
>
> Basically four points how it differs:
>
>    1. Now it is more inline with the basic linux gadget drivers.
>    2. New android gadget drivers now does not require platform data
>    anymore.
>    3. Moved initialization of functions in android.c file instead of
>    keeping it in individual function driver.
>    4. Replaced switches by uevents.
>
> Thanks,
> Pankaj
>
>  --
> unsubscribe: [email protected]
> website: http://groups.google.com/group/android-kernel
>



-- 
Cheers
Prabhu

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-kernel

Reply via email to