Re: [Linux-usb-users] Bus enumeration

2005-09-27 Thread Patrick Hilt
Hi guys! First of all thanks for trying to help me out. Yes, it is a weird design (to say the least) and yes, there are definitely things that are broken... (The company I'm working with had this subcontracted to another vendor and they did a very "sub-optimal" job. My job is to fix that... :-|...)

Re: [Linux-usb-users] Bus enumeration

2005-09-23 Thread Alan Stern
On Thu, 22 Sep 2005, Patrick Hilt wrote: > > > So I am looking for a way to periodically > > > re-enumerate the USB bus under software control from the Linux side. > > > > One way to do it, although a pretty drastic way, is to rmmod the host > > controller driver module and then modprobe it. > >

Re: [Linux-usb-users] Bus enumeration

2005-09-22 Thread Patrick Hilt
Hi Alan! Thanks for your reply!! > > Is there any (good) way to trigger re-enumeration of the USB bus from > > software? > > It's not clear that this is a good idea. It would mean losing all the > settings for devices you had already enumerated. That's OK since there aren't any other. (It's an e

Re: [Linux-usb-users] Bus enumeration

2005-09-22 Thread Alan Stern
On Thu, 22 Sep 2005, Patrick Hilt wrote: > Hi! > Just a quick question: > Is there any (good) way to trigger re-enumeration of the USB bus from > software? It's not clear that this is a good idea. It would mean losing all the settings for devices you had already enumerated. > The situation is

[Linux-usb-users] Bus enumeration

2005-09-22 Thread Patrick Hilt
Hi! Just a quick question: Is there any (good) way to trigger re-enumeration of the USB bus from software? The situation is that I am working on a custom design where two boards are housed in the same case and connected via USB. One board runs Linux and implements the host controller. The other boa