Re: [linux-usb-devel] Stoneridge Optac Download Tool

2006-08-09 Thread Klaus Muth
Am Mittwoch, 9. August 2006 16:46 schrieb Alan Stern: > > [EMAIL PROTECTED]:~# cat /proc/bus/usb/devices > > > > T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 > > D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 > > P: Vendor= ProdID= Rev= 1.00 > > S: Manu

Re: [linux-usb-devel] possible OCHI/EHCI reboot notifier unregistration bug

2006-08-09 Thread David Brownell
On Wednesday 09 August 2006 4:08 pm, Bjorn Helgaas wrote: > I think ohci-hcd (and likely ehci-hcd as well) has a bug in the > way it handles reboot notifiers. There's a patch addressing this for that's now in the MM tree and in Greg's USB patch queue (or at least in his mailbox). - Dave --

[linux-usb-devel] Monolithic version of new EHCI scheduler patch

2006-08-09 Thread Christopher Montgomery
While I continue working to split my scheduler patch up into smaller bits that are easier to review, I've tossed the monolithic version up on the web for testing. http://web.mit.edu/xiphmont/Public/kernel/ Short summary: It's an attempt to write the first fully complete bandwidth budgeter/schedul

Re: [linux-usb-devel] [PATCH] usb-skeleton: small update.

2006-08-09 Thread Alan Stern
On Wed, 9 Aug 2006, Luiz Fernando N. Capitulino wrote: > --- linux-2.6.orig/drivers/usb/usb-skeleton.c > +++ linux-2.6/drivers/usb/usb-skeleton.c > @@ -1,5 +1,5 @@ > /* > - * USB Skeleton driver - 2.0 > + * USB Skeleton driver - 2.1 > * > * Copyright (C) 2001-2004 Greg Kroah-Hartman ([EMAIL P

[linux-usb-devel] [PATCH] usb-skeleton: small update.

2006-08-09 Thread Luiz Fernando N. Capitulino
o CodingStyle fixes o Removes trailing spaces o Do not make not needed initialiation of automatic variables o Use usb_endpoint_* functions o If we get an error in the write URB callback print an error message instead of a debug one (Pretty unrelated changes, but spliting this up doesn't pay of

Re: [linux-usb-devel] [PATCH] usb.tmpl edits

2006-08-09 Thread Sam Bishop
On Wed, Aug 09, 2006 at 02:04:10PM -0600, Sam Bishop wrote: > On Wednesday 09 August 2006 1:48 pm, Alan Stern wrote: > > At any rate, you'll probably find that many Linux developers will feel > > that the correction above (and other ones like it in your patch) should > > not be made. > > > > Alan S

Re: [linux-usb-devel] [PATCH] usb.tmpl edits

2006-08-09 Thread Sam Bishop
On Wednesday 09 August 2006 1:48 pm, Alan Stern wrote: > > -connect a USB 1.1 device directly to the machine's "root hub". > > +connect a USB 1.1 device directly to the machine's "root hub." > > Among programmers there's a very strong tendency to place punctuation > outside a quoted string,

Re: [linux-usb-devel] [PATCH] usb.tmpl edits

2006-08-09 Thread Alan Stern
On Wed, 9 Aug 2006, Sam Bishop wrote: > From: Sam Bishop <[EMAIL PROTECTED]> > > Grammar, spelling, and stylistic edits. > > Signed-off-by: Sam Bishop <[EMAIL PROTECTED]> > > --- > > Below are the results of my first attempt at applying a little polish to > usb.tmpl. I haven't made any struct

[linux-usb-devel] [PATCH][RFC] Add AIRcable USB Bluetooth Dongle Driver

2006-08-09 Thread Manuel Francisco Naranjo
I think this email got lost in the bunch of all the other emails, Linux-USB receives per day. I'm sending it again. Hi again, People here is the final version (I hope) of the AIRcable Driver, I have added two circular buffers, one for input, and the other for output. The input one is for managing

[linux-usb-devel] [PATCH] usb.tmpl edits

2006-08-09 Thread Sam Bishop
From: Sam Bishop <[EMAIL PROTECTED]> Grammar, spelling, and stylistic edits. Signed-off-by: Sam Bishop <[EMAIL PROTECTED]> --- Below are the results of my first attempt at applying a little polish to usb.tmpl. I haven't made any structural changes, and I've also tried not to change any of the

[linux-usb-devel] ibmcam/Veo USB camera problems..

2006-08-09 Thread Thomas Davis
a simple problem; kernel is a 2.6.16-1.2133_FC5smp (FC5) I'm laying odds this problem exists even in the kernel.org stock kernels (yea, I should compile one up and see..) I assume this problem is from a change in the API, and the camera code has not been fixed. I am willing to do the grunt wor

Re: [linux-usb-devel] Bug with USB proc_bulk in 2.4 kernel

2006-08-09 Thread Willy Tarreau
Hi Benjamin, On Wed, Aug 09, 2006 at 10:01:41AM -0700, Benjamin Cherian wrote: > Willy, > Sorry I didn't notice your email till now. no problem. > On Friday 04 August 2006 09:55, Willy Tarreau wrote: > > The problem is that Marcelo is very very busy those days (as you might have > > noticed from

Re: [linux-usb-devel] Bug with USB proc_bulk in 2.4 kernel

2006-08-09 Thread Benjamin Cherian
Willy, Sorry I didn't notice your email till now. On Friday 04 August 2006 09:55, Willy Tarreau wrote: > The problem is that Marcelo is very very busy those days (as you might have > noticed from the delay between each release), and there are a good bunch of > security fixes in -rc3 which should w

Re: [linux-usb-devel] detecting devices at USB hub ports

2006-08-09 Thread Alan Stern
On Wed, 9 Aug 2006 [EMAIL PROTECTED] wrote: > Hi, > > I want to enumerate devices that I connect with USB. I've got two USB Host > Controllers and I connect two USB hubs to the two USB Host Controllers. > The first USB hub contains 7 USB ports and the second USB hub contains 4 > USB ports. In tot

Re: [linux-usb-devel] Stoneridge Optac Download Tool

2006-08-09 Thread Alan Stern
On Wed, 9 Aug 2006, Klaus Muth wrote: > Hi! > > Thank you very much for looking into my problem. > > Interesting. You said above that the vendor and product IDs are 0x557 and > > 0x2008. How come they show up here as 0x and 0x? > > ARGH! I mixed up the devices! 0x557/0x2008 is in fact

Re: [linux-usb-devel] detecting devices at USB hub ports

2006-08-09 Thread Luiz Fernando N. Capitulino
Em Wed, 9 Aug 2006 14:00:57 +0200 (MEST) [EMAIL PROTECTED] escreveu: | Normally I can get the data of what devices that are connected from | /proc/bus/usb/devices, but here I only get information about the USB hubs, | not the devices connected to the USB hubs. How can I access that data? Don't k

Re: [linux-usb-devel] [PATCH] Add ADU support for Ontrak ADU devices.

2006-08-09 Thread Luiz Fernando N. Capitulino
Hi Steven, Em Wed, 9 Aug 2006 14:50:54 +1000 Steven Haigh <[EMAIL PROTECTED]> escreveu: | Patch is against 2.6.17.7 There's a hunk failing for the Makefile change when applying it in the latest -rc kernel. As this will be applied there, I recomend you to rediff. | + * History: | + * | +

Re: [linux-usb-devel] [Linux-usb-users] Linux-usb-users

2006-08-09 Thread Dave Higton
> -Original Message- > From: Alan Stern [mailto:[EMAIL PROTECTED] > Sent: 2006-Aug-08 19:11 > To: Dave Higton > Cc: USB development list > Subject: RE: [Linux-usb-users] Linux-usb-users > [re. libusb 0.1.12] > > That does look like the latest version available at sourceforge, and > inde

[linux-usb-devel] detecting devices at USB hub ports

2006-08-09 Thread mgr
Hi, I want to enumerate devices that I connect with USB. I've got two USB Host Controllers and I connect two USB hubs to the two USB Host Controllers. The first USB hub contains 7 USB ports and the second USB hub contains 4 USB ports. In total, I can connect 11 USB devices to the hubs. No I want

Re: [linux-usb-devel] [PATCH] usb gadget: gadgetfs_add_resume_event.patch

2006-08-09 Thread Milan Svoboda
> On Tuesday 08 August 2006 2:49 am, Milan Svoboda wrote: > > This patch adds resume event into gadgetfs. > > Actually I recall intentionally omitting this as there'd be > no real point to it ... did you have a use case for this > event that wouldn't be handled as easily by piggy backing > it on t