From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Tue, 17 Jun 2014 23:39:09 -0700 Subject: Unsuccessful transactions during usb enumeration In-Reply-To: <461018D37BA652448D21435FC2A3B808018531@mail-2.tvm.nestgroup.net> References: <461018D37BA652448D21435FC2A3B8080184CA@mail-2.tvm.nestgroup.net> <20140618053948.GA20546@kroah.com> <461018D37BA652448D21435FC2A3B808018531@mail-2.tvm.nestgroup.net> Message-ID: <20140618063909.GA19412@kroah.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Wed, Jun 18, 2014 at 06:26:23AM +0000, Ranjith T. C. wrote: > Thanks for the reply. > > > What exactly do you mean by this? > > What I meant is whether it could be could be an of the USB controller driver or the hardware? It could be both. Or a bad cable, or bad connection. Try putting some debugging code in the Linux device side and see what that is telling you is happening. Try plugging the device into different operating systems with different types of host controller hardware to see if it is a timing issue. Good luck, greg k-h