USB support

2009-10-18 Thread Niamathullah sharief
Hi friends, Just i want to know some details about the USB drivers. As the required drivers for make the USB to support is "usbcore and host drivers"..Is it right? if its right mean i want to know why this "usb-skeleton.c" is used? Can anyone help me?

Re: USB support doubt

2009-02-23 Thread Greg KH
On Tue, Feb 24, 2009 at 11:28:58AM +0530, Vivek Kumar Gupta wrote: > Just for your reference: I have compiled USB Device outside the kernel, > with out actually enabling it in kernel and it is working fine. Be very careful about this, you run the risk of not fixing up a number of USB host controll

RE: USB support doubt

2009-02-23 Thread Vivek Kumar Gupta
. Regards Vivek -Original Message- From: niamathullah sharief [mailto:sharie...@yahoo.co.in] Sent: Tuesday, February 24, 2009 10:36 AM To: Vivek Kumar Gupta Cc: Kernel newbies Subject: RE: USB support doubt yes...i think USBCORE,UHCI-HCD,OHCI-HCD,EHCI-HCD modules are needed to enable

RE: USB support doubt

2009-02-23 Thread niamathullah sharief
yes...i think USBCORE,UHCI-HCD,OHCI-HCD,EHCI-HCD modules are needed to enable the USB port...is it right?or any other modules needed? --- On Mon, 23/2/09, Vivek Kumar Gupta wrote: From: Vivek Kumar Gupta Subject: RE: USB support doubt To: sharie...@yahoo.co.in, "Ole Loots" , "

RE: USB support doubt

2009-02-22 Thread Vivek Kumar Gupta
22, 2009 9:48 AM To: Ole Loots Cc: Kernel newbies Subject: Re: USB support doubt Actually i disabled the USB support in make menuconfig while building a kernelnow i have to make that USB port enable dynamically...that is while kernel runswhat are all the modules are needed to enable the

Re: USB support doubt

2009-02-22 Thread Frank Thieme
On Sunday 22 February 2009 05:17:48 niamathullah sharief wrote: > Actually i disabled the USB support in make menuconfig while building a > kernelnow i have to make that USB port enable dynamically...that is > while kernel runswhat are all the modules are needed to enable the U

Re: USB support doubt

2009-02-21 Thread niamathullah sharief
Actually i disabled the USB support in make menuconfig while building a kernelnow i have to make that USB port enable dynamically...that is while kernel runswhat are all the modules are needed to enable the USB port...?how to do that?please help me --- On Sun, 22/2/09, Ole Loots wrote

USB support doubt

2009-02-20 Thread niamathullah sharief
Hello,   I have an doubt in USB configurationActually my aim is too disconnect the USB support in make menuconfig.After that i have to do USB support in dynamicallyi know to enable through make menuconfig..but i dont want to do that..i want to do dynamically..what are all the modules

USB support doubt

2009-02-20 Thread niamathullah sharief
Hello,   I have an doubt in USB configurationActually my aim is too disconnect the USB support in make menuconfig.After that i have to do USB support in dynamicallyi know to enable through make menuconfig..but i dont want to do that..i want to do dynamically..what are all the modules