Re: How to make USB to work dynamically

2009-06-25 Thread Greg KH
On Thu, Jun 25, 2009 at 12:46:46PM +0530, Arjun Joshi wrote: > Hi Greg, > > I am trying to make USB work dynamically on an OMAP board which has a > USB OTG controller. The board has a mini-AB receptacle. > > My target is that whenever I insert a mini-B cable the gadget related > kernel modules

Re: How to make USB to work dynamically

2009-06-25 Thread microbit
Hi Arjun, > I am trying to make USB work dynamically on an OMAP board which has a > USB OTG controller. The board has a mini-AB receptacle. Is this the Beagle board you're referring to ? If so, are you happy with it ? I've been considering getting Beagle, because (AFAIK) TI's OMAP is so far the

Re: How to make USB to work dynamically

2009-06-25 Thread sanjeev sharma
Hi All, Udev (dynamic device management)is the best tool to achieve loading and unloading of device driver automatically. You need to write down an rule to support loading and unloading of driver in rules.d file. Sanjeev sharma On Thu, Jun 25, 2009 at 2:08 PM, Peter Chen wrote: > Hi, > > In our

Re: How to make USB to work dynamically

2009-06-25 Thread Peter Chen
Hi, In our platform, we use udev to implement that host/slave problem. Best Regards, Peter Chen On Thu, 2009-06-25 at 12:46 +0530, Arjun Joshi wrote: > Hi Greg, > > I am trying to make USB work dynamically on an OMAP board which has a > USB OTG controller. The board has a mini-AB receptacle.

Re: How to make USB to work dynamically

2009-06-25 Thread Arjun Joshi
Hi Greg, I am trying to make USB work dynamically on an OMAP board which has a USB OTG controller. The board has a mini-AB receptacle. My target is that whenever I insert a mini-B cable the gadget related kernel modules must be loaded automatically so that my board works as mass storage devi

Re: How to make USB to work dynamically

2009-04-13 Thread Greg KH
On Sun, Apr 12, 2009 at 08:39:32AM +0530, niamathullah sharief wrote: > > Yes that i know...Is this enough for making USB to enable? Did you try it out to see if it is? If so, what problems did you run into? thanks, greg k-h -- To unsubscribe from this list: send an email with "unsubscribe ke

Re: How to make USB to work dynamically

2009-04-11 Thread niamathullah sharief
Yes that i know...Is this enough for making USB to enable? --- On Tue, 7/4/09, Greg KH wrote: From: Greg KH Subject: Re: How to make USB to work dynamically To: "niamathullah sharief" Cc: "Kernel newbies" Date: Tuesday, 7 April, 2009, 5:20 AM On Mon, Apr 06, 2009

Re: How to make USB to work dynamically

2009-04-07 Thread Greg KH
On Mon, Apr 06, 2009 at 10:04:38PM +0530, niamathullah sharief wrote: > Yes i know that.Its USBCORE,ECHI-HCD,OHCI-HCD,UHCI_HCD.Is this enough? You need to also add in the drivers for the individual USB devices that you wish to support. -- To unsubscribe from this list: send an email with "un

Re: How to make USB to work dynamically

2009-04-06 Thread niamathullah sharief
--- On Mon, 6/4/09, Greg KH wrote: From: Greg KH Subject: Re: How to make USB to work dynamically To: "niamathullah sharief" Cc: "Kernel newbies" Date: Monday, 6 April, 2009, 4:07 AM On Sun, Apr 05, 2009 at 04:05:29PM +0530, niamathullah sharief wrote: > Hi, Actu

Re: How to make USB to work dynamically

2009-04-06 Thread niamathullah sharief
Yes i know that.Its USBCORE,ECHI-HCD,OHCI-HCD,UHCI_HCD.Is this enough? --- On Mon, 6/4/09, Greg KH wrote: From: Greg KH Subject: Re: How to make USB to work dynamically To: "niamathullah sharief" Cc: "Kernel newbies" Date: Monday, 6 April, 2009, 4:07 AM On Sun, A

Re: How to make USB to work dynamically

2009-04-05 Thread Greg KH
On Sun, Apr 05, 2009 at 04:05:29PM +0530, niamathullah sharief wrote: > Hi, Actually i disabled the USB support from my kernel...After that, i > want to make USB to work by dynamically loading the necessary > modules.After that only it should work. What to do for that?..What > are all the modul

How to make USB to work dynamically

2009-04-05 Thread niamathullah sharief
Hi, Actually i disabled the USB support from my kernel...After that, i want to make USB to work by dynamically loading the necessary modules.After that only it should work. What to do for that?..What are all the modules needed for that? Now i am having the kernel without USB support...Now i