From mboxrd@z Thu Jan 1 00:00:00 1970 From: amruth Date: Thu, 17 Jul 2008 03:53:38 +0000 Subject: TI USB 3410 chipset download firmware Message-Id: <632333.35486.qm@web45215.mail.sp1.yahoo.com> List-Id: References: <20080716221708.GA20951@frodo> In-Reply-To: <20080716221708.GA20951@frodo> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Cc: linux-usb@vger.kernel.org, linux-omap@vger.kernel.org Hi > I am developing driver based on TI 3410 chipset. After > downloading firmware using host, the USB bus system needs > to be reset. The reset works fine but I cannot use the my > target device because interrupt_in_urb is null. I am using > usb serial driver on top of ti driver. I can see ttyUSB0 > created. After I remove the plug from my host and reconnect > the system, the device works to be fine. Can you please let > me know what could be going on. Should I close the serial > device after downloading firmware. Why hotplug works after > removing from system. I have done > ti_usb_3410_5052.hotplug at /etc/hotplug.d. Can I execute > hotplug from command line and see what is going on. If you > have come across similar problem, please let me know. What > steps of reinitialisation needs to be done after > downloading firmware, in terms of data structures like > interrupt_in, endpoints etc or I can probe the device once > again. > Thanks > Amruth p.v