Re: [linux-usb-devel] usb related oops after resume

2006-08-01 Thread Jiri Slaby
Greg KH wrote: > On Tue, Aug 01, 2006 at 01:47:22AM +0159, Jiri Slaby wrote: >> Hello, >> >> during resume I got this oops in 2.6.18-rc1-mm2 kernel: > > Does the 2.6.18-rc3 kernel work properly for you? > > How about a newer -mm release? The problem is, I can't reproduce it easily, I don't know

[linux-usb-devel] Fw: money for you

2006-08-01 Thread Collin Boggs
Hello Linux-usb-devel. For online home-work in largest Transport Company require peoples from Spain! You need have basic knowledge: e-mail, MS Office, Internet etc! Also you need have 2-3 hours free time per day! Your salary in begin your work will be about 1500-2000 EUR per week! Best regards, R

Re: [linux-usb-devel] Claim Interface before snd_usb_audio does

2006-08-01 Thread Alan Stern
On Tue, 1 Aug 2006, Jared Holzman wrote: > Thanks, > > I manage to figure out the ability to blacklist after I'd already posted > my query to the list. The driver now successfully claims the interfaces. > This does not seem the most ideal way to do it unless you can blacklist > a module per de

Re: [linux-usb-devel] Dealias -110 in ohci-hcd

2006-08-01 Thread David Brownell
On Tuesday 25 July 2006 1:06 pm, Pete Zaitcev wrote: > I find the aliasing of -110 for upper-level timeouts and the loss of > token unfortunate and pointless. I would prefer to be able to distinguish > these situation when reading user-submitted dmesg outputs. > > I looked at the way we handle tho

Re: [linux-usb-devel] Test gadget zero device driver with windows host using USBCV

2006-08-01 Thread David Brownell
On Thursday 20 July 2006 10:21 pm, boku wrote: > Dear all, > If my usb can only function in Full Speed mode, how could I do the > gadget zero test by using the USBCV with USB Windows host? Did you have some problem doing the obvious "just run the test"?? --

Re: [linux-usb-devel] [PATCH] Add USB to MPC8349 PB platform support

2006-08-01 Thread David Brownell
On Wednesday 19 July 2006 11:59 am, Li Yang wrote: > On 7/19/06, Dan Malek <[EMAIL PROTECTED]> wrote: > > > > On Jul 19, 2006, at 9:14 AM, Kumar Gala wrote: > > > > > This is an incorrect assumption. Its more often that people dont > > > post their ports to the Linux kernel for acceptance. We wil

Re: [linux-usb-devel] [PATCH] Fix Freescale high-speed USB hostdependency

2006-08-01 Thread David Brownell
On Thursday 20 July 2006 5:59 am, Kumar Gala wrote: > > > > -#ifdef CONFIG_PPC_83xx > > +#ifdef CONFIG_MPC834x So at the end of all that discussion, was there a USB patch to merge? If so, I don't see one in my mail folder.

Re: [linux-usb-devel] BUG: Inconsistent lock state

2006-08-01 Thread David Brownell
On Thursday 27 July 2006 8:41 am, Alan Stern wrote: > > > The problem came up when there was a control URB running while the HCD > > > module was unloaded. hcd_endpoint_disable() didn't wait for the URB to > > > complete, the driver was unloaded from memory, and boom! > > > > Hmm, the if(1) sho

Re: [linux-usb-devel] [PATCH] Fix Freescale high-speed USB hostdependency

2006-08-01 Thread Kumar Gala
On Aug 1, 2006, at 10:38 AM, David Brownell wrote: > On Thursday 20 July 2006 5:59 am, Kumar Gala wrote: > >>> >>> -#ifdef CONFIG_PPC_83xx >>> +#ifdef CONFIG_MPC834x > > So at the end of all that discussion, was there a USB patch to merge? > If so, I don't see one in my mail folder. Not on this

Re: [linux-usb-devel] Long hang during bootup on 2.6.18-rc2

2006-08-01 Thread Stephen Hemminger
On Mon, 31 Jul 2006 22:11:46 -0700 Greg KH <[EMAIL PROTECTED]> wrote: > On Mon, Jul 31, 2006 at 08:13:42PM -0700, Stephen Hemminger wrote: > > I am seeing a long hang during bootup on 2.6.18-rc2, my guess > > is that some part of USB is waiting for the multi-slot USB > > card reader on this machin

Re: [linux-usb-devel] BUG: Inconsistent lock state

2006-08-01 Thread Alan Stern
On Tue, 1 Aug 2006, David Brownell wrote: > > Yes, the URB remained in ep->urb_list and hcd_endpoint_disable() did see > > it when it went through the loop again. But urb->status had been changed > > to -ESHUTDOWN, so hcd_endpoint_disable() simply skipped over it and did > > not keep retrying to

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

2006-08-01 Thread Manuel Francisco Naranjo
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 throotling and unthrotting stuff, to avoid data loss. The output one is to ensure that data are sendend in packages

[linux-usb-devel] [RFC/PATCH] Make usb_buffer_free() NULL-safe

2006-08-01 Thread Dmitry Torokhov
Hi, kfree() handles NULL arguments which is handy in error handling paths as one does need to insert bunch of ifs. How about making usb_buffer_free() do the same? BTW, checking for !dev->bus and !dev->bus->op and !dev->bus->op->buffer_free seems to be superfluos - we already checked that the dev

[linux-usb-devel] [PATCH] onetouch - handle errors from input_register_device()

2006-08-01 Thread Dmitry Torokhov
Compile-tested only -- Dmitry Onetouch: handle errors from input_register_device() Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- drivers/usb/storage/onetouch.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) Index: work/drivers/usb/storage/onetouch.c

[linux-usb-devel] force USB device to low speed

2006-08-01 Thread Aras Vaichas
Is it possible to force a USB device port to "low speed"? I am running an at91rm9200 based board with Linux 2.6.16. We suspect we might be having some problems with a radiation source of around 13MHz that might be causing problems with the 12Mbps full speed USB, we'd like to try running it at t

Re: [linux-usb-devel] Please send a copy of this message to linux-usb-devel@lists.sourceforge.net

2006-08-01 Thread Phil Dibowitz
ger wrote: > Morning, > > attached a part from dmesg concerning usb-messages: Thanks for the report. The attached patch should fix it. -- Phil Dibowitz [EMAIL PROTECTED] Freeware and Technical Pages Insanity Palace of Metallica http://www.phildev.net/

[linux-usb-devel] Your Kyocera Finecam L3

2006-08-01 Thread Phil Dibowitz
Michael and Alessandro: You both reported problems with your Kyocera Finecam L3 that resulted in a patch to the Linux kernel. It appears that patch may no longer be necessary - can you try the following patch and tell me if your camera still works as expected? Thanks, -- Phil Dibowitz