[linux-usb-devel] isoc bandwidth calc!!!

2002-10-05 Thread invictus rm
hi , While implementing sensors for streaming data transfer(isoc) , i needed to know the isochronous bandwidth allocation scheme being followed in usb.c . To be more precise, the following lines, from usb.c if (!isoc) /* Input or Output */ { tmp = (8354L

Re: [linux-usb-devel] bulk transaction failing on bluetooth

2001-10-16 Thread invictus rm
number of polling ??? >From: Greg KH <[EMAIL PROTECTED]> >To: invictus rm <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: [linux-usb-devel] bulk transaction failing on bluetooth >Date: Tue, 16 Oct 2001 10:16:42 -0700 > >On Tue, Oct 16, 2001 at 10:08:51PM +

[linux-usb-devel] bulk transaction failing on bluetooth

2001-10-16 Thread invictus rm
hi , I am trying to make my bluetooth stack work with the usb-uhci.c on strong arm 1110. everything goes fine upto the point when i am sending the command packets from the bluetooth stack which converts to the usb control packets . But when i send the first acl packet from the stack , the corr